diff options
author | Volker Lendecke <vlendec@samba.org> | 2004-04-14 20:44:26 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 10:51:14 -0500 |
commit | 81996162d6ecb6236dfb154eac8ed6d4f0ad1079 (patch) | |
tree | 1291ef4257ebefd1fd1bf1b675ec0216600315f2 /examples/LDAP | |
parent | 3c62df47809865daf80c215135d46c722992134b (diff) | |
download | samba-81996162d6ecb6236dfb154eac8ed6d4f0ad1079.tar.gz samba-81996162d6ecb6236dfb154eac8ed6d4f0ad1079.tar.bz2 samba-81996162d6ecb6236dfb154eac8ed6d4f0ad1079.zip |
r223: According to Thomas Mueller, thomas.mueller@christ-wasser.de, the two lines
removed (modifiersName and modifyTimestamp) lead to warnings upon startup of
the netscape directory server. I can't check this, but it sounds logical.
Thanks,
Volker
(This used to be commit 770b85c32fdd7addd7becf6a42cace91f411b363)
Diffstat (limited to 'examples/LDAP')
-rw-r--r-- | examples/LDAP/samba-schema-netscapeds5.x | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/examples/LDAP/samba-schema-netscapeds5.x b/examples/LDAP/samba-schema-netscapeds5.x index e750039acb..56f66a54a5 100644 --- a/examples/LDAP/samba-schema-netscapeds5.x +++ b/examples/LDAP/samba-schema-netscapeds5.x @@ -1,6 +1,7 @@ ## ## Darren Chew <darren.chew at vicscouts dot asn dot au> ## Andre Fiebach <andre dot fiebach at stud dot uni-rostock dot de> +## Thomas Mueller 12.04.2003, thomas.mueller@christ-wasser.de ## ## Samba 3.0 schema file for Netscape DS 5.x ## @@ -22,8 +23,6 @@ aci: (targetattr = "*")(version 3.0; acl "Local Directory Administrators Group "; allow (all) groupdn = "ldap:///cn=Directory Administrators, dc=samba,dc=org";)
aci: (targetattr = "*")(version 3.0; acl "SIE Group"; allow (all)groupdn = "ld
ap:///cn=slapd-sambaldap, cn=iPlanet Directory Server, cn=Server Group, cn=iPlanetDirectory.samba.org, ou=samba.org, o=NetscapeRoot";)
-modifiersName: cn=directory manager
-modifyTimestamp: 20020322124844Z ####################################################################
objectClasses: ( 1.3.6.1.4.1.7165.2.2.6 NAME 'sambaSamAccount' SUP top AUXILIARY DESC 'Samba 3.0 Auxilary SAM Account' MUST ( uid $ sambaSID ) MAY ( cn $ sambaLMPassword $ sambaNTPassword $ sambaPwdLastSet $ sambaLogonTime $ sambaLogoffTime $ sambaKickoffTime $ sambaPwdCanChange $ sambaPwdMustChange $ sambaAcctFlags $ displayName $ sambaHomePath $ sambaHomeDrive $ sambaLogonScript $ sambaProfilePath $ description $ sambaUserWorkstations $ sambaPrimaryGroupSID $ sambaDomainName ) X-ORIGIN 'user defined' ) objectClasses: ( 1.3.6.1.4.1.7165.2.2.4 NAME 'sambaGroupMapping' SUP top AUXILIARY DESC 'Samba Group Mapping' MUST ( gidNumber $ sambaSID $ sambaGroupType ) MAY ( displayName $ description ) X-ORIGIN 'user defined' ) |