No description
Find a file
Sergey Poznyakoff becb45487c Removed
git-svn-id: file:///svnroot/pam-modules/trunk@10 56984be4-0537-0410-a56c-fcb268c96130
2004-05-27 07:50:42 +00:00
pam_fshadow Removed 2004-05-27 07:50:42 +00:00
pam_regex Removed 2004-05-27 07:50:42 +00:00
.cvsignore Added to the repository 2004-05-27 07:41:05 +00:00
AUTHORS Initial revision 2004-02-09 14:51:48 +00:00
autogen.sh Updated 2004-02-09 14:55:08 +00:00
ChangeLog Updated 2004-02-09 14:54:26 +00:00
configure.ac Initial revision 2004-02-09 14:51:48 +00:00
COPYING Initial revision 2004-02-09 14:51:48 +00:00
Makefile.am Initial revision 2004-02-09 14:51:48 +00:00
NEWS Initial revision 2004-02-09 14:51:48 +00:00
README Initial revision 2004-02-09 14:51:48 +00:00
THANKS Initial revision 2004-02-09 14:51:48 +00:00

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

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: