aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
Diffstat (limited to 'README')
-rw-r--r--README46
1 files changed, 46 insertions, 0 deletions
diff --git a/README b/README
new file mode 100644
index 0000000..fdbd9d8
--- /dev/null
+++ b/README
@@ -0,0 +1,46 @@
+This is a collection of some (hopefully) useful PAM modules.
+
+* pam_fshadow: Authentication against an alternative shadow
+file (or passwd/shadow pair). Options are
+
+** debug[=level]
+ Change debugging level (0 <= level <= 100)
+
+** shadow=<path-to-shadow-file>
+ Set alternative path to shadow file. Default is
+ ${sysconfdir}/etc/shadow.
+
+** use_authtok
+ don't prompt the user for passwords, take them from PAM_
+ items instead.
+
+** nopasswd
+ Do not require passwd file to be present.
+
+* pam_regex: Check if the username matches certain regular expression
+Options are:
+
+** debug[=level]
+ Change debugging level (0 <= level <= 100)
+** audit
+ Enable audit mode
+** waitdebug
+ Enter a dead loop. Useful for attaching with
+ a debugger.
+
+** regex=STRING
+ Match the given regular expression
+
+** sense={allow|deny}
+ What to do if user name matches the regexp.
+ Default is "allow".
+
+** use_authtok
+ don't prompt the user for passwords, take them from PAM_
+ items instead.
+
+
+Local variables:
+mode: outline
+paragraph-separate: "[ ]*$"
+end:

Return to:

Send suggestions and report system problems to the System administrator.