[python3-ldap] Submit LDIF data for processing via ldap3

Michael Ward mward at cims.nyu.edu
Wed Feb 18 22:23:16 CET 2015


Really digging this project so far.  Just a quick question:

I noticed that it's possible to turn an ldap3 LDAP operation into an LDIF
format (either with response_to_ldif(results) for CONTENT or an LDIF
connection strategy for CHANGE), but is it possible to go the other way
around?  i.e. I have an LDIF change record in plain text --- can I feed
that into ldap3 somehow to perform the corresponding LDAP operation?  I
read the docs and I don't think this is possible, but I just want to
double check.

Thanks!
Mike



More information about the python3-ldap mailing list