Skip to content
Snippets Groups Projects
Commit 377339b5 authored by Alexander Bias's avatar Alexander Bias
Browse files

Edit README to reflect the current naming of the User account syncronisation setting

parent d6fdbd4e
No related branches found
No related tags found
No related merge requests found
...@@ -71,12 +71,12 @@ Note: If you already have users in your Moodle installation who authenticate usi ...@@ -71,12 +71,12 @@ Note: If you already have users in your Moodle installation who authenticate usi
UPDATE mdl_user SET auth='ldap_syncplus' WHERE auth='ldap' UPDATE mdl_user SET auth='ldap_syncplus' WHERE auth='ldap'
Configuring LDAP synchronization task Configuring LDAP User account syncronisation
------------------------------------- --------------------------------------------
To leverage the additional LDAP synchronization features of auth_ldap_syncplus, you have to disable the synchronization task of the Moodle core auth_ldap plugin and activate and configure the scheduled task of auth_ldap_syncplus. This is done on Site administration -> Server -> Scheduled tasks. To leverage the additional LDAP synchronization features of auth_ldap_syncplus, you have to disable the scheduled task of the Moodle core auth_ldap plugin and activate and configure the scheduled task of auth_ldap_syncplus. This is done on Site administration -> Server -> Scheduled tasks.
If you don't know how to setup your synchronization cronjob at all, see https://docs.moodle.org/30/en/LDAP_authentication#Enabling_the_LDAP_users_syncronisation_scheduled_task. If you don't know how to setup LDAP User account syncronisation at all, see https://docs.moodle.org/en/LDAP_authentication#Enabling_the_LDAP_users_sync_job.
Fetching user details from LDAP on manual user creation Fetching user details from LDAP on manual user creation
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment