From 05109131b0541f4e046cc6ad6130f1bbd7eb6a27 Mon Sep 17 00:00:00 2001 From: Jeremy Allison Date: Thu, 5 Oct 2006 20:05:09 +0000 Subject: r19103: From "Björn JACKE ": 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 (This used to be commit 8e5596470822d20740f86585a6cf67240f2face4) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- source3/nsswitch/pam_winbind.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3') diff --git a/source3/nsswitch/pam_winbind.h b/source3/nsswitch/pam_winbind.h index 0072f67904..0ca30c28aa 100644 --- a/source3/nsswitch/pam_winbind.h +++ b/source3/nsswitch/pam_winbind.h @@ -19,7 +19,7 @@ #include -#if defined(SUNOS5) || defined(SUNOS4) || defined(HPUX) || defined(FREEBSD) || defined(AIX) +#ifndef LINUX /* Solaris always uses dynamic pam modules */ #define PAM_EXTERN extern -- cgit