summaryrefslogtreecommitdiffstats
path: root/examples/LDAP
diff options
context:
space:
mode:
authorGerald Carter <jerry@samba.org>2004-08-06 05:35:46 +0000
committerGerald Carter <jerry@samba.org>2004-08-06 05:35:46 +0000
commitc0f06c72c90d9af9ddd8b69fc83aaadf74f7c021 (patch)
tree549c4d7cbc6b3a1b4f37e442fab5d8b27a9a128e /examples/LDAP
parentce6a549143b8e78aa54529806871fa513b06f98a (diff)
downloadsamba-c0f06c72c90d9af9ddd8b69fc83aaadf74f7c021.tar.gz
samba-c0f06c72c90d9af9ddd8b69fc83aaadf74f7c021.tar.xz
samba-c0f06c72c90d9af9ddd8b69fc83aaadf74f7c021.zip
r1663: fixing syntax error in OID for sambaUnixIdPool, sambaSidEntry, & sambaIdmapEntry
Diffstat (limited to 'examples/LDAP')
-rw-r--r--examples/LDAP/samba.schema6
1 files changed, 3 insertions, 3 deletions
diff --git a/examples/LDAP/samba.schema b/examples/LDAP/samba.schema
index 1ff6274d5b8..d87815b3abc 100644
--- a/examples/LDAP/samba.schema
+++ b/examples/LDAP/samba.schema
@@ -355,17 +355,17 @@ objectclass ( 1.3.6.1.4.1.7165.2.2.5 NAME 'sambaDomain' SUP top STRUCTURAL
sambaAlgorithmicRidBase ) )
## used for idmap_ldap module
-objectclass ( 1.3.6.1.4.1.7165.1.2.2.7 NAME 'sambaUnixIdPool' SUP top AUXILIARY
+objectclass ( 1.3.6.1.4.1.7165.2.2.7 NAME 'sambaUnixIdPool' SUP top AUXILIARY
DESC 'Pool for allocating UNIX uids/gids'
MUST ( uidNumber $ gidNumber ) )
-objectclass ( 1.3.6.1.4.1.7165.1.2.2.8 NAME 'sambaIdmapEntry' SUP top AUXILIARY
+objectclass ( 1.3.6.1.4.1.7165.2.2.8 NAME 'sambaIdmapEntry' SUP top AUXILIARY
DESC 'Mapping from a SID to an ID'
MUST ( sambaSID )
MAY ( uidNumber $ gidNumber ) )
-objectclass ( 1.3.6.1.4.1.7165.1.2.2.9 NAME 'sambaSidEntry' SUP top STRUCTURAL
+objectclass ( 1.3.6.1.4.1.7165.2.2.9 NAME 'sambaSidEntry' SUP top STRUCTURAL
DESC 'Structural Class for a SID'
MUST ( sambaSID ) )