diff options
author | Jan Rekorajski <baggins@sith.mimuw.edu.pl> | 2000-11-30 21:35:58 +0000 |
---|---|---|
committer | Jan Rekorajski <baggins@sith.mimuw.edu.pl> | 2000-11-30 21:35:58 +0000 |
commit | 30661180000c3047534d128af7c0ca2e3d299d46 (patch) | |
tree | b837830833d2e330fed423ee5517d6f29de25041 | |
parent | 5ad6b4379de2099bf860d3a7179cfdde39f83b32 (diff) | |
download | pam-30661180000c3047534d128af7c0ca2e3d299d46.tar.gz pam-30661180000c3047534d128af7c0ca2e3d299d46.tar.bz2 pam-30661180000c3047534d128af7c0ca2e3d299d46.zip |
Relevant BUGIDs: 123972
Purpose of commit: bugfix
Commit summary:
---------------
pam_limits - set real uid to the user for who we set limits
-rw-r--r-- | CHANGELOG | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -35,6 +35,8 @@ Where you should replace XXXXX with a bug-id. 0.73: please submit patches for this section with actual code/doc patches! +* pam_limits - set real uid to the user for who we set limits. + (Bug 123972 - baggins) * removed static variables from pam_limits (thread safe now). (Bug 117450 - agmorgan). * removed static variable from pam_wheel (module should be thread safe |