Page 1 of 1

Samba 4 and phpldapadmin

Published: October 12, 2016 - 4:54 PM
by mortim3r
Hello,
I'd like to access LDAP via phpldapadmin, but I'm stuck on the authentication.
I think it's this line:
`$servers->setValue('login','bind_id','cn=Administrator,cn=Users,dc=ad,dc=mydomain,dc=lan');`
from the `/etc/phpldapadmin/config.php` file.

Do you have a good configuration for authentication?
Thanks in advance.

Re: Samba 4 and phpldapadmin

Published: Dec 28, 2016 - 4:48 PM
by Yvan Karmouta
Good morning,

Newer versions of Samba only accept secure LDAP connections
It is definitely necessary to allow insecure LDAP connections with the variable

Code: Select all

ldap server require strong auth = no

To be placed in the [global] section
Or switch your phpldapadmin to ldaps

Good day
Yvan