summaryrefslogtreecommitdiff
path: root/source4/rpc_server/config.mk
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2006-08-31 13:10:11 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 14:16:59 -0500
commite117323e2f60868b587cad3e4201df2fe198c9d9 (patch)
tree1507d138b3dc7df15f7dae830bfd1ec9beda18b0 /source4/rpc_server/config.mk
parentfc7f8236bd35d299efe9a17eff53d75c7509bc37 (diff)
downloadsamba-e117323e2f60868b587cad3e4201df2fe198c9d9.tar.gz
samba-e117323e2f60868b587cad3e4201df2fe198c9d9.tar.bz2
samba-e117323e2f60868b587cad3e4201df2fe198c9d9.zip
r17968: Consolidate the DSSETUP and LSA pipes into a single file, as DSSETUP
is just one call. This simplifies the one remaining DSSETUP call, and removes another user of the dnsDomain attribute. Andrew Bartlett (This used to be commit 6a54711564b67891c368c09ead3f7389ad40111f)
Diffstat (limited to 'source4/rpc_server/config.mk')
-rw-r--r--source4/rpc_server/config.mk17
1 files changed, 1 insertions, 16 deletions
diff --git a/source4/rpc_server/config.mk b/source4/rpc_server/config.mk
index 292a86de5b..23245218a4 100644
--- a/source4/rpc_server/config.mk
+++ b/source4/rpc_server/config.mk
@@ -133,7 +133,7 @@ PUBLIC_DEPENDENCIES = \
################################################
# Start MODULE dcerpc_lsa
[MODULE::dcerpc_lsarpc]
-INIT_FUNCTION = dcerpc_server_lsarpc_init
+INIT_FUNCTION = dcerpc_server_lsa_init
SUBSYSTEM = dcerpc_server
OBJ_FILES = \
lsa/dcesrv_lsa.o
@@ -175,20 +175,6 @@ PUBLIC_DEPENDENCIES = \
################################################
################################################
-# Start MODULE dcerpc_dssetup
-[MODULE::dcerpc_dssetup]
-INIT_FUNCTION = dcerpc_server_dssetup_init
-SUBSYSTEM = dcerpc_server
-OBJ_FILES = \
- dssetup/dcesrv_dssetup.o
-PUBLIC_DEPENDENCIES = \
- SAMDB \
- DCERPC_COMMON \
- NDR_DSSETUP
-# End MODULE dcerpc_dssetup
-################################################
-
-################################################
# Start SUBSYSTEM dcerpc_server
[MODULE::dcerpc_server]
INIT_FUNCTION = server_service_rpc_init
@@ -204,7 +190,6 @@ PUBLIC_DEPENDENCIES = \
LIBCLI_AUTH \
LIBNDR \
dcerpc
-
#
# End SUBSYSTEM DCERPC
################################################