[python3-ldap] python3-ldap 0.9.3.1 is out.

python3ldap python3ldap at gmail.com
Wed May 28 15:03:51 CEST 2014


Hello, version 0.9.3.1 is out. I made some enhancement in the
LDIFProducer strategy. It's now possibile send all the LDIF output to
a file and the order of the lines in the output can be customized (for
example if you want the 'givenNane' always before the 'cn'). It's also
possible to specify a custom line separator (for using the ldif on a
different platform). The same enanchements are available in the
response_to_ldif() method while searching objects.
Please have a look at https://pythonhosted.org/python3-ldap/ldif.html
if you're interested in this topic.

I've also fixed an annoying bug that slow down the Server
instantiation when the scheme was specified in the server name.

This is the changelog for 0.9.3.1:
    - Added stream capability to LDIFProducer strategy
    - Customizable line separator for ldif output
    - Customizable sorting order in ldif output
    - object_class parameter is now optional in connection.add()
    - Fixed objectClass attribute case sensitive dependency in add operation
    - Added stream capability to response_to_ldif() while searching

Have fun,
gc


More information about the python3-ldap mailing list