diff options
author | Gerald Carter <jerry@samba.org> | 2005-01-28 17:36:41 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 10:55:13 -0500 |
commit | 575ff396254cc433b8b73a9d8d2e649dde9b364d (patch) | |
tree | 7d58f47ca61f9046941e4fca0c0fecdc41bf4a08 /examples/LDAP | |
parent | 26dcc2aa749552d98d3636a46c20efd542c82f6d (diff) | |
download | samba-575ff396254cc433b8b73a9d8d2e649dde9b364d.tar.gz |
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.schema | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/LDAP/samba.schema b/examples/LDAP/samba.schema index 9cfa0dd7eb5..2205c173095 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 ) ) |