From c82abaad71273e7afd667efbea0a63b630e30564 Mon Sep 17 00:00:00 2001 From: Gerald Carter Date: Mon, 17 Jun 2002 06:01:42 +0000 Subject: [PATCH] updating OID to new sambaAccount --- examples/LDAP/samba-schema-netscapeds4.x | 2 +- examples/LDAP/samba-schema-netscapeds5.x | 4 ++-- examples/LDAP/samba-schema.IBMSecureWay | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/examples/LDAP/samba-schema-netscapeds4.x b/examples/LDAP/samba-schema-netscapeds4.x index c5a11b8b66c..074b78c52cc 100644 --- a/examples/LDAP/samba-schema-netscapeds4.x +++ b/examples/LDAP/samba-schema-netscapeds4.x @@ -24,7 +24,7 @@ attribute domain 1.3.6.1.4.1.7165.2.1.18 cis single objectclass sambaAccount oid - 1.3.1.5.1.4.1.7165.2.2.2 + 1.3.1.5.1.4.1.7165.2.2.3 superior top requires diff --git a/examples/LDAP/samba-schema-netscapeds5.x b/examples/LDAP/samba-schema-netscapeds5.x index 0abc9d82e27..888758f67f3 100644 --- a/examples/LDAP/samba-schema-netscapeds5.x +++ b/examples/LDAP/samba-schema-netscapeds5.x @@ -21,8 +21,8 @@ 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.1.5.1.4.1.7165.2.2.2 NAME 'sambaAccount' SUP top STRUCTUR - AL MAY ( acctFlags $ domain $ homeDrive $ kickoffTime $ lmPassword $ logofft +objectClasses: ( 1.3.1.5.1.4.1.7165.2.2.3 NAME 'sambaAccount' SUP top AUXILIARY + MAY ( acctFlags $ domain $ homeDrive $ kickoffTime $ lmPassword $ logofft ime $ logonTime $ ntPassword $ primaryGroupID $ profilePath $ pwdCanChange $ pwdLastSet $ pwdMustChange $ rid $ scriptPath $ smbHome $ userWorkstations ) X-ORIGIN 'user defined' ) diff --git a/examples/LDAP/samba-schema.IBMSecureWay b/examples/LDAP/samba-schema.IBMSecureWay index 1fca4a749a6..73d767b03c8 100644 --- a/examples/LDAP/samba-schema.IBMSecureWay +++ b/examples/LDAP/samba-schema.IBMSecureWay @@ -10,7 +10,7 @@ ## ibm-slapdIncludeSchema: /etc/lapschema/samba.schema ## objectClasses { -( 1.3.1.5.1.4.1.7165.2.2.2 NAME 'sambaAccount' DESC 'Samba Account' SUP top MUST uid $ rid MAY ( acctFlags $ cn $ description $ displayName $ homeDrive $ kickoffTime $ lmPassword $ logoffTime $ logonTime $ ntPassword $ primaryGroupID $ profilePath $ pwdCanChange $ pwdLastSet $ pwdMustChange $ scriptPath $ smbHome $ userWorkstations ) ) +( 1.3.1.5.1.4.1.7165.2.2.3 NAME 'sambaAccount' DESC 'Samba Account' SUP top MUST uid $ rid MAY ( acctFlags $ cn $ description $ displayName $ homeDrive $ kickoffTime $ lmPassword $ logoffTime $ logonTime $ ntPassword $ primaryGroupID $ profilePath $ pwdCanChange $ pwdLastSet $ pwdMustChange $ scriptPath $ smbHome $ userWorkstations ) ) } attributeTypes { -- 2.11.4.GIT