From 7ecec74a002b2decde1be01b8389de1b9d227acd Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Wed, 15 Dec 2010 10:04:34 +0100 Subject: s3-waf: add libkrb5 winbind locator plugin. Guenther --- source3/wscript_build | 6 ++++++ 1 file changed, 6 insertions(+) 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 -- cgit