summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBjörn Jacke <bj@sernet.de>2014-06-12 10:29:47 +0200
committerVolker Lendecke <vl@samba.org>2014-06-12 13:32:28 +0200
commit0b4af49d276e2c8fb3c3c54bb6bfc4f9dccede7b (patch)
treead2f7a0bdd8955f220acfe95efe47ea9adf34110
parent37e7b5a1b05e8f83be713acc50f0dd0c1566bcec (diff)
downloadsamba-0b4af49d276e2c8fb3c3c54bb6bfc4f9dccede7b.tar.gz
samba-0b4af49d276e2c8fb3c3c54bb6bfc4f9dccede7b.tar.xz
samba-0b4af49d276e2c8fb3c3c54bb6bfc4f9dccede7b.zip
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
-rw-r--r--nsswitch/wscript_build2
1 files changed, 1 insertions, 1 deletions
diff --git a/nsswitch/wscript_build b/nsswitch/wscript_build
index cc17a2ef594..77dccef49e1 100644
--- a/nsswitch/wscript_build
+++ b/nsswitch/wscript_build
@@ -76,7 +76,7 @@ elif (host_os.rfind('aix') > -1):
bld.SAMBA_LIBRARY('nss_winbind',
source='winbind_nss_aix.c',
deps='winbind-client',
- realname='libnss_winbind.so')
+ realname='WINBIND')
if bld.CONFIG_SET('WITH_PAM_MODULES') and bld.CONFIG_SET('HAVE_PAM_START'):
bld.SAMBA_LIBRARY('pamwinbind',