mirror of
https://github.com/samba-team/samba.git
synced 2024-12-23 17:34:34 +03:00
s3-waf: add libkrb5 winbind locator plugin.
Guenther
This commit is contained in:
parent
5130e4a622
commit
7ecec74a00
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user