-
Notifications
You must be signed in to change notification settings - Fork 17
Release v0.4.263 #35
-
New unique features in this version! Discover DJOIN, NTAuthCertificates and Graphs!
New
- Create a graph to view member relationship in groups.
- NTAuthCertificates property tab on DomainDNS object.
- Create an action to prepare DJOIN.
- DEB and RPM packages!
Update
- In search page, double click on a result open the property page.
- Improve DNS tab performance, which is way faster for huge domains.
- Do not force openssl on windows
- Better theme detection for macos and linux.
- Show details in Bitlocker property tab.
Fix
- Scale grids on macos.
- Call of an abstract method causes an exception.
- Add more than one member in the member tab causes an exception.
- Bad offset in logon hours page in account property page.
- Bitlocker missing translations
Full Changelog: v0.4.226...v0.4.263
This discussion was created from the release Release v0.4.263.
Beta Was this translation helpful? Give feedback.
All reactions
Replies: 2 comments 1 reply
-
Dpkg recognise arm packages as amd64 and refuse to install it.
Beta Was this translation helpful? Give feedback.
All reactions
-
Hello,
I am currently using openRSAT and I've noticed two significant limitations when managing Active Directory objects compared to the native Windows RSAT tool:
Management options missing in search results: When searching for a user or a computer, the object is correctly found and displayed. However, essential contextual options—specifically "Reset Password, Unlock Account, etc "—are not available directly from the search results. This makes the workflow quite frustrating as it requires manual navigation through the OU tree just to perform a simple reset.
Search fails using UPN: The search returns no results when using the User Principal Name (UPN) (e.g., user.name@domain.com). Currently, it seems only the sAMAccountName is supported, whereas the standard Windows tool handles UPN searches natively.
Expected Behavior:
Access to the full context menu (Reset Password, Unlock Account, etc.) directly from the search result items.
Ability to locate a user by entering their full UPN in the search bar.
Environment:
openRSAT Version: 0.4.263
OS: Windows 11
Thank you for your hard work on this project!
Beta Was this translation helpful? Give feedback.
All reactions
-
Hello, thanks for your feedback!
Someone already told me about the context menu in the search page. I'll look to add those functions into this page.
About the UPN search, I didn't know that exists. It should be quite easy to implement it.
Again, thanks for this feedback, it helps a lot to focus on useful functionality for end users!
Beta Was this translation helpful? Give feedback.