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.
Samba 4 and phpldapadmin
- Yvan Karmouta
- Messages: 34
- Registration: June 18, 2014 - 10:09
- Contact :
Good morning,
Newer versions of Samba only accept secure LDAP connections
It is definitely necessary to allow insecure LDAP connections with the variable
To be placed in the [global] section
Or switch your phpldapadmin to ldaps
Good day
Yvan
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 = noTo be placed in the [global] section
Or switch your phpldapadmin to ldaps
Good day
Yvan
Yvan Karmouta - Tranquil IT Systems
Feel free to leave us your opinion on Wapt in the forum, or to answer our questionnaires
.
Feel free to leave us your opinion on Wapt in the forum, or to answer our questionnaires
