User Authentication HOWTO
Peter Hernberg
Floris Lambrechts - Language changes, various small fixes (v0.8).
2000-05-02
Revision History | ||
---|---|---|
Revision 0.8 | 2003-02-20 | Revised by: fl |
language changes, various small fixes | ||
Revision 0.5 | 2000-05-15 | Revised by: ph |
added section on securing pam, added resources section | ||
Revision 0.1 | 2000-05-02 | Revised by: ph |
initial version |
- Table of Contents
- 1. Introduction
- 2. How User Information is Stored on Your System
- 3. PAM (Pluggable Authentication Modules)
- 3.1. Why
- 3.2. What
- 3.3. How
- 3.4. Getting more information
- 4. Securing User Authentication
- 5. Tying it all together
- 5.1. Apache + mod_auth_pam
- 5.2. Our example
- 5.3. Installing mod_auth_pam
- 5.4. Configuring PAM
- 5.5. Configuring Apache
- 5.6. Testing our setup
- 6. Resources
- 6.1. PAM
- 6.2. General Security
- 6.3. Offline Documentation
- 7. Conclusion
Next | ||
Introduction |