svn commit: samba r1960 - branches/SAMBA_3_0/examples/LDAP

idra at samba.org idra at samba.org
Fri Aug 20 14:59:10 GMT 2004


Author: idra
Date: 2004-08-20 14:59:10 +0000 (Fri, 20 Aug 2004)
New Revision: 1960

WebSVN: http://websvn.samba.org/websvn/changeset.php?rep=samba&path=/&rev=1960&nolog=1

Log:

sambaPasswordHistory had a duplicate OID
bump up the attribute number to 52 to avoid conflicts


Modified:
   branches/SAMBA_3_0/examples/LDAP/samba.schema


Changeset:
Modified: branches/SAMBA_3_0/examples/LDAP/samba.schema
===================================================================
--- branches/SAMBA_3_0/examples/LDAP/samba.schema	2004-08-20 14:15:03 UTC (rev 1959)
+++ branches/SAMBA_3_0/examples/LDAP/samba.schema	2004-08-20 14:59:10 UTC (rev 1960)
@@ -255,7 +255,7 @@
 	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} )



More information about the samba-cvs mailing list