ldap setup with NetWare server

ldap setup with NetWare server

by Rob Dickson -
Number of replies: 1
I have a windows 2003 server with XAMPP and would like to get authenication setup with our novell server that is on the same network, however when I setup the ldap fields and hit save, I get this error:
Warning: The PHP LDAP module does not seem to be present. Please ensure it is installed and enabled.

Anyone know the fix?


Rob Dickson
Technology Director
Andover USD 385
rob@usd385.org
Average of ratings: -
In reply to Rob Dickson

Re: ldap setup with NetWare server

by Jonny McCullagh -
You may need to edit you php.ini file probably located at C:\Windows\php.ini

There is a section for optional modules and you probably need to enable ldap support by uncommenting the following line (remove the semi-colon to uncomment)
;extension=php_ldap.dll

While you are there you may also want to enable GD support so users can upload their photos.

You will need to restart Apache/XAMPP for the changes to take effect.

jonny