LDAP auth not working
-
Hi, I’m trying to use LDAP auth for my internal site. I am trying with the uid of the person with no joy.
I do see the following in the apache error_log:
PHP Warning: ldap_connect() expects parameter 2 to be long, string given in authorizer.php on line 1046 PHP Warning: ldap_set_option(): supplied argument is not a valid ldap link resource in authorizer.php on line 1047 PHP Warning: ldap_start_tls() expects parameter 1 to be resource, boolean given in authorizer.php on line 1049I’m running this on RHEL7 – which has PHP version:
$ rpm -qa | grep php | sort php-5.4.16-36.el7_1.x86_64 php-cli-5.4.16-36.el7_1.x86_64 php-common-5.4.16-36.el7_1.x86_64 php-ldap-5.4.16-36.el7_1.x86_64 php-mbstring-5.4.16-36.el7_1.x86_64 php-mcrypt-5.4.16-4.el7.x86_64 php-mysql-5.4.16-36.el7_1.x86_64 php-pdo-5.4.16-36.el7_1.x86_64
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
The topic ‘LDAP auth not working’ is closed to new replies.