diff options
author | Simo Sorce <idra@samba.org> | 2004-08-20 14:59:10 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 10:52:25 -0500 |
commit | 7b568196788a0c9239c33add7ed1b20c2685ca1f (patch) | |
tree | 257f2b234f0d4a9ca699c5176c076de17ae223a7 | |
parent | 07a85c1e46cb0363d41d50046f3c40dde2264e8b (diff) | |
download | samba-7b568196788a0c9239c33add7ed1b20c2685ca1f.tar.gz |
r1960: sambaPasswordHistory had a duplicate OID
bump up the attribute number to 52 to avoid conflicts
(This used to be commit 9368f0c1d2cb9942293cf2429474a1a100339572)
-rw-r--r-- | examples/LDAP/samba.schema | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/LDAP/samba.schema b/examples/LDAP/samba.schema index 8c6b8cb4e39..51e5ffb45e6 100644 --- a/examples/LDAP/samba.schema +++ b/examples/LDAP/samba.schema @@ -255,7 +255,7 @@ attributetype ( 1.3.6.1.4.1.7165.2.1.47 NAME 'sambaMungedDial' EQUALITY caseExactMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.15{1050} ) -attributetype ( 1.3.6.1.4.1.7165.2.1.50 NAME 'sambaPasswordHistory' +attributetype ( 1.3.6.1.4.1.7165.2.1.52 NAME 'sambaPasswordHistory' DESC 'Concatenated MD4 hashes of the unicode passwords used on this account' EQUALITY caseIgnoreIA5Match SYNTAX 1.3.6.1.4.1.1466.115.121.1.26{32} ) |