aboutsummaryrefslogtreecommitdiff
path: root/README
blob: fdbd9d8b8c6f8a74093b54eaf2ab1f28b50fc499 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
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.