Releases: tuxedoar/tiny-ldap-manager
Releases · tuxedoar/tiny-ldap-manager
tiny-ldap-manager v0.2.1
Briefed changelog for v0.2.1:
- Require Python >=3.7 !.
- Added a new
searchaction, that allows to look up for entries DNs, based on LDAP filters!. - Bugfix: validate LDAP server URL.
- Bugfix: deal with unexpected values in attributes, when using the
lsaction!. - Updated documentation in the README file!.
- Updated year on copyright notice.
Please, see commits for more details!.
tiny-ldap-manager v0.2
I'm glad to announce this new v0.2 release, with the following new features and changes:
- Added support for deleting entries in bulk!.
- Added support for modifying LDAP attributes in bulk!.
- There's a new
bulkaction, which includes the following three LDAP operations:--modify-attributes--add-entries--delete-entries
- Note that the
addaction present in previous releases, is now moved with a new name, inside thebulkaction!. - Updated documentation in the README file!.
tiny-ldap-manager v0.1.2.post0
Minor changes on v0.1.2.post0:
- Fixed wrong version in
_version.py!. - Add title for each column of
lsoutput. - Define a separate function for menu handling.
- Function
start_ldap_session()was moved to thetlmgr_coremodule.
tiny-ldap-manager v0.1.1
Minor changes in v0.1.1:
- Better code legibility in
ldap_action_modify() - Improved output alignment for
lsfunction. - Add license in
setup.py.
tiny-ldap-manager v0.1
Inaugural release!!. Features for this version:
- Available for installation via
pip. - Modify, add or remove LDAP attributes.
- Support for adding new LDAP entries by importing them from a CSV file!.
- Remove an LDAP entry given its DN!.
- Support for inspecting attributes of a given LDAP entry.