diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2005-08-26 07:57:50 +0000 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2005-08-26 07:57:50 +0000 |
commit | c5596b0758714b9f9c762643416631be9fb5047b (patch) | |
tree | ecda32f0349183b36f3bd0ad535a634e761c538a /dev-util/cvs/files | |
parent | GNOME 2.10.2 stable on x86 (diff) | |
download | gentoo-2-c5596b0758714b9f9c762643416631be9fb5047b.tar.gz gentoo-2-c5596b0758714b9f9c762643416631be9fb5047b.tar.bz2 gentoo-2-c5596b0758714b9f9c762643416631be9fb5047b.zip |
Bug #103728 - CVS pserver with PAM auth needs session entry in pam.d config.
(Portage version: 2.0.51.22-r2)
Diffstat (limited to 'dev-util/cvs/files')
-rw-r--r-- | dev-util/cvs/files/cvs.pam-include-1.12.12 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/dev-util/cvs/files/cvs.pam-include-1.12.12 b/dev-util/cvs/files/cvs.pam-include-1.12.12 new file mode 100644 index 000000000000..f401ec082a11 --- /dev/null +++ b/dev-util/cvs/files/cvs.pam-include-1.12.12 @@ -0,0 +1,4 @@ +#%PAM-1.0 +auth include system-auth +account include system-auth +session include system-auth |