mirror of
https://github.com/samba-team/samba.git
synced 2025-01-12 09:18:10 +03:00
53562f7746
The partitioning logic is still there, but we only have one
partition. If we need partitioning in the future it might be better to
remove this partitioning code and use a partitioning module instead
(This used to be commit f4685e7dc9
)
15 lines
271 B
Makefile
15 lines
271 B
Makefile
# LDAP server subsystem
|
|
|
|
#######################
|
|
# Start SUBSYSTEM LDAP
|
|
[SUBSYSTEM::LDAP]
|
|
INIT_OBJ_FILES = \
|
|
ldap_server.o \
|
|
ldap_backend.o \
|
|
ldap_bind.o \
|
|
ldap_simple_ldb.o
|
|
REQUIRED_SUBSYSTEMS = \
|
|
LIBCLI_LDAP SAMDB
|
|
# End SUBSYSTEM SMB
|
|
#######################
|