From 5da48a95224e925f4b070f2581a121516df33829 Mon Sep 17 00:00:00 2001 From: thomascube Date: Wed, 19 Oct 2011 15:28:11 +0000 Subject: Copy plugins to release branch --- plugins/password/drivers/pam.php | 41 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 41 insertions(+) create mode 100644 plugins/password/drivers/pam.php (limited to 'plugins/password/drivers/pam.php') diff --git a/plugins/password/drivers/pam.php b/plugins/password/drivers/pam.php new file mode 100644 index 000000000..e9363cc5a --- /dev/null +++ b/plugins/password/drivers/pam.php @@ -0,0 +1,41 @@ + 600, + 'type' => 'php', + 'file' => __FILE__, 'line' => __LINE__, + 'message' => "Password plugin: PAM authentication failed for user $user: $error" + ), true, false); + } + } + else { + raise_error(array( + 'code' => 600, + 'type' => 'php', + 'file' => __FILE__, 'line' => __LINE__, + 'message' => "Password plugin: PECL-PAM module not loaded" + ), true, false); + } + + return PASSWORD_ERROR; +} + +?> -- cgit v1.2.3