mirror of
https://github.com/samba-team/samba.git
synced 2025-01-12 09:18:10 +03:00
r19103: From "Björn JACKE <bjoern@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
This commit is contained in:
parent
0a516c3026
commit
8e55964708
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user