From 11e16b9698d657659077021743d9357d0e2e86f8 Mon Sep 17 00:00:00 2001 From: moodler Date: Fri, 24 Sep 2004 04:47:23 +0000 Subject: [PATCH] Merged additions from stable (for PAM) --- lang/en/auth.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lang/en/auth.php b/lang/en/auth.php index ea4a2d1ff3..58082e7b6e 100644 --- a/lang/en/auth.php +++ b/lang/en/auth.php @@ -73,6 +73,8 @@ $string['auth_nntpport'] = 'Server port (119 is the most common)'; $string['auth_nntptitle'] = 'Use an NNTP server'; $string['auth_nonedescription'] = 'Users can sign in and create valid accounts immediately, with no authentication against an external server and no confirmation via email. Be careful using this option - think of the security and administration problems this could cause.'; $string['auth_nonetitle'] = 'No authentication'; +$string['auth_pamtitle'] = 'PAM (Pluggable Authentication Modules)'; +$string['auth_pamdescription'] = 'This method uses PAM to access the native usernames on this server. You have to install PHP4 PAM Authentication in order to use this module.'; $string['auth_pop3description'] = 'This method uses a POP3 server to check whether a given username and password is valid.'; $string['auth_pop3host'] = 'The POP3 server address. Use the IP number, not DNS name.'; $string['auth_pop3mailbox'] = 'Name of the mailbox to attempt a connection with. (usually INBOX)'; -- 2.39.5