mirror of
https://github.com/samba-team/samba.git
synced 2025-01-14 19:24:43 +03:00
d72760d26f
w2k3 dc join working I just commit that to not lose it if my home box would crash... you need a hacked.ldb with some stuff in it, I'll explain later and you need --option="ldapsrv:hacked=yes" so what is left now is KRB5 support for DCERPC in the server as the EVENT LOG of w2k3 says... metze
18 lines
412 B
Makefile
18 lines
412 B
Makefile
# LDAP server subsystem
|
|
|
|
#######################
|
|
# Start SUBSYSTEM LDAP
|
|
[SUBSYSTEM::LDAP]
|
|
INIT_OBJ_FILES = \
|
|
ldap_server/ldap_server.o \
|
|
ldap_server/ldap_backend.o \
|
|
ldap_server/ldap_bind.o \
|
|
ldap_server/ldap_rootdse.o \
|
|
ldap_server/ldap_parse.o \
|
|
ldap_server/ldap_simple_ldb.o \
|
|
ldap_server/ldap_hacked_ldb.o
|
|
REQUIRED_SUBSYSTEMS = \
|
|
LIBCLI_LDAP SAMDB
|
|
# End SUBSYSTEM SMB
|
|
#######################
|