LDAP SSO on Windows

LDAP SSO on Windows

από rupamoy bhattacharya -
Αριθμός απαντήσεων: 1

LDAP SSO is not working after updating moodle from 2.2.3 version to 2.4.1. Configuration is on windows. A new feature is added there "Remote username format" . Can anyone plz guide how to reconfigure the SSO on 2.4.1 version ... thanks in advance

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

Re: LDAP SSO on Windows

από Iñaki Arenaza -
Φωτογραφία Core developers Φωτογραφία Documentation writers Φωτογραφία Particularly helpful Moodlers Φωτογραφία Peer reviewers Φωτογραφία Plugin developers

Hi,

if you leave that new feature setting empty (which should be the default value if you upgraded from 2.2.3), then it will use the previously hardcoded remote username format. That is: DOMAIN\username.

Unless you modified the LDAP auth plugin code to use any other format in your 2.2.3 version, it should work as before (as internally it's using the same format). If you modified the code to use other formar, then simply specify that format in the new feature setting. Have a look at the help text next to the setting, to see how to specify your format.

Saludos. Iñaki.