summaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
authorMichael Adam <obnox@samba.org>2007-09-11 16:30:38 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 12:30:39 -0500
commit7dc68ce0fb4490761326eaaca516fde3bf642ed5 (patch)
treedd9fe41d761c8418af1425c84bf032d192ce753e /examples
parent0beae52ff469903adbfefdffd93a34bb7ad7d68d (diff)
downloadsamba-7dc68ce0fb4490761326eaaca516fde3bf642ed5.tar.gz
samba-7dc68ce0fb4490761326eaaca516fde3bf642ed5.tar.xz
samba-7dc68ce0fb4490761326eaaca516fde3bf642ed5.zip
r25090: Fix a syntax error just introduced into the LDAP schema.
Michael
Diffstat (limited to 'examples')
-rw-r--r--examples/LDAP/samba.schema4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/LDAP/samba.schema b/examples/LDAP/samba.schema
index 1818ca971fc..8f82dddeb38 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 )