mirror of
https://github.com/samba-team/samba.git
synced 2024-12-23 17:34:34 +03:00
waf: fix the name of the WINBIND "nss" module on AIX
on AIX this is actually not called NSS and PAM, this is combined im LAM (loadable authentication module) Signed-off-by: Bjoern Jacke <bj@sernet.de> Reviewed-by: Volker Lendecke <vl@samba.org> Autobuild-User(master): Volker Lendecke <vl@samba.org> Autobuild-Date(master): Thu Jun 12 13:32:28 CEST 2014 on sn-devel-104
This commit is contained in:
parent
37e7b5a1b0
commit
0b4af49d27
@ -76,7 +76,7 @@ elif (host_os.rfind('aix') > -1):
|
|||||||
bld.SAMBA_LIBRARY('nss_winbind',
|
bld.SAMBA_LIBRARY('nss_winbind',
|
||||||
source='winbind_nss_aix.c',
|
source='winbind_nss_aix.c',
|
||||||
deps='winbind-client',
|
deps='winbind-client',
|
||||||
realname='libnss_winbind.so')
|
realname='WINBIND')
|
||||||
|
|
||||||
if bld.CONFIG_SET('WITH_PAM_MODULES') and bld.CONFIG_SET('HAVE_PAM_START'):
|
if bld.CONFIG_SET('WITH_PAM_MODULES') and bld.CONFIG_SET('HAVE_PAM_START'):
|
||||||
bld.SAMBA_LIBRARY('pamwinbind',
|
bld.SAMBA_LIBRARY('pamwinbind',
|
||||||
|
Loading…
Reference in New Issue
Block a user