From: Gerald Carter Date: Fri, 28 Jan 2005 17:36:41 +0000 (+0000) Subject: r5060: BUG 2286: fix typoe on sambaConfig oc definition X-Git-Tag: samba-misc-tags/initial-v3-0-unstable~5337 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e2ce048654fdb98a50622ac60abae18c6b6ba4d2;p=thirdparty%2Fsamba.git r5060: BUG 2286: fix typoe on sambaConfig oc definition --- 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 ) )