From b6c64fab5e95b2e4b3a0ae84e912ff1fd3267401 Mon Sep 17 00:00:00 2001 From: Michael Adam Date: Tue, 11 Sep 2007 16:30:38 +0000 Subject: r25090: Fix a syntax error just introduced into the LDAP schema. Michael (This used to be commit 7dc68ce0fb4490761326eaaca516fde3bf642ed5) --- examples/LDAP/samba.schema | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'examples/LDAP') diff --git a/examples/LDAP/samba.schema b/examples/LDAP/samba.schema index 1818ca971f..8f82dddeb3 100644 --- a/examples/LDAP/samba.schema +++ b/examples/LDAP/samba.schema @@ -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 ) -- cgit