LDAP/Microsoft AD users question

LDAP/Microsoft AD users question

από Gary Lynch -
Αριθμός απαντήσεων: 2

Hi All

Just a confirmation really χαμόγελο

In the LDAP settings page (site administration/plugins/authentication/ldap settings)

Under the Cron Synchronisation Script there is a drop down menu.

If i change this to 'Full delete internal' will this remove users who are not in the AD and therefore remove them from subsequent grade reports etc?

regards Gary


Μέσος όρος βαθμολογίας: -
Σε απάντηση σε Gary Lynch

Re: LDAP/Microsoft AD users question

από Sam Stevens -

It will completely remove the users from moodle and all record of them if the AD account goes.

Σε απάντηση σε Sam Stevens

Re: LDAP/Microsoft AD users question

από Matteo Scaramuccia -
Φωτογραφία Core developers Φωτογραφία Peer reviewers Φωτογραφία Plugin developers

Hi Sam,
more correctly, it marks the user as deleted and unenroll her/him plus removes some (most!) of her/his info from the system: the details can be found starting from https://github.com/moodle/moodle/blob/2a72614f5379974fd9647e40a08a9ca36b9ca512/lib/moodlelib.php#L3889.

The behavior above occurs only when you configure Cron synchronization script > Removed ext user as "Full delete internal".

HTH,
Matteo