[Date Prev][Date Next] [Chronological] [Thread] [Top]

wrong slapppasswd in servers/slapd/Makefile.in (ITS#2985)



Full_Name: Luca Scamoni
Version: HEAD
OS: Linux
URL: ftp://ftp.openldap.org/incoming/
Submission from: (NULL) (193.227.212.131)


There is a mismatch between the SLAPTOOLS definition in
servers/slapd/Makefile.in and the definition in main.c of the tools[] struct.
main.c defines slappasswd while Makefile.in defines slapppasswd (note the 3
p's).
As a result the link slapppasswd to slapd starts the server instead of the old
slappasswd utility.
Also configure must be refreshed since it stil contains references to the old
servers/tools directory and Makefile.am.