Created
June 19, 2014 02:54
-
-
Save jameswhite/27246f0ca1ab75f2193f to your computer and use it in GitHub Desktop.
This file contains 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
# LDAP Name Service Additional Schema | |
# http://www.iana.org/assignments/gssapi-service-names | |
dn: cn=schema | |
attributetypes: ( | |
1.3.6.1.4.1.5322.17.2.1 | |
NAME 'authorizedService' | |
DESC 'IANA GSS-API authorized service name' | |
EQUALITY caseIgnoreMatch | |
SYNTAX 1.3.6.1.4.1.1466.115.121.1.15{256} | |
X-ORIGIN 'NSS LDAP schema' | |
) | |
objectclasses: ( | |
1.3.6.1.4.1.5322.17.1.1 | |
NAME 'authorizedServiceObject' | |
DESC 'Auxiliary object class for adding authorizedService attribute' | |
SUP top | |
AUXILIARY | |
MAY authorizedService | |
X-ORIGIN 'NSS LDAP schema' | |
) | |
objectclasses: ( | |
1.3.6.1.4.1.5322.17.1.2 | |
NAME 'hostObject' | |
DESC 'Auxiliary object class for adding host attribute' | |
SUP top | |
AUXILIARY | |
MAY host | |
X-ORIGIN 'NSS LDAP schema' | |
) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment