Package: fusiondirectory / 1.0.8.2-5

0001_fdSaslRealm-and-fdSaslExop-are-not-booleans.patch Patch series | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
From d911208cd6c9e70bc9e52fa8e4416850ae76acc8 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?C=C3=B4me=20Bernigaud?= <come.bernigaud@opensides.be>
Date: Fri, 24 Oct 2014 09:30:00 +0200
Subject: [PATCH] Fixes #3432 fdSaslRealm and fdSaslExop are booleans in the
 schema

---
 contrib/openldap/core-fd-conf.schema | 14 ++++++++------
 1 file changed, 8 insertions(+), 6 deletions(-)

diff --git a/contrib/openldap/core-fd-conf.schema b/contrib/openldap/core-fd-conf.schema
index d85bcb0..5d0dbbf 100644
--- a/core/contrib/openldap/core-fd-conf.schema
+++ b/core/contrib/openldap/core-fd-conf.schema
@@ -191,15 +191,17 @@ attributetype ( 1.3.6.1.4.1.38414.8.13.5 NAME 'fdHandleExpiredAccounts'
 
 attributetype ( 1.3.6.1.4.1.38414.8.13.6 NAME 'fdSaslRealm'
   DESC 'FusionDirectory - SASL Realm'
-  EQUALITY booleanMatch
-  SYNTAX 1.3.6.1.4.1.1466.115.121.1.7
-  SINGLE-VALUE )
+  EQUALITY caseExactIA5Match
+  SUBSTR caseExactIA5SubstringsMatch
+  SYNTAX 1.3.6.1.4.1.1466.115.121.1.26
+  SINGLE-VALUE)
 
 attributetype ( 1.3.6.1.4.1.38414.8.13.7 NAME 'fdSaslExop'
   DESC 'FusionDirectory - SASL Exop'
-  EQUALITY booleanMatch
-  SYNTAX 1.3.6.1.4.1.1466.115.121.1.7
-  SINGLE-VALUE )
+  EQUALITY caseExactIA5Match
+  SUBSTR caseExactIA5SubstringsMatch
+  SYNTAX 1.3.6.1.4.1.1466.115.121.1.26
+  SINGLE-VALUE)
 
 attributetype ( 1.3.6.1.4.1.38414.8.13.8 NAME 'fdForcePasswordDefaultHash'
   DESC 'FusionDirectory - Force password default hash'
-- 
1.9.1