[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
(ITS#4340) relay "massage" directive triggers SEGV
Full_Name: Aaron Richton
Version: 2.3.17
OS: Solaris 9
URL:
Submission from: (NULL) (128.6.31.135)
test030 config file:
--- testrun/slapd.1.conf 2006-01-13 16:33:31.214706000 -0500
+++ slapd.1.segfault 2006-01-13 16:33:27.975369000 -0500
@@ -49,9 +49,9 @@
#ldbm#index objectClass eq
database relay
+relay "dc=example,dc=com" massage
suffix "o=Example,c=US"
### back-relay can automatically instantiate the rwm overlay
-relay "dc=example,dc=com" massage
rwm-map objectClass groupOfNames groupOfUniqueNames
rwm-map objectClass uidObject dcObject
rwm-map attribute member uniqueMember
attempting to use "massage" without a suffix produces SEGV on config parsing.
Probably should check that suffix is already configured and bail if not?