[PATCH] waf: fix the name of the WINBIND "nss" module on AIX

Björn Jacke bj at sernet.de
Thu Jun 12 02:44:00 MDT 2014


on AIX this is actually not called NSS and PAM, this is combined im LAM (loadable
authentication module)

Signed-off-by: Bjoern Jacke <bj at sernet.de>
---
 nsswitch/wscript_build | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/nsswitch/wscript_build b/nsswitch/wscript_build
index cc17a2e..77dccef 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',
-- 
1.9.1



More information about the samba-technical mailing list