Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Robert Dubner
OpenLDAP
Commits
d28cf4a7
Commit
d28cf4a7
authored
Apr 13, 2004
by
Pierangelo Masarati
Browse files
add slapsaslauth test tool
parent
faa1385f
Changes
1
Hide whitespace changes
Inline
Side-by-side
servers/slapd/Makefile.in
View file @
d28cf4a7
...
...
@@ -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
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment