LDAP SSO on Windows

LDAP SSO on Windows

by rupamoy bhattacharya -
Number of replies: 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

Average of ratings: -
In reply to rupamoy bhattacharya

Re: LDAP SSO on Windows

by Iñaki Arenaza -
Picture of Core developers Picture of Documentation writers Picture of Particularly helpful Moodlers Picture of Peer reviewers Picture of 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.