Gareth Walters (2K Australia) wrote:
> Neither system(s) have any extra ca certs trusted. The code sets  the ldap
> options to disable cert verification.

As this is bad practice anyway:
Could you please test with explictly the trusted CA certs?

Also note that if you really want to disable all libldap config processing you
would have to set the env var LDAPNOINIT=1.

Add this line to the beginning of your Python code:

os.environ['LDAPNOINIT']='1'

Ciao, Michael.

Attachment: smime.p7s
Description: S/MIME Cryptographic Signature

Reply via email to