]> granicus.if.org Git - shadow/blob - doc/README.pam
[svn-upgrade] Integrating new upstream version, shadow (4.0.12)
[shadow] / doc / README.pam
1
2 About PAM support in the Shadow Password Suite
3
4 Warning: this code is still considered BETA.  It needs more testing.
5 Please let me know if it works, or if something doesn't work.
6
7 Use "./configure --with-libpam" to enable PAM support in the login,
8 passwd and su applications.
9
10 When compiled with PAM support enabled, the following traditional features
11 of the shadow suite are not implemented directly in the applications -
12 instead, they should be implemented in the PAM modules.
13
14 login:
15  - /etc/login.access
16  - /etc/porttime
17  - resource limits
18  - console groups
19  - password expiration / password strength checks
20  - /etc/motd and mail check
21
22 passwd:
23  - administrator defined authentication methods
24  - password expiration
25  - password strength checks
26
27 su:
28  - wheel group
29  - console groups
30  - su access control (/etc/suauth)
31  - password expiration
32  - time restrictions
33  - resource limits
34