mirror of
https://github.com/samba-team/samba.git
synced 2024-12-27 03:21:53 +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 379da475e2
)
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
|
|
#######################
|