Skip to content

v2.8.0

Latest
Compare
Choose a tag to compare
@Macmod Macmod released this 05 Nov 12:43
· 3 commits to main since this release
  • 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 object
  • Delete 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 the Group DN with the selected object DN if the selected object is a group, otherwise it prefills the Member DN
  • Now the default port is inferred as 636 if -S is provided
  • Refactored theme.go
  • Other small bugfixes