LDAP Pear::Auth Settings With LDAP version 3 And TikiWiki 1.9.7 | |
You may have to explicitly set the version in TikiWiki 1.9.7 to get it to work with LDAP v3. If you are having problems, try the following: Open userslib.php search for the following code around line 624: Copy to clipboard
Add the following lines right after this line: 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
Add the following lines right after this line: Copy to clipboard
These lines create the necessary binding for the ADS since by default it doesn't allow anonymous requests. 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. |