LDAP Pear::Auth Settings With LDAP version 3 And TikiWiki 1.9.7 | |
Open userslib.php search for the following code around line 624: Copy to clipboard
Copy to clipboard
|
LDAP Pear::Auth Settings With Microsoft Active Directory Services (ADS) And TikiWiki 1.9.7 | |
Essentially the LDAP settings to work with a Microsoft Active Directory Server are the same. However they won't work from the get-go without changing the userslib.php (valid for version 1.9.7) Open /lib/userslib.php and search for the following code around line 624: Copy to clipboard
Copy to clipboard
After that the following LDAP configuration settings do work with ADS:
In the 'PEAR::Auth' section set the following settings:
Now you should be able to login. If you get a blank page after login make sure your PHP version is >=4.3.2 as this is required by the LDAP Pear module. After it works with these basic settings you can further refine the settings carefully if (for example) you only want a special group inside the LDAP directory have access to the TikiWiki.
|