diff options
author | Andrew Bartlett <abartlet@samba.org> | 2002-03-23 08:28:19 +0000 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2002-03-23 08:28:19 +0000 |
commit | 657a24f476c90e0ffa8171f78b35a449171f54e1 (patch) | |
tree | 35da20fdef21bef1d7c1c7087846db078e088d31 /source3/nsswitch/pam_winbind.h | |
parent | 26588248cda26c6c8216a9b49008cb6d0e7f3bce (diff) | |
download | samba-657a24f476c90e0ffa8171f78b35a449171f54e1.tar.gz samba-657a24f476c90e0ffa8171f78b35a449171f54e1.tar.xz samba-657a24f476c90e0ffa8171f78b35a449171f54e1.zip |
Various winbind updates:
- pam_winbind updates from vance, fixing a typo and making some the options
work properly.
- Extra parinoia in the winbind connection loop
- Allow pam_winbind to compile on HP-UX (Don Mcall, more work to do).
- Fix up configure.in to use the same method for building the test .so
as the Makefile uses.
Andrew Bartlett
(This used to be commit 8e705dd9215b1cb3f44d6348094679d7dc6a7fbd)
Diffstat (limited to 'source3/nsswitch/pam_winbind.h')
-rw-r--r-- | source3/nsswitch/pam_winbind.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/nsswitch/pam_winbind.h b/source3/nsswitch/pam_winbind.h index 93d9ec9e73..9897249e16 100644 --- a/source3/nsswitch/pam_winbind.h +++ b/source3/nsswitch/pam_winbind.h @@ -25,7 +25,7 @@ #define PAM_SM_ACCOUNT #define PAM_SM_PASSWORD -#if defined(SUNOS5) || defined(SUNOS4) +#if defined(SUNOS5) || defined(SUNOS4) || defined(HPUX) /* Solaris always uses dynamic pam modules */ #define PAM_EXTERN extern |