diff options
author | Volker Lendecke <vlendec@samba.org> | 2007-01-23 16:50:27 +0000 |
---|---|---|
committer | Volker Lendecke <vlendec@samba.org> | 2007-01-23 16:50:27 +0000 |
commit | 581dcb219b19db71e4655c3ca1833f78813e0e4c (patch) | |
tree | e35434ad378f3f6ebc7db11ab50af9bf13b1c943 | |
parent | 80f9d98c64ec799780b468bdca94610e1b0fbe40 (diff) | |
download | samba-581dcb219b19db71e4655c3ca1833f78813e0e4c.tar.gz samba-581dcb219b19db71e4655c3ca1833f78813e0e4c.tar.xz samba-581dcb219b19db71e4655c3ca1833f78813e0e4c.zip |
r20979: Fix description, thanks to Michael Adam <ma@sernet.de>
-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 061fb9791ab..31a7a67b8ed 100644 --- a/examples/LDAP/samba.schema +++ b/examples/LDAP/samba.schema @@ -292,7 +292,7 @@ attributetype ( 1.3.6.1.4.1.7165.2.1.47 NAME 'sambaMungedDial' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15{1050} ) attributetype ( 1.3.6.1.4.1.7165.2.1.54 NAME 'sambaPasswordHistory' - DESC 'Concatenated MD4 hashes of the unicode passwords used on this account' + DESC 'Concatenated MD5 hashes of the salted NT passwords used on this account' EQUALITY caseIgnoreIA5Match SYNTAX 1.3.6.1.4.1.1466.115.121.1.26{32} ) |