Releases: cea-sec/gmsad
Releases · cea-sec/gmsad
v0.2.0
[0.2.0] - 2024-12-19
Added
- Support for storing multiple GMSAs secrets in a single keytab file (#5)
- Print Kerberos error names (#7)
- Fix salt retrieval with aes128-cts-hmac-sha1-96 (#8)
- Handle server without WhoAmI and allow to specify ldap auto_bind parameter (#9)
What's Changed
- Run tests on PR by @WilliamBruneau in #2
- Add get_aes_keys_from_password.py script by @WilliamBruneau in #1
- Add some error messages by @WilliamBruneau in #4
- Support for storing multiple GMSAs secrets in a single keytab file by @vruello in #5
- Print Kerberos error names by @WilliamBruneau in #7
- Fix salt retrieval with aes128-cts-hmac-sha1-96 by @vruello in #8
- Handle server without WhoAmI and allow to specify ldap auto_bind parameter by @AndreasLrx in #9
- Prepare for v0.2.0 by @vruello in #11
New Contributors
- @AndreasLrx made their first contribution in #9
Full Changelog: v0.1.0...v0.2.0
v0.1.0
Initial commit