Configure Python Version of ldap2pg v5.9 #637
Replies: 8 comments
-
Hi. Not from packages. Use pip3.X to install ldap2pg on another Python version. |
Beta Was this translation helpful? Give feedback.
-
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" |
Beta Was this translation helpful? Give feedback.
-
Hi @peteerwhite , Ho do you configure ldapsearch ? |
Beta Was this translation helpful? Give feedback.
-
ldapsearch -x -H ldapuri -b ou=...,o=...,c=de cn=... member |
Beta Was this translation helpful? Give feedback.
-
What is the output of ldapsearch with |
Beta Was this translation helpful? Give feedback.
-
For what specify part are you looking for ? |
Beta Was this translation helpful? Give feedback.
-
Is there a way to disable LDAP Authentification ? |
Beta Was this translation helpful? Give feedback.
-
LDAP supports anonymous binding. ldap2pg does not support this. I suggest you to open a new issue for this feature. |
Beta Was this translation helpful? Give feedback.
-
Hello everyone,
is it possible to tell ldap2pg v5.9 which Python version to use ?
Kind regards and thanks for help :)
Beta Was this translation helpful? Give feedback.
All reactions