From ddb25ffd7869a440cdb649ab04670ff8b7f6a0d1 Mon Sep 17 00:00:00 2001 From: jim Date: Sat, 14 Aug 2010 09:57:33 +0800 Subject: [PATCH] update README --- modules/pam/README | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/modules/pam/README b/modules/pam/README index 2db00d70..b88adde4 100644 --- a/modules/pam/README +++ b/modules/pam/README @@ -34,7 +34,8 @@ CONFIGURATION getAccount() method that will return at the very least: name,full_name,email Note: - Two plugins are included in the pam_plugin folder. + Two plugins are included in the pam_plugin folder. Copy a plugin to the + plugin folder to make it available to the PAM module. mock: will authenticate any matching name/password pair. ex. user/user and if $create_account is true then an account will be created using the name. The