PAM module for RSBAC User Management
------------------------------------

See the file pam_rsbac.c for copyright and license details

pam_rsbac.so is the main RSBAC PAM module, which can be used as full
replacement for pam_unix.so.

If you want to use pam_rsbac.so together with pam_cracklib.so, passwd will
first ask for the new password before pam_rsbac asks.so for the old
password. This behaviour breaks some programs, e.g. kdepasswd, and does not
match most users' expectations. Thus, pam_rsbac_oldpw.so simply asks for the
old password, stores it in PAM and returns success. A /etc/pam.d password
file could look like this:

password required       pam_rsbac_oldpw.so
password required       pam_cracklib.so retry=3 minlen=8 difok=3
password required       pam_rsbac.so


--


All RSBAC code is copyrighted by Amon Ott unless stated otherwise, and
published under the restrictions of the GNU General Public Licence as
to be read in file COPYING in the main directory of the kernel source
tree. All statements therein apply fully to all RSBAC sources.

RSBAC is free software; you can redistribute it and/or modify it under
the terms of the GNU General Public License as published by the Free
Software Foundation; either version 2 of the License, or (at your option)
any later version.

This software is distributed in the hope that it will be useful, but
WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
for more details, available in the file ``COPYING'
