summaryrefslogtreecommitdiff
path: root/source4/auth/config.mk
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2006-07-31 15:42:27 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 14:15:17 -0500
commitd6301c8472d6ddaf4328bff6ee37d0233c151c3b (patch)
treee4c4fdf45980d330fe6793ec76d146641ef3a9f6 /source4/auth/config.mk
parente48ed74f4a2fe490d70c444dca3aa9419409579f (diff)
downloadsamba-d6301c8472d6ddaf4328bff6ee37d0233c151c3b.tar.gz
samba-d6301c8472d6ddaf4328bff6ee37d0233c151c3b.tar.bz2
samba-d6301c8472d6ddaf4328bff6ee37d0233c151c3b.zip
r17343: let auth_winbind use IRPC against the winbind task.
(currently this uses the sync IRPC_CALL(), but when auth_check_password will be async for the backend this will change to IRPC_CALL_SEND() the old module which uses the samba3 protocol against winbind is still available as 'winbind_samba3' metze (This used to be commit 26efc732ab668bcb55fd0796818aabe45add2b25)
Diffstat (limited to 'source4/auth/config.mk')
-rw-r--r--source4/auth/config.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/auth/config.mk b/source4/auth/config.mk
index 9534f23023..d692115321 100644
--- a/source4/auth/config.mk
+++ b/source4/auth/config.mk
@@ -36,7 +36,7 @@ OBJ_FILES = auth_anonymous.o
INIT_FUNCTION = auth_winbind_init
SUBSYSTEM = auth
OBJ_FILES = auth_winbind.o
-PUBLIC_DEPENDENCIES = LIBWINBIND-CLIENT NDR_NETLOGON LIBNDR
+PUBLIC_DEPENDENCIES = NDR_WINBIND MESSAGING LIBWINBIND-CLIENT
# End MODULE auth_winbind
#######################