[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
PAM session support documentation
From: |
Brian Murphy |
Subject: |
PAM session support documentation |
Date: |
Mon, 02 May 2005 21:19:33 +0200 |
User-agent: |
Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.5) Gecko/20031107 Debian/1.5-3 |
Hi Guys,
I would like to commit the attached patch. It documents in
the example files the necessary session lines in the PAM
configuration file.
I/we seem to have missed this when the session support was
added. The manual has the necessary additions.
OK with you?
/Brian
Index: contrib/pam/ChangeLog
===================================================================
RCS file: /cvs/ccvs/contrib/pam/ChangeLog,v
retrieving revision 1.5
diff -r1.5 ChangeLog
0a1,4
> 2005-03-22 Brian Murphy <brian@murphy.dk>
>
> * cvs.linux, cvs.solaris: updated to add session support example.
>
Index: contrib/pam/cvs.linux
===================================================================
RCS file: /cvs/ccvs/contrib/pam/cvs.linux,v
retrieving revision 1.1
diff -r1.1 cvs.linux
8a9
> session required pam_unix.so
Index: contrib/pam/cvs.solaris
===================================================================
RCS file: /cvs/ccvs/contrib/pam/cvs.solaris,v
retrieving revision 1.1
diff -r1.1 cvs.solaris
8a9
> cvs session required /usr/lib/security/$ISA/pam_unix.so.1
- PAM session support documentation,
Brian Murphy <=