summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorGerald Carter <jerry@samba.org>2002-01-04 00:05:23 +0000
committerGerald Carter <jerry@samba.org>2002-01-04 00:05:23 +0000
commit8942e906f0b3d02a94a3bd0411d3d11ac4af5873 (patch)
tree5264e5dbde14c7f1160aa02e323aa3e717798db5 /examples
parent02b23d9d2c6b04982b486d97b48e4db8fb0e2b29 (diff)
downloadsamba-8942e906f0b3d02a94a3bd0411d3d11ac4af5873.tar.gz
samba-8942e906f0b3d02a94a3bd0411d3d11ac4af5873.tar.bz2
samba-8942e906f0b3d02a94a3bd0411d3d11ac4af5873.zip
sync with 2.2
(This used to be commit 9e3b432c57747e6fd876c53a576858ef1227ba8e)
Diffstat (limited to 'examples')
-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 e8a1a025d2..2a1620345d 100644
--- a/examples/LDAP/samba.schema
+++ b/examples/LDAP/samba.schema
@@ -101,8 +101,8 @@ attributetype ( 1.3.6.1.4.1.7165.2.1.17 NAME 'smbHome'
objectclass ( 1.3.1.5.1.4.1.7165.2.2.2 NAME 'sambaAccount' SUP top STRUCTURAL
DESC 'Samba Account'
- MUST ( uid $ uidNumber )
- MAY ( cn $ gidNumber $ lmPassword $ ntPassword $ pwdLastSet $ logonTime $
+ MUST ( uid $ rid )
+ MAY ( cn $ lmPassword $ ntPassword $ pwdLastSet $ logonTime $
logoffTime $ kickoffTime $ pwdCanChange $ pwdMustChange $ acctFlags $
displayName $ smbHome $ homeDrive $ scriptPath $ profilePath $
- description $ userWorkstations $ rid $ primaryGroupID ))
+ description $ userWorkstations $ primaryGroupID ))