B
Benny Fallica
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!
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!