Closed peteerwhite closed 6 months ago
Hi. Not from packages. Use pip3.X to install ldap2pg on another Python version.
Okay thanks.
I am now trying to switch to ldap2pg v.6.
I am wondering if it is possible to start ldap2pg without specifying an LDAPUSER and LDAPPASSWORD
13:19:28 ERROR Fatal error. err="LDAP Result Code 206 \"Empty password not allowed by the client\": ldap: empty password not allowed by the client"
Hi @peteerwhite , Ho do you configure ldapsearch ?
ldapsearch -x -H ldapuri -b ou=...,o=...,c=de cn=... member
What is the output of ldapsearch with -d 5
option ?
For what specify part are you looking for ?
Is there a way to disable LDAP Authentification ?
Is there a way to disable LDAP Authentification ?
LDAP supports anonymous binding. ldap2pg does not support this. I suggest you to open a new issue for this feature.
Hello everyone,
is it possible to tell ldap2pg v5.9 which Python version to use ?
Kind regards and thanks for help :)