mirror of
https://github.com/samba-team/samba.git
synced 2025-01-27 14:04:05 +03:00
899ae849e8
dependency loops). This moves the evaluation of the SASL mechansim list to display in the rootDSE to the ldap server. Andrew Bartlett (This used to be commit 379da475e224d93c05d91b37902c121eb4007d97)
19 lines
420 B
Makefile
19 lines
420 B
Makefile
# LDAP server subsystem
|
|
|
|
#######################
|
|
# Start SUBSYSTEM LDAP
|
|
[MODULE::LDAP]
|
|
INIT_FUNCTION = server_service_ldap_init
|
|
SUBSYSTEM = service
|
|
PRIVATE_PROTO_HEADER = proto.h
|
|
OBJ_FILES = \
|
|
ldap_server.o \
|
|
ldap_backend.o \
|
|
ldap_bind.o \
|
|
ldap_extended.o
|
|
PRIVATE_DEPENDENCIES = CREDENTIALS
|
|
PUBLIC_DEPENDENCIES = \
|
|
LIBCLI_LDAP SAMDB process_model auth GENSEC_SOCKET
|
|
# End SUBSYSTEM SMB
|
|
#######################
|