Details
-
Type:
New Feature
-
Status:
Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 2.0
-
Fix Version/s: None
-
Component/s: Authentication
-
Labels:None
-
Affected Branches:MOODLE_20_STABLE
Description
Now that Multi-auth is in 1.8 and I have ported the changes over to the NTLM module, we can now plan to include it in Moodle HEAD - ready for 1.9 release!
I have opened this tracker to allow feedback from testers - I'm especially interested to hear from people testing it in 1.9 - see the link:
http://download.moodle.org/plugins/auth/ntlm.zip
to download the current version for 1.9/HEAD
There are a couple of things to be aware of.... - when upgrading from versions prior to 1.8 when the ntlm module has been installed - after the upgrade you will need to use a manual account to authenticate eg "admin" and then re-configure the settings for the NTLM module as these don't get carried over correctly during the upgrade (doesn't affect people already running 1.8 though...)
Also - I found an issue with the global var that stated the number of subnet/masks to use, so I have hardcoded it to 8 in a couple of places - I want to fix this before inclusion in Moodle Head.... - hopefully sometime this week.....
please let me know how you go with testing!
thanks!
![]()
Dan
Attachments
Issue Links
| This issue will be resolved by: | ||||
| MDL-19510 | LDAP NTLM SSO can easily support Kerberos (mod_auth_kerb) |
|
|
|
Hi All
I have put the 1.8 NTLM on to the 1.9 HEAD (as of yesterday - 18/04/07) but came up with the following problems...
If the user already exists in the user database, NTLM login works perfectly but if the user is logging in for the first time, then they receive a NTLM has not been enabled on this page.
The solution I have found to this is to login the user first on the offcampuslogin page and then get them to re-login via the NTLM page.
To ensure this was the case, I have deleted (via SQL) all NTLM users between tests and also the session2 table.
In addition to this, I also noticed a problem when you go back in to edit the details, the user fields are not recalled from the DB. Although all the LDAP settings are present the actual user fields (e.g. givenName, sn, mail etc) do not get re-displayed.
Hope some of this helps.
Ian