1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24
|
Subject: fix syntax errors, improve formatting
Origin: Alex Mestiashvili <alex@biotec.tu-dresden.de>
Forwarded: yes
--- libpam-abl.orig/doc/pam_abl.8.txt
+++ libpam-abl/doc/pam_abl.8.txt
@@ -151,15 +151,17 @@
-----
Typically pam_abl.so is added to the auth stack as a required
-module just before whatever modules actually peform
+module just before whatever modules actually perform
authentication. Here's a fragment of the PAM config for a
production server that is running pam_abl:
+-------------------------------------
auth required /lib/security/pam_env.so
auth required /lib/security/pam_abl.so
config=/etc/security/pam_abl.conf
auth sufficient /lib/security/pam_unix.so likeauth nullok
auth required /lib/security/pam_deny.so
+-------------------------------------
Although all of accepted arguments can be supplied here they will
usually be placed in a separate config file and linked to using
|