Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - Since87

Pages: [1]
1
PHP / LDAP support
« on: February 13, 2019, 12:24:05 PM »
Iam trying to getting ldap-support working, so that my webapplications can use windows authentication.

I have followed the following steps:
- yum install php-ldap
- echo "extension=ldap.so" >> /usr/local/php/php.ini
- service httpd restart

now the only place where phpinfo shows ldap, is in the curl section.
So it seems it isnt loaded correctly.

The extension_dir =/usr/local/lib/php/extensions/no-debug-non-zts-20100525
So i have copied the ldap.so to this folder and did a restart, but it didnt make a difference.

Any idea where to search?

Pages: [1]