summaryrefslogtreecommitdiff
path: root/Linux-PAM/modules/pam_userdb/README
diff options
context:
space:
mode:
Diffstat (limited to 'Linux-PAM/modules/pam_userdb/README')
-rw-r--r--Linux-PAM/modules/pam_userdb/README30
1 files changed, 30 insertions, 0 deletions
diff --git a/Linux-PAM/modules/pam_userdb/README b/Linux-PAM/modules/pam_userdb/README
new file mode 100644
index 00000000..f4423781
--- /dev/null
+++ b/Linux-PAM/modules/pam_userdb/README
@@ -0,0 +1,30 @@
+pam_userdb:
+ Look up users in a .db database and verify their password against
+ what is contained in that database.
+
+RECOGNIZED ARGUMENTS:
+ debug write a message to syslog indicating success or
+ failure.
+
+ db=[path] use the [path] database for performing lookup. There
+ is no default; the module will return PAM_IGNORE if
+ no database is provided.
+
+ icase make the password verification to be case insensitive
+ (ie when working with registration numbers and such)
+
+ dump dump all the entries in the database to the log (eek,
+ don't do this by default!)
+
+MODULE SERVICES PROVIDED:
+ auth _authetication and _setcred (blank)
+
+EXAMPLE USE:
+ auth sufficient pam_userdb.so icase db=/tmp/dbtest.db
+
+AUTHOR:
+ Cristian Gafton <gafton@redhat.com>
+
+
+
+$Id: README,v 1.1.1.1 2001/04/29 04:17:42 hartmans Exp $