Releases: Macmod/godap
Releases · Macmod/godap
v2.10.3
v2.10.2
v2.10.1
v2.10.0
v2.9.0
- Implemented authentication with PKCS#12 (
--pfx
) or PEM certificate+private key pairs (--crt
/--key
). - Improved connection config form covering all supported authentication methods.
- Changed the flag for NTLM hash from
--hashes
to--hash
to avoid confusion. - Fixed some bugs.
v2.8.0
- Improvements to attributes panel navigation
- Now it's possible to search objects by name in the search page
If no(
is found in the search field, then the query will be set internally to(|(samAccountName=%s)(cn=%s)(ou=%s)(name=%s))
- Delete attribute values by selecting them explicitly (when ExpandAttrs is turned on) and pressing
Delete
Ctrl+D
will pivot to the DACL of the selected objectDelete
in the Groups page now removes the member from the group- Hidden entries now show the entries count and you can expand them by selecting the cell and pressing
Enter
Ctrl+G
now only prefills theGroup DN
with the selected object DN if the selected object is a group, otherwise it prefills theMember DN
- Now the default port is inferred as 636 if
-S
is provided - Refactored
theme.go
- Other small bugfixes
v2.7.5
- Fixed time formatting suffix indicating "hours ago", which was mistakenly reporting "hours" as "days".
- Implemented anchoring of the selection of the attributes table in both the explorer and search pages - now godap stores the last attribute name selected and automatically selects it when navigating between objects in the tree, if the attribute exists in the selected object. This facilitates inspecting specific attributes for many objects in a row without having to scroll manually.