s3-ldap: Add Posix offset and encryption types to LDAP schema
[bbaumbach/samba-autobuild/.git] / examples / LDAP / samba.schema
index 716c191289b4d69bf1916c061df779b46ffcfc0d..2c6b2143ccb11a39cfcb0920c57c194ea8bb7445 100644 (file)
@@ -514,6 +514,15 @@ attributetype ( 1.3.6.1.4.1.7165.2.1.78 NAME 'sambaTrustForestTrustInfo'
        EQUALITY caseExactMatch
        SYNTAX 1.3.6.1.4.1.1466.115.121.1.15{1050} )
 
+attributetype ( 1.3.6.1.4.1.7165.2.1.79 NAME 'sambaTrustPosixOffset'
+       DESC 'POSIX offset of a trust'
+       EQUALITY integerMatch
+       SYNTAX 1.3.6.1.4.1.1466.115.121.1.27 SINGLE-VALUE )
+
+attributetype ( 1.3.6.1.4.1.7165.2.1.80 NAME 'sambaSupportedEncryptionTypes'
+       DESC 'Supported encryption types of a trust'
+       EQUALITY integerMatch
+       SYNTAX 1.3.6.1.4.1.1466.115.121.1.27 SINGLE-VALUE )
 
 #######################################################################
 ##              objectClasses used by Samba 3.0 schema               ##
@@ -627,4 +636,5 @@ objectclass ( 1.3.6.1.4.1.7165.2.2.16 NAME 'sambaTrustedDomain' SUP top STRUCTUR
        MAY ( sambaTrustType $ sambaTrustAttributes $ sambaTrustDirection $
              sambaTrustPartner $ sambaFlatName $ sambaTrustAuthOutgoing $
              sambaTrustAuthIncoming $ sambaSecurityIdentifier $
-             sambaTrustForestTrustInfo) )
+             sambaTrustForestTrustInfo $ sambaTrustPosixOffset $
+             sambaSupportedEncryptionTypes) )