ldap2pg icon indicating copy to clipboard operation
ldap2pg copied to clipboard

Configure Python Version of ldap2pg v5.9

Open peteerwhite opened this issue 2 years ago • 6 comments

Hello everyone,

is it possible to tell ldap2pg v5.9 which Python version to use ?

Kind regards and thanks for help :)

peteerwhite avatar Feb 21 '24 07:02 peteerwhite

Hi. Not from packages. Use pip3.X to install ldap2pg on another Python version.

bersace avatar Feb 21 '24 08:02 bersace

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"

peteerwhite avatar Feb 27 '24 12:02 peteerwhite

Hi @peteerwhite , Ho do you configure ldapsearch ?

bersace avatar Feb 27 '24 12:02 bersace

ldapsearch -x -H ldapuri -b ou=...,o=...,c=de cn=... member

peteerwhite avatar Feb 27 '24 13:02 peteerwhite

What is the output of ldapsearch with -d 5 option ?

bersace avatar Feb 27 '24 13:02 bersace

For what specify part are you looking for ?

peteerwhite avatar Feb 28 '24 08:02 peteerwhite

Is there a way to disable LDAP Authentification ?

peteerwhite avatar Mar 05 '24 12:03 peteerwhite

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.

bersace avatar May 02 '24 12:05 bersace