Changes between Initial Version and Version 1 of PythonLDAPSNoCA

Show
Ignore:
Timestamp:
11/25/08 16:13:52 (22 months ago)
Author:
duo
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • PythonLDAPSNoCA

    v1 v1  
     1= Python connect LDAPS server with no CA certification = 
     2 
     3Source: [http://www.noah.org/wiki/LDAP_notes] 
     4 
     5Just set: 
     6{{{ 
     7#!python 
     8ldap.set_option(ldap.OPT_X_TLS_REQUIRE_CERT, ldap.OPT_X_TLS_NEVER) 
     9}}}