summaryrefslogtreecommitdiff
path: root/examples/LDAP
diff options
context:
space:
mode:
authorGerald Carter <jerry@samba.org>2003-04-18 22:19:04 +0000
committerGerald Carter <jerry@samba.org>2003-04-18 22:19:04 +0000
commita53c63f99e2ada1f172c8e942af2666d8862fa49 (patch)
tree02a5adcecfe2b527556924a7eb8ec4f601a66383 /examples/LDAP
parent48dea39b1d54ba4deee75bfda74e5730d7a35fa3 (diff)
downloadsamba-a53c63f99e2ada1f172c8e942af2666d8862fa49.tar.gz
samba-a53c63f99e2ada1f172c8e942af2666d8862fa49.tar.bz2
samba-a53c63f99e2ada1f172c8e942af2666d8862fa49.zip
uidPool and gidPool don't use cn anymore (but we don't use thsi anyways)
(This used to be commit 7f0fd03f699f24094e32a92dbb0ec55d9a602c36)
Diffstat (limited to 'examples/LDAP')
-rw-r--r--examples/LDAP/samba.schema4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/LDAP/samba.schema b/examples/LDAP/samba.schema
index e801e0b847..b95fbeb8ff 100644
--- a/examples/LDAP/samba.schema
+++ b/examples/LDAP/samba.schema
@@ -169,9 +169,9 @@ objectclass ( 1.3.6.1.4.1.7165.2.2.4 NAME 'sambaGroupMapping' SUP top AUXILIARY
##
#objectclass ( 1.3.6.1.4.1.7165.1.2.2.3 NAME 'uidPool' SUP top AUXILIARY
# DESC 'Pool for allocating UNIX uids'
-# MUST ( uidNumber $ cn ) )
+# MUST ( uidNumber ) )
#objectclass ( 1.3.6.1.4.1.7165.1.2.2.4 NAME 'gidPool' SUP top AUXILIARY
# DESC 'Pool for allocating UNIX gids'
-# MUST ( gidNumber $ cn ) )
+# MUST ( gidNumber ) )