summaryrefslogtreecommitdiffstats
path: root/examples/LDAP/samba-schema-FDS.ldif
diff options
context:
space:
mode:
authorSumit Bose <sbose@redhat.com>2010-09-02 18:22:16 +0200
committerGünther Deschner <gd@samba.org>2011-02-16 11:44:06 +0100
commit9ebbbb7456e501c3b43677cd96d880e7320765b8 (patch)
tree409320627a509b042892f24a382a9b6fac90c384 /examples/LDAP/samba-schema-FDS.ldif
parentd638f4a3b8243317541e10a6014d6de631ddee37 (diff)
downloadsamba-9ebbbb7456e501c3b43677cd96d880e7320765b8.tar.gz
samba-9ebbbb7456e501c3b43677cd96d880e7320765b8.tar.xz
samba-9ebbbb7456e501c3b43677cd96d880e7320765b8.zip
s3-ldap: Add sambaTrustForestTrustInfo to LDAP schemata
Signed-off-by: Günther Deschner <gd@samba.org>
Diffstat (limited to 'examples/LDAP/samba-schema-FDS.ldif')
-rw-r--r--examples/LDAP/samba-schema-FDS.ldif4
1 files changed, 3 insertions, 1 deletions
diff --git a/examples/LDAP/samba-schema-FDS.ldif b/examples/LDAP/samba-schema-FDS.ldif
index 53b56cdb77..981dadaeec 100644
--- a/examples/LDAP/samba-schema-FDS.ldif
+++ b/examples/LDAP/samba-schema-FDS.ldif
@@ -135,6 +135,8 @@ attributeTypes: ( 1.3.6.1.4.1.7165.2.1.75 NAME 'sambaTrustAuthOutgoing' DESC 'Au
attributeTypes: ( 1.3.6.1.4.1.7165.2.1.76 NAME 'sambaTrustAuthIncoming' DESC 'Authentication information for the incoming portion of a trust' EQUALITY caseExactMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.15{1050} )
#
attributeTypes: ( 1.3.6.1.4.1.7165.2.1.77 NAME 'sambaSecurityIdentifier' DESC 'SID of a trusted domain' EQUALITY caseIgnoreIA5Match SUBSTR caseExactIA5SubstringsMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.26{64} SINGLE-VALUE )
+#
+attributeTypes: ( 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 ##
@@ -181,4 +183,4 @@ objectClasses: ( 1.3.6.1.4.1.7165.2.2.15 NAME 'sambaTrustedDomainPassword' SUP t
##
## used for IPA_ldapsam
##
-objectClasses: ( 1.3.6.1.4.1.7165.2.2.16 NAME 'sambaTrustedDomain' SUP top STRUCTURAL DESC 'Samba Trusted Domain Object' MUST ( cn ) MAY ( sambaTrustTyp e $ sambaTrustAttributes $ sambaTrustDirection $ sambaTrustPartner $ sambaFlatName $ sambaTrustAuthOutgoing $ sambaTrustAuthIncoming $ sambaSecurityIdentifier ) )
+objectClasses: ( 1.3.6.1.4.1.7165.2.2.16 NAME 'sambaTrustedDomain' SUP top STRUCTURAL DESC 'Samba Trusted Domain Object' MUST ( cn ) MAY ( sambaTrustTyp e $ sambaTrustAttributes $ sambaTrustDirection $ sambaTrustPartner $ sambaFlatName $ sambaTrustAuthOutgoing $ sambaTrustAuthIncoming $ sambaSecurityIdentifier $ sambaTrustForestTrustInfo ) )