mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-06 10:46:21 +08:00
add slapsaslauth test tool
This commit is contained in:
parent
faa1385f51
commit
d28cf4a77a
@ -13,7 +13,7 @@
|
||||
## top-level directory of the distribution or, alternatively, at
|
||||
## <http://www.OpenLDAP.org/license.html>.
|
||||
|
||||
SLAPTOOLS=slapadd slapcat slapdn slapindex slappasswd slaptest
|
||||
SLAPTOOLS=slapadd slapcat slapdn slapindex slappasswd slaptest slapsaslauth
|
||||
PROGRAMS=slapd $(SLAPTOOLS)
|
||||
XPROGRAMS=sslapd libbackends.a .backend liboverlays.a
|
||||
XSRCS=version.c
|
||||
@ -37,7 +37,7 @@ SRCS = main.c globals.c config.c daemon.c \
|
||||
backglue.c operational.c matchedValues.c cancel.c syncrepl.c \
|
||||
backover.c ctxcsn.c ldapsync.c sessionlog.c \
|
||||
slapadd.c slapcat.c slapcommon.c slapdn.c slapindex.c \
|
||||
slappasswd.c slaptest.c \
|
||||
slappasswd.c slaptest.c slapsaslauth.c \
|
||||
$(@PLAT@_SRCS)
|
||||
|
||||
OBJS = main.o globals.o config.o daemon.o \
|
||||
@ -54,7 +54,7 @@ OBJS = main.o globals.o config.o daemon.o \
|
||||
backglue.o operational.o matchedValues.o cancel.o syncrepl.o \
|
||||
backover.o ctxcsn.o ldapsync.o sessionlog.o \
|
||||
slapadd.o slapcat.o slapcommon.o slapdn.o slapindex.o \
|
||||
slappasswd.o slaptest.o \
|
||||
slappasswd.o slaptest.o slapsaslauth.o \
|
||||
$(@PLAT@_OBJS)
|
||||
|
||||
LDAP_INCDIR= ../../include -I$(srcdir)/slapi
|
||||
|
Loading…
Reference in New Issue
Block a user