LDAP SSO on Windows

LDAP SSO on Windows

por rupamoy bhattacharya -
Número de respostas: 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

Média das avaliações:  -
Em resposta à rupamoy bhattacharya

Re: LDAP SSO on Windows

por Iñaki Arenaza -
Imagem de Core developers Imagem de Documentation writers Imagem de Particularly helpful Moodlers Imagem de Peer reviewers Imagem de 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.