Changelog: * Bugfix: Fixed duplicated entries when writing to a CSV file.
0.2.4
Changelog: * Add user selected attributes as CSV headers. * Define positional argument as `ATTRIBUTES`, instead of `USER_ATTRS`. * Function `main()` should go first!. * Minor README update.
0.2.3
Changelog: * Bugfix: option ldap.OPT_REFERRALS should go after ldap.initialize()!. * Don't show results when exporting to CSV!. * Set a 'None' value when a requested attribute is not found!. * Some code refactoring!.
0.2.2
Changelog: * Bugfix: sizelimit value shouldn't limit the amount of retrieved results!. * Updated README. * Minor: specify version 3 of the LDAP protocol to be used. * Minor: modify sizelimit argument description accordingly. * Minor: add docstring to start_session() .
0.2.1
Changes on this release: * Now available via `pip`!. * Add --version option. * Use positional arguments for those that are mandatory!. * Refactored code.
0.2
* Moved to Python3!. * Some code refactored!. * Improve PEP8 compliance.