From a53c63f99e2ada1f172c8e942af2666d8862fa49 Mon Sep 17 00:00:00 2001 From: Gerald Carter Date: Fri, 18 Apr 2003 22:19:04 +0000 Subject: uidPool and gidPool don't use cn anymore (but we don't use thsi anyways) (This used to be commit 7f0fd03f699f24094e32a92dbb0ec55d9a602c36) --- examples/LDAP/samba.schema | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'examples/LDAP/samba.schema') 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 ) ) -- cgit