From 9ebbbb7456e501c3b43677cd96d880e7320765b8 Mon Sep 17 00:00:00 2001 From: Sumit Bose Date: Thu, 2 Sep 2010 18:22:16 +0200 Subject: s3-ldap: Add sambaTrustForestTrustInfo to LDAP schemata MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Günther Deschner --- examples/LDAP/samba.schema | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'examples/LDAP/samba.schema') diff --git a/examples/LDAP/samba.schema b/examples/LDAP/samba.schema index 5309c529c5..df5267a9c6 100644 --- a/examples/LDAP/samba.schema +++ b/examples/LDAP/samba.schema @@ -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) ) -- cgit