- 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