Created
June 16, 2014 19:32
-
-
Save TrevorS/39187a49def40c695af9 to your computer and use it in GitHub Desktop.
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
# attributetype ( 1.2.840.113556.1.4.750 NAME 'groupType' | |
# SYNTAX '1.3.6.1.4.1.1466.115.121.1.27' SINGLE-VALUE ) | |
# attributetype ( 1.3.114.7.4.2.0.33 NAME 'memberOf' | |
# SYNTAX '1.3.6.1.4.1.1466.115.121.1.26' ) | |
# attributetype ( 1.2.840.113556.1.4.656 NAME 'userPrincipalName' | |
# SYNTAX '1.3.6.1.4.1.1466.115.121.1.15' ) | |
# attributetype ( 1.2.840.113556.1.4.52 NAME 'lastLogon' | |
# SYNTAX '1.2.840.113556.1.4.906' ) | |
# attributetype ( 1.2.840.113556.1.4.159 NAME 'accountExpires' | |
# SYNTAX '1.2.840.113556.1.4.906' ) | |
# attributetype ( 1.2.840.113556.1.4.96 NAME 'pwdLastSet' | |
# SYNTAX '1.2.840.113556.1.4.906' ) | |
attributetype ( 21.2.840.113556.1.4.221 | |
NAME 'sAMAccountName' | |
DESC 'ActiveDirectory: used to identify a user.' | |
EQUALITY caseIgnoreMatch | |
SUBSTR caseIgnoreSubstringsMatch | |
SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 ) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment