This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<# | |
.SYNOPSIS | |
Scans an Active Directory domain's and its principal's kerberos encryption configuration. | |
.DESCRIPTION | |
Scans an Active Directory domain's and its principal's kerberos encryption configuration. | |
It will generate all data via LDAP, and analyze the results for possible authentication issues. | |
It supports three ways to report: | |
- Print: Write analysis of results to screen |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
dn: CN=SudoUser,CN=Schema,CN=Configuration,DC=EXAMPLE,DC=COM | |
changetype: add | |
objectCategory: CN=Attribute-Schema,CN=Schema,CN=Configuration,DC=EXAMPLE,DC=COM | |
objectClass: attributeSchema | |
objectClass: top | |
cn: SudoUser | |
attributeID: 1.3.6.1.4.1.15953.9.1.1 | |
attributeSyntax: 2.5.5.12 | |
isSingleValued: FALSE | |
lDAPDisplayName: sudoUser |