mirror of
https://github.com/samba-team/samba.git
synced 2025-01-26 10:04:02 +03:00
ef4e85614e
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 (This used to be commit d72760d26ffe531e34bcbec623b986761152ae5b)
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
|
|
#######################
|