summaryrefslogtreecommitdiffstats
path: root/examples/LDAP
diff options
context:
space:
mode:
authorGerald Carter <jerry@samba.org>2005-01-28 17:36:41 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 10:55:13 -0500
commit575ff396254cc433b8b73a9d8d2e649dde9b364d (patch)
tree7d58f47ca61f9046941e4fca0c0fecdc41bf4a08 /examples/LDAP
parent26dcc2aa749552d98d3636a46c20efd542c82f6d (diff)
downloadsamba-575ff396254cc433b8b73a9d8d2e649dde9b364d.tar.gz
samba-575ff396254cc433b8b73a9d8d2e649dde9b364d.tar.xz
samba-575ff396254cc433b8b73a9d8d2e649dde9b364d.zip
r5060: BUG 2286: fix typoe on sambaConfig oc definition
(This used to be commit e2ce048654fdb98a50622ac60abae18c6b6ba4d2)
Diffstat (limited to 'examples/LDAP')
-rw-r--r--examples/LDAP/samba.schema2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/LDAP/samba.schema b/examples/LDAP/samba.schema
index 9cfa0dd7eb..2205c17309 100644
--- a/examples/LDAP/samba.schema
+++ b/examples/LDAP/samba.schema
@@ -467,7 +467,7 @@ objectclass ( 1.3.6.1.4.1.7165.2.2.9 NAME 'sambaSidEntry' SUP top STRUCTURAL
DESC 'Structural Class for a SID'
MUST ( sambaSID ) )
-objectclass ( 1.3.6.1.4.1.7165.1.2.2.10 NAME 'sambaConfig' SUP top AUXILIARY
+objectclass ( 1.3.6.1.4.1.7165.2.2.10 NAME 'sambaConfig' SUP top AUXILIARY
DESC 'Samba Configuration Section'
MAY ( description ) )