From 76cf406197d216bda0a11ccf8dcc7867fcb7707a Mon Sep 17 00:00:00 2001 From: Jeremy Allison Date: Wed, 7 Jul 2004 22:59:15 +0000 Subject: r1390: Improve description of attribute. Jeremy. (This used to be commit ff7236a5f20d16069b31383105604a694236ec65) --- examples/LDAP/samba.schema | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/LDAP/samba.schema b/examples/LDAP/samba.schema index 0ad94f973d..1ff6274d5b 100644 --- a/examples/LDAP/samba.schema +++ b/examples/LDAP/samba.schema @@ -252,7 +252,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.50 NAME 'sambaPasswordHistory' - DESC 'MD4 hash of the unicode password' + 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} ) -- cgit