[SCM] Samba Shared Repository - branch master updated

Volker Lendecke vlendec at samba.org
Thu Jun 12 05:33:04 MDT 2014


The branch, master has been updated
       via  0b4af49 waf: fix the name of the WINBIND "nss" module on AIX
      from  37e7b5a torture: convert torture_comment() -> torture_result() so we can knownfail flapping base.delaywrite tests

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=master


- Log -----------------------------------------------------------------
commit 0b4af49d276e2c8fb3c3c54bb6bfc4f9dccede7b
Author: Björn Jacke <bj at sernet.de>
Date:   Thu Jun 12 10:29:47 2014 +0200

    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 at sernet.de>
    Reviewed-by: Volker Lendecke <vl at samba.org>
    
    Autobuild-User(master): Volker Lendecke <vl at samba.org>
    Autobuild-Date(master): Thu Jun 12 13:32:28 CEST 2014 on sn-devel-104

-----------------------------------------------------------------------

Summary of changes:
 nsswitch/wscript_build |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


Changeset truncated at 500 lines:

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',


-- 
Samba Shared Repository


More information about the samba-cvs mailing list