1##############################################
2# the schema entries below have been pulled in from
3# the microsoft schema
4# altSecurityIdentities - used to store Kerberos 
5# user account names used in authentication
6# servicePrincipalName - List of principal names used 
7# for mutual authentication with an instance of a service
8##############################################
9attributetype ( 1.2.840.113556.1.4.867
10	NAME 'altSecurityIdentities'
11	EQUALITY caseIgnoreMatch
12	SUBSTR caseIgnoreSubstringsMatch
13	SYNTAX '1.3.6.1.4.1.1466.115.121.1.15' )
14	
15attributetype ( 1.2.840.113556.1.4.771
16	NAME 'servicePrincipalName'
17	EQUALITY caseExactMatch
18	SUBSTR caseExactSubstringsMatch
19	SYNTAX '1.3.6.1.4.1.1466.115.121.1.15' )
20
21