Skip to content

Commit

Permalink
Merge pull request #103 from franc-pentest/fix-adcs-acl
Browse files Browse the repository at this point in the history
Fix ADCS security descriptors
  • Loading branch information
tiyeuse authored Sep 18, 2024
2 parents 6fea566 + 51098fd commit 600cc6c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.0.63
1.0.64
1 change: 1 addition & 0 deletions ldeep/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -754,6 +754,7 @@ def list_templates(self, kwargs):
verbose = kwargs.get("verbose", False)
enabled = kwargs.get("enabled", False)

self.engine.set_controls(LDAP_SERVER_SD_FLAGS_OID_SEC_DESC)
if verbose:
attributes = self.engine.all_attributes()
else:
Expand Down

0 comments on commit 600cc6c

Please sign in to comment.