mirror of
https://github.com/samba-team/samba.git
synced 2025-02-23 09:57:40 +03:00
queryinfopolicy. Idea is to get a consistency check between that and our notion of the domain name and sid, and take the lsa pipe as the holder of the central smbcli_tree that netlogon and samr use as well. Volker (This used to be commit 126c80aefc4f53c4ba79afc12d70602ef9055ddb)
16 lines
463 B
Makefile
16 lines
463 B
Makefile
# server subsystem
|
|
|
|
################################################
|
|
# Start MODULE server_service_winbind
|
|
[MODULE::server_service_winbind]
|
|
INIT_FUNCTION = server_service_winbind_init
|
|
SUBSYSTEM = SERVER_SERVICE
|
|
INIT_OBJ_FILES = \
|
|
winbind/wb_server.o \
|
|
winbind/wb_samba3_protocol.o \
|
|
winbind/wb_samba3_cmd.o \
|
|
winbind/wb_async_helpers.o
|
|
REQUIRED_SUBSYSTEMS = RPC_NDR_LSA
|
|
# End MODULE server_service_winbind
|
|
################################################
|