svn commit: samba r25090 - in branches: SAMBA_3_2/examples/LDAP SAMBA_3_2_0/examples/LDAP

obnox at samba.org obnox at samba.org
Tue Sep 11 16:30:38 GMT 2007


Author: obnox
Date: 2007-09-11 16:30:38 +0000 (Tue, 11 Sep 2007)
New Revision: 25090

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

Log:
Fix a syntax error just introduced into the LDAP schema.

Michael


Modified:
   branches/SAMBA_3_2/examples/LDAP/samba.schema
   branches/SAMBA_3_2_0/examples/LDAP/samba.schema


Changeset:
Modified: branches/SAMBA_3_2/examples/LDAP/samba.schema
===================================================================
--- branches/SAMBA_3_2/examples/LDAP/samba.schema	2007-09-11 16:28:35 UTC (rev 25089)
+++ branches/SAMBA_3_2/examples/LDAP/samba.schema	2007-09-11 16:30:38 UTC (rev 25090)
@@ -461,13 +461,13 @@
 attributetype ( 1.3.6.1.4.1.7165.2.1.68 NAME 'sambaClearTextPassword'
 	DESC 'Clear text password (used for trusted domain passwords)'
 	EQUALITY octetStringMatch
-	1.3.6.1.4.1.1466.115.121.1.40 )
+	SYNTAX 1.3.6.1.4.1.1466.115.121.1.40 )
 
 #
 attributetype ( 1.3.6.1.4.1.7165.2.1.69 NAME 'sambaPreviousClearTextPassword'
 	DESC 'Previous clear text password (used for trusted domain passwords)'
 	EQUALITY octetStringMatch
-	1.3.6.1.4.1.1466.115.121.1.40 )
+	SYNTAX 1.3.6.1.4.1.1466.115.121.1.40 )
 
 
 

Modified: branches/SAMBA_3_2_0/examples/LDAP/samba.schema
===================================================================
--- branches/SAMBA_3_2_0/examples/LDAP/samba.schema	2007-09-11 16:28:35 UTC (rev 25089)
+++ branches/SAMBA_3_2_0/examples/LDAP/samba.schema	2007-09-11 16:30:38 UTC (rev 25090)
@@ -461,13 +461,13 @@
 attributetype ( 1.3.6.1.4.1.7165.2.1.68 NAME 'sambaClearTextPassword'
 	DESC 'Clear text password (used for trusted domain passwords)'
 	EQUALITY octetStringMatch
-	1.3.6.1.4.1.1466.115.121.1.40 )
+	SYNTAX 1.3.6.1.4.1.1466.115.121.1.40 )
 
 #
 attributetype ( 1.3.6.1.4.1.7165.2.1.69 NAME 'sambaPreviousClearTextPassword'
 	DESC 'Previous clear text password (used for trusted domain passwords)'
 	EQUALITY octetStringMatch
-	1.3.6.1.4.1.1466.115.121.1.40 )
+	SYNTAX 1.3.6.1.4.1.1466.115.121.1.40 )
 
 
 



More information about the samba-cvs mailing list