Fix a syntax error just introduced into the LDAP schema.
authorobnox <obnox@0c0555d6-39d7-0310-84fc-f1cc0bd64818>
Tue, 11 Sep 2007 16:30:38 +0000 (16:30 +0000)
committerobnox <obnox@0c0555d6-39d7-0310-84fc-f1cc0bd64818>
Tue, 11 Sep 2007 16:30:38 +0000 (16:30 +0000)
Michael

git-svn-id: svn+ssh://svn.samba.org/data/svn/samba/branches/SAMBA_3_2@25090 0c0555d6-39d7-0310-84fc-f1cc0bd64818

examples/LDAP/samba.schema

index 1818ca971fc88ed65a3b076e924ef396091342cc..8f82dddeb38092e19e332372fa48a85f71dac74f 100644 (file)
@@ -461,13 +461,13 @@ attributetype ( 1.3.6.1.4.1.7165.2.1.67 NAME 'sambaRefuseMachinePwdChange'
 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 )