summaryrefslogtreecommitdiffstats
path: root/examples/LDAP/samba-nds.schema
diff options
context:
space:
mode:
authorBjörn Jacke <bj@sernet.de>2009-09-09 19:13:32 +0200
committerBjörn Jacke <bj@sernet.de>2009-09-09 19:14:28 +0200
commitadca9f681cda79511c6974b47005316dc3889ebb (patch)
tree7b68879e6c48e6adce6d409acf746dbb7a2856b3 /examples/LDAP/samba-nds.schema
parentb65d6cf0135785aa10857c107c3a094ce170bbf7 (diff)
downloadsamba-adca9f681cda79511c6974b47005316dc3889ebb.tar.gz
samba-adca9f681cda79511c6974b47005316dc3889ebb.tar.xz
samba-adca9f681cda79511c6974b47005316dc3889ebb.zip
s3:examples:ldap: fix some OIDs in various schema files
Diffstat (limited to 'examples/LDAP/samba-nds.schema')
-rw-r--r--examples/LDAP/samba-nds.schema8
1 files changed, 4 insertions, 4 deletions
diff --git a/examples/LDAP/samba-nds.schema b/examples/LDAP/samba-nds.schema
index 8e8c5bcdf3..901ac9b4bc 100644
--- a/examples/LDAP/samba-nds.schema
+++ b/examples/LDAP/samba-nds.schema
@@ -328,22 +328,22 @@ objectClasses: ( 1.3.6.1.4.1.7165.2.2.5 NAME 'sambaDomain' DESC 'Samba Domain In
dn: cn=schema
changetype: modify
add: objectClasses
-objectClasses: ( 1.3.6.1.4.1.7165.1.2.2.7 NAME 'sambaUnixIdPool' DESC 'Pool for allocating UNIX uids/gids' SUP top AUXILIARY MUST ( uidNumber $ gidNumber ))
+objectClasses: ( 1.3.6.1.4.1.7165.2.2.7 NAME 'sambaUnixIdPool' DESC 'Pool for allocating UNIX uids/gids' SUP top AUXILIARY MUST ( uidNumber $ gidNumber ))
dn: cn=schema
changetype: modify
add: objectClasses
-objectClasses: ( 1.3.6.1.4.1.7165.1.2.2.8 NAME 'sambaIdmapEntry' DESC 'Mapping from a SID to an ID' SUP top AUXILIARY MUST ( sambaSID ) MAY ( uidNumber $ gidNumber ))
+objectClasses: ( 1.3.6.1.4.1.7165.2.2.8 NAME 'sambaIdmapEntry' DESC 'Mapping from a SID to an ID' SUP top AUXILIARY MUST ( sambaSID ) MAY ( uidNumber $ gidNumber ))
dn: cn=schema
changetype: modify
add: objectClasses
-objectClasses: ( 1.3.6.1.4.1.7165.1.2.2.9 NAME 'sambaSidEntry' DESC 'Structural Class for a SID' SUP top STRUCTURAL MUST ( sambaSID ))
+objectClasses: ( 1.3.6.1.4.1.7165.2.2.9 NAME 'sambaSidEntry' DESC 'Structural Class for a SID' SUP top STRUCTURAL MUST ( sambaSID ))
dn: cn=schema
changetype: modify
add: objectClasses
-objectClasses: ( 1.3.6.1.4.1.7165.1.2.2.10 NAME 'sambaConfig' DESC 'Samba Configuration Section' SUP top AUXILIARY MAY ( description ))
+objectClasses: ( 1.3.6.1.4.1.7165.2.2.10 NAME 'sambaConfig' DESC 'Samba Configuration Section' SUP top AUXILIARY MAY ( description ))
dn: cn=schema
changetype: modify