-`ENUM_ADMIN_OBJECTS` - Dump info about all objects with protected ACLs (i.e highly privileged objects).
-`ENUM_ALL_OBJECT_CATEGORY` - Dump all objects containing any objectCategory field.
-`ENUM_ALL_OBJECT_CLASS` - Dump all objects containing any objectClass field.
-`ENUM_COMPUTERS` - Dump all objects containing an objectCategory or objectClass of Computer.
-`ENUM_CONSTRAINED_DELEGATION` - Dump info about all known objects that allow contrained delegation.
-`ENUM_DNS_RECORDS` - Dump info about DNS records the server knows about using the dnsNode object class.
-`ENUM_DNS_ZONES` - Dump info about DNS zones the server knows about using the dnsZone object class under the DC DomainDnsZones. This isneeded - as without this BASEDN prefix we often miss certain entries.
-`ENUM_ORGROLES` - Dump info about all known organization roles in the LDAP environment.
-`ENUM_ORGUNITS` - Dump info about all known organizational units in the LDAP environment.
-`ENUM_UNCONSTRAINED_DELEGATION` - Dump info about all known objects that allow uncontrained delegation.
-`ENUM_USER_ACCOUNT_DISABLED` - Dump info about disabled user accounts.
-`ENUM_USER_ACCOUNT_LOCKED_OUT` - Dump info about locked out user accounts.
-`ENUM_USER_ASREP_ROASTABLE` - Dump info about all users who are configured not to require kerberos pre-authentication and are therefore AS-REP roastable.
-`ENUM_USER_PASSWORD_NEVER_EXPIRES` - Dump info about all users whose password never expires.
-`ENUM_USER_PASSWORD_NOT_REQUIRED` - Dump info about all users whose password never expires and whose account is still enabled.
-`ENUM_USER_SPNS_KERBEROAST` - Dump info about all user objects with Service Principal Names (SPNs) for kerberoasting.
### Kerberos Authentication
Details on the Kerberos specific option names are documented in [[Kerberos Service Authentication|kerberos/service_authentication]]