svn commit: samba r19103 - in branches/SAMBA_3_0/source/nsswitch: .

jra at samba.org jra at samba.org
Thu Oct 5 20:05:10 GMT 2006


Author: jra
Date: 2006-10-05 20:05:09 +0000 (Thu, 05 Oct 2006)
New Revision: 19103

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=19103

Log:
>From "Bj?\195?\182rn JACKE <bjoern at j3e.DE>":
The attached patch cleans up pam_winbind a tiny bit. Instead of making
exceptions for all pam implementations except for Linux' it's better
to make an exception for the only pam implementation which is
different from all the others. This is equivalent to what pam_smb_auth
does already.
-----------------
Jeremy

Modified:
   branches/SAMBA_3_0/source/nsswitch/pam_winbind.h


Changeset:
Modified: branches/SAMBA_3_0/source/nsswitch/pam_winbind.h
===================================================================
--- branches/SAMBA_3_0/source/nsswitch/pam_winbind.h	2006-10-05 13:10:32 UTC (rev 19102)
+++ branches/SAMBA_3_0/source/nsswitch/pam_winbind.h	2006-10-05 20:05:09 UTC (rev 19103)
@@ -19,7 +19,7 @@
 
 #include <iniparser.h>
 
-#if defined(SUNOS5) || defined(SUNOS4) || defined(HPUX) || defined(FREEBSD) || defined(AIX)
+#ifndef LINUX
 
 /* Solaris always uses dynamic pam modules */
 #define PAM_EXTERN extern



More information about the samba-cvs mailing list