1
0
mirror of https://github.com/samba-team/samba.git synced 2025-02-16 09:57:47 +03:00
Andrew Tridgell 2279d1ebfb r6747: first working version of cldapd server. It is missing 'sites' support, and
filling in some of the returned parameters is quite rough, but it seems to work OK
(This used to be commit e564e3e596915414fad07c94f7ea8a0d9c3a1140)
2007-10-10 13:16:41 -05:00

14 lines
274 B
Makefile

# CLDAP server subsystem
#######################
# Start SUBSYSTEM CLDAPD
[SUBSYSTEM::CLDAPD]
INIT_OBJ_FILES = \
cldap_server/cldap_server.o
ADD_OBJ_FILES = \
cldap_server/netlogon.o
REQUIRED_SUBSYSTEMS = \
LIBCLI_CLDAP
# End SUBSYSTEM CLDAPD
#######################