diff options
author | Gerald Carter <jerry@samba.org> | 2002-02-11 13:46:42 +0000 |
---|---|---|
committer | Gerald Carter <jerry@samba.org> | 2002-02-11 13:46:42 +0000 |
commit | 0b5be86b40ae2c27082d0aca347aa34607834d0b (patch) | |
tree | 9ac2892877222cecf27ab5a2b10e888b291fecdc | |
parent | b8ae08de1b3dfdb83e2e89590bf47b478de439e2 (diff) | |
download | samba-0b5be86b40ae2c27082d0aca347aa34607834d0b.tar.gz samba-0b5be86b40ae2c27082d0aca347aa34607834d0b.tar.xz samba-0b5be86b40ae2c27082d0aca347aa34607834d0b.zip |
fix stupid typo in OID :-(
-rw-r--r-- | examples/LDAP/samba.schema | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/examples/LDAP/samba.schema b/examples/LDAP/samba.schema index 28828f4f940..0f9ec5faa44 100644 --- a/examples/LDAP/samba.schema +++ b/examples/LDAP/samba.schema @@ -114,12 +114,12 @@ attributetype ( 1.3.6.1.4.1.7165.2.1.15 NAME 'primaryGroupID' ## The smbPasswordEntry objectclass has been depreciated in favor of the ## sambaAccount objectclass ## -#objectclass ( 1.3.1.5.1.4.1.7165.2.2.1 NAME 'smbPasswordEntry' SUP top AUXILIARY +#objectclass ( 1.3.6.1.4.1.7165.2.2.1 NAME 'smbPasswordEntry' SUP top AUXILIARY # DESC 'Samba smbpasswd entry' # MUST ( uid $ uidNumber ) # MAY ( lmPassword $ ntPassword $ pwdLastSet $ acctFlags )) -objectclass ( 1.3.1.5.1.4.1.7165.2.2.2 NAME 'sambaAccount' SUP top STRUCTURAL +objectclass ( 1.3.6.1.4.1.7165.2.2.2 NAME 'sambaAccount' SUP top STRUCTURAL DESC 'Samba Account' MUST ( uid $ rid ) MAY ( cn $ lmPassword $ ntPassword $ pwdLastSet $ logonTime $ @@ -130,11 +130,11 @@ objectclass ( 1.3.1.5.1.4.1.7165.2.2.2 NAME 'sambaAccount' SUP top STRUCTURAL ## ## Used for Winbind experimentation ## -objectclass ( 1.3.1.5.1.4.1.7165.1.2.2.3 NAME 'uidPool' 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 ) ) -objectclass ( 1.3.1.5.1.4.1.7165.1.2.2.4 NAME 'gidPool' SUP top AUXILIARY +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 ) ) |