summaryrefslogtreecommitdiff
path: root/source4/lib/pam_errors.c
diff options
context:
space:
mode:
authorSimo Sorce <idra@samba.org>2005-05-28 19:35:49 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:17:10 -0500
commit26ced62131962d92d45b8a383d3ecf4c9af56d02 (patch)
tree48551ac2016a45180615cb6258ed35437485eaa0 /source4/lib/pam_errors.c
parent1586af2d4271618444447c81f6562d177a83497c (diff)
downloadsamba-26ced62131962d92d45b8a383d3ecf4c9af56d02.tar.gz
samba-26ced62131962d92d45b8a383d3ecf4c9af56d02.tar.bz2
samba-26ced62131962d92d45b8a383d3ecf4c9af56d02.zip
r7058: Add experimenthal pam authentication for web pages
(This used to be commit 36d905407465cb9d8950da86322531e3c3102642)
Diffstat (limited to 'source4/lib/pam_errors.c')
-rw-r--r--source4/lib/pam_errors.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/lib/pam_errors.c b/source4/lib/pam_errors.c
index 925441fb1d..a00464e624 100644
--- a/source4/lib/pam_errors.c
+++ b/source4/lib/pam_errors.c
@@ -20,7 +20,7 @@
#include "includes.h"
-#ifdef WITH_PAM
+#ifdef WITH_HAVE_SECURITY_PAM_APPL_H
#include <security/pam_appl.h>
#if defined(PAM_AUTHTOK_RECOVERY_ERR) && !defined(PAM_AUTHTOK_RECOVER_ERR)