Author: gd
Date: 2005-08-23 14:02:12 +0000 (Tue, 23 Aug 2005)
New Revision: 9523

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=9523

Log:
Fix password history for eDirectory

(by allowing to store more then 1 password history entry in LDAP...)

Thanks to Bernhard Borgmann @ Novell for showing me how to debug
eDirecory.

Guenther

Modified:
   branches/SAMBA_3_0/examples/LDAP/samba-nds.schema
   trunk/examples/LDAP/samba-nds.schema


Changeset:
Modified: branches/SAMBA_3_0/examples/LDAP/samba-nds.schema
===================================================================
--- branches/SAMBA_3_0/examples/LDAP/samba-nds.schema   2005-08-23 13:58:05 UTC 
(rev 9522)
+++ branches/SAMBA_3_0/examples/LDAP/samba-nds.schema   2005-08-23 14:02:12 UTC 
(rev 9523)
@@ -128,7 +128,7 @@
 dn: cn=schema
 changetype: modify
 add: attributetypes
-attributeTypes: ( 1.3.6.1.4.1.7165.2.1.54 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{64} )
+attributeTypes: ( 1.3.6.1.4.1.7165.2.1.54 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{1024} )
 
 ##
 ## SID, of any type

Modified: trunk/examples/LDAP/samba-nds.schema
===================================================================
--- trunk/examples/LDAP/samba-nds.schema        2005-08-23 13:58:05 UTC (rev 
9522)
+++ trunk/examples/LDAP/samba-nds.schema        2005-08-23 14:02:12 UTC (rev 
9523)
@@ -128,7 +128,7 @@
 dn: cn=schema
 changetype: modify
 add: attributetypes
-attributeTypes: ( 1.3.6.1.4.1.7165.2.1.54 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{64} )
+attributeTypes: ( 1.3.6.1.4.1.7165.2.1.54 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{1024} )
 
 ##
 ## SID, of any type

Reply via email to