[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
(ITS#4047) valsort overlay broken in HEAD
Full_Name: Quanah Gibson-mount
Version: HEAD 2005-09-27
OS: Solaris 8
URL: ftp://ftp.openldap.org/incoming/
Submission from: (NULL) (171.66.182.82)
After building HEAD, I attempted to start it, and got this error:
/usr/local/etc/openldap/slapd.conf: line 98: unknown directive <valsort-attr>
inside backend database definition.
# Valsort Overlay
overlay valsort
valsort-attr employeeType cn=people,dc=stanford,dc=edu weighted
is my definition inside of my back-hdb database, and this works fine with the
2.3.7 release. The man page indicates that this is the proper syntax.
-d -1 shows:
<= ldap_dn2bv(cn=people,dc=stanford,dc=edu)=0 Success
<<< dnNormalize: <cn=people,dc=stanford,dc=edu>
/usr/local/etc/openldap/slapd.conf: line 98: unknown directive <valsort-attr>
inside backend database definition.
slapd destroy: freeing system resources.
slapd stopped.
connections_destroy: nothing to destroy.
--Quanah