Re: Ldap Extended Operation python

2009-01-26 Thread Michael Ströder
Benny Fallica wrote: > 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.ext

Ldap Extended Operation python

2009-01-26 Thread 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