summaryrefslogtreecommitdiff
path: root/examples/LDAP/samba.schema
diff options
context:
space:
mode:
authorSumit Bose <sbose@redhat.com>2011-05-17 08:58:50 +0200
committerGünther Deschner <gd@samba.org>2011-05-17 11:56:08 +0200
commit352de0d3ed77c73897f23f4102d3f40fa4023539 (patch)
tree67b3b0708de31cfb795e079b078e0cf1396bb3ba /examples/LDAP/samba.schema
parentdf2cb2f672569e5d113fe2e77fdc1ee16c8b646d (diff)
downloadsamba-352de0d3ed77c73897f23f4102d3f40fa4023539.tar.gz
samba-352de0d3ed77c73897f23f4102d3f40fa4023539.tar.bz2
samba-352de0d3ed77c73897f23f4102d3f40fa4023539.zip
Fix typos in LDAP schema files
Reported by: John Danks <john.danks@gmail.com> Signed-off-by: Günther Deschner <gd@samba.org> Autobuild-User: Günther Deschner <gd@samba.org> Autobuild-Date: Tue May 17 11:56:08 CEST 2011 on sn-devel-104
Diffstat (limited to 'examples/LDAP/samba.schema')
-rw-r--r--examples/LDAP/samba.schema4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/LDAP/samba.schema b/examples/LDAP/samba.schema
index df5267a9c6..716c191289 100644
--- a/examples/LDAP/samba.schema
+++ b/examples/LDAP/samba.schema
@@ -621,10 +621,10 @@ objectclass ( 1.3.6.1.4.1.7165.2.2.12 NAME 'sambaConfigOption' SUP top STRUCTURA
##
## used for IPA_ldapsam
##
-objectclasses ( 1.3.6.1.4.1.7165.2.2.16 NAME 'sambaTrustedDomain' SUP top STRUCTURAL
+objectclass ( 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 $
+ MAY ( sambaTrustType $ sambaTrustAttributes $ sambaTrustDirection $
sambaTrustPartner $ sambaFlatName $ sambaTrustAuthOutgoing $
sambaTrustAuthIncoming $ sambaSecurityIdentifier $
sambaTrustForestTrustInfo) )