You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
vgroup=ldap_parser.add_argument_group("Retrieve useful information on the domain", "Options to to play with Kerberos")
19
19
vgroup.add_argument("--query", nargs=2, help="Query LDAP with a custom filter and attributes")
20
-
vgroup.add_argument("--find-delegation", action="store_true", help="Finds delegation relationships within an Active Directory domain.")
20
+
vgroup.add_argument("--find-delegation", action="store_true", help="Finds delegation relationships within an Active Directory domain. (Enabled Accounts only)")
21
21
vgroup.add_argument("--trusted-for-delegation", action="store_true", help="Get the list of users and computers with flag TRUSTED_FOR_DELEGATION")
22
22
vgroup.add_argument("--password-not-required", action="store_true", help="Get the list of users with flag PASSWD_NOTREQD")
23
23
vgroup.add_argument("--admin-count", action="store_true", help="Get objets that had the value adminCount=1")
0 commit comments