s3-ldap: Add sambaTrustForestTrustInfo to LDAP schemata
[ira/wip.git] / examples / LDAP / samba.schema
index 5309c529c5b78e2fa4e7692bb45fa37f30ad3bd3..df5267a9c6021f8051beb38d78725ac20d092d44 100644 (file)
@@ -509,6 +509,11 @@ attributetype ( 1.3.6.1.4.1.7165.2.1.77 NAME 'sambaSecurityIdentifier'
        EQUALITY caseIgnoreIA5Match SUBSTR caseExactIA5SubstringsMatch
        SYNTAX 1.3.6.1.4.1.1466.115.121.1.26{64} SINGLE-VALUE )
 
+attributetype ( 1.3.6.1.4.1.7165.2.1.78 NAME 'sambaTrustForestTrustInfo'
+       DESC 'Forest trust information for a trusted domain object'
+       EQUALITY caseExactMatch
+       SYNTAX 1.3.6.1.4.1.1466.115.121.1.15{1050} )
+
 
 #######################################################################
 ##              objectClasses used by Samba 3.0 schema               ##
@@ -621,4 +626,5 @@ objectclasses ( 1.3.6.1.4.1.7165.2.2.16 NAME 'sambaTrustedDomain' SUP top STRUCT
        MUST ( cn )
        MAY ( sambaTrustTyp e $ sambaTrustAttributes $ sambaTrustDirection $
              sambaTrustPartner $ sambaFlatName $ sambaTrustAuthOutgoing $
-             sambaTrustAuthIncoming $ sambaSecurityIdentifier ) )
+             sambaTrustAuthIncoming $ sambaSecurityIdentifier $
+             sambaTrustForestTrustInfo) )