Ldap Extended Operation python

Benny Fallica benfal at yahoo.it
Mon Jan 26 05:23:22 EST 2009


Hello there,

what would be the python implementation for this line in Java:


java.util.Hashtable environment = LdapHelper.getEnvironment(url, true);
LdapContext ldapContext = new InitialLdapContext(environment, null);
Response resp = (Response) ldapContext.extendedOperation(new Request())
how to deal with extended operations in python?

thanks for your help!


      



More information about the Python-list mailing list