summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2010-12-15 10:04:34 +0100
committerGünther Deschner <gd@samba.org>2010-12-15 10:56:18 +0100
commit7ecec74a002b2decde1be01b8389de1b9d227acd (patch)
treecc33076d5d09f298365d137d099ed0451c11fea2
parent5130e4a6226115817cb18be265c47f5290d1aedc (diff)
downloadsamba-7ecec74a002b2decde1be01b8389de1b9d227acd.tar.gz
samba-7ecec74a002b2decde1be01b8389de1b9d227acd.tar.bz2
samba-7ecec74a002b2decde1be01b8389de1b9d227acd.zip
s3-waf: add libkrb5 winbind locator plugin.
Guenther
-rw-r--r--source3/wscript_build6
1 files changed, 6 insertions, 0 deletions
diff --git a/source3/wscript_build b/source3/wscript_build
index e151ba67cc..090717b84d 100644
--- a/source3/wscript_build
+++ b/source3/wscript_build
@@ -781,6 +781,12 @@ if bld.CONFIG_SET('WITH_PAM_MODULES'):
cflags='-DLOCALEDIR=\"%s/locale\"' % bld.env.DATADIR,
realname='pam_winbind.so')
+if bld.CONFIG_SET('HAVE_KRB5_LOCATE_PLUGIN_H'):
+ bld.SAMBA_LIBRARY('winbind_krb5_locator',
+ source='../nsswitch/winbind_krb5_locator.c',
+ deps='wbclient krb5',
+ vnum='0')
+
bld.SAMBA_SUBSYSTEM('LIBMSRPC',
source='${LIBMSRPC_SRC}',
deps='''ndr NDR_SECURITY NDR_DCERPC NDR_SCHANNEL