Daniel
Daniel
While booting the kernel takes longer than expected to initialize my TPM. Relevant dmesg log entries: ~~~ tpm0: tpm_try_transmit: send(): error -62 tpm0: [Firmware Bug]: TPM interrupt not working, polling...
This PR uses cannatag/ldap3#1087 to add LDAP Channel Binding support to the RBCD example script. 
The name of the LDAP attributes changed from LAPS Legacy to LAPSv2. This PR adds checks for the new `msLAPS-PasswordExpirationTime` attribute. References: -
**Describe the bug** `cnspec scan azure` fails to compile the official Azure policies with a strange `cannot find resource for identifier 'microsoft'` error. **To Reproduce** - download `cnspec` from GitHub...
Hi, I made a small change to show the trust attributes in the output of the `trusts` cli command. 
Before this change ardpclient crashed with an AttributeError. My version of PyQt6 is 6.7.1.
This PR implements a new command in `ldap_shell.py` called `gain_fullcontrol`. It appends a FullControl ACE to the security desriptor of an arbitrary LDAP object. This target object is specified by...
This PR adds two new commands to `smbclient.py`: `create_symlink` and `remove_symlink`. These commands are to symlinks what the existing `mount` and `umount` commands are to junctions.