diff options
author | Christian Zoffoli <xmerlin@gentoo.org> | 2006-10-14 22:45:43 +0000 |
---|---|---|
committer | Christian Zoffoli <xmerlin@gentoo.org> | 2006-10-14 22:45:43 +0000 |
commit | 6a28e943b8d04bf886ede13384f2a6c93b2c13bb (patch) | |
tree | c7ecd20f2543e17660d57111b17f3974a22e0e2c /sys-block/partimage/files/partimaged.pam | |
parent | Cleanup. (diff) | |
download | gentoo-2-6a28e943b8d04bf886ede13384f2a6c93b2c13bb.tar.gz gentoo-2-6a28e943b8d04bf886ede13384f2a6c93b2c13bb.tar.bz2 gentoo-2-6a28e943b8d04bf886ede13384f2a6c93b2c13bb.zip |
Improved 64bit support, fixed doc/help, fixed misc bugs.
(Portage version: 2.1-r1)
Diffstat (limited to 'sys-block/partimage/files/partimaged.pam')
-rw-r--r-- | sys-block/partimage/files/partimaged.pam | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/sys-block/partimage/files/partimaged.pam b/sys-block/partimage/files/partimaged.pam new file mode 100644 index 000000000000..de21a2d035b1 --- /dev/null +++ b/sys-block/partimage/files/partimaged.pam @@ -0,0 +1,12 @@ +# PAM config file for Partimaged + +auth required pam_unix.so +auth required pam.warn.so +auth sufficient pam_userdb.so \ + db=/etc/partimaged/passwd +auth required pam_listfile.so \ + onerr=fail item=user sense=allow \ + file=/etc/partimaged/partimagedusers + +account sufficient pam_userdb.so \ + debug db=/etc/partimaged/passwd |