Details
-
Type:
Improvement
-
Status:
Closed
-
Priority:
Major
-
Resolution: Won't Fix
-
Affects Version/s: 1.9, 2.0
-
Fix Version/s: DEV backlog
-
Component/s: Authentication
-
Labels:
-
Environment:Moodle 1.9 with LDAP
-
Affected Branches:MOODLE_19_STABLE, MOODLE_20_STABLE
Description
LDAP NTLM SSO can easily support Kerberos (mod_auth_kerb)
The major difference being the REMOTE_USER is presented as user@domain rather than DOMAIN\user
See attached (/auth/ldap/auth.php) modified function 'ntlmsso_magic' (not a patch i'm afraid)
Attachments
Issue Links
| This issue will help resolve: | ||||
| MDL-9399 | Inclusion of NTLM Auth Module in MOODLE HEAD |
|
|
|
Hi Petr,
the attached patches (for 1.9 and HEAD) introduce a new setting to specify the authentication type used by the web server (NTLM or Kerberos; with NTLM as the default for backwards compatibility) and use the right username format in each case.
Saludos.
Iñaki.