diff options
author | Jan Rekorajski <baggins@sith.mimuw.edu.pl> | 2000-12-01 18:22:34 +0000 |
---|---|---|
committer | Jan Rekorajski <baggins@sith.mimuw.edu.pl> | 2000-12-01 18:22:34 +0000 |
commit | 74caf6ff817de8e4d6cab5fafa5c01e88fb658b4 (patch) | |
tree | 9d712c64775b023d332ab370bf054a203c66b678 /doc/modules | |
parent | 30661180000c3047534d128af7c0ca2e3d299d46 (diff) | |
download | pam-74caf6ff817de8e4d6cab5fafa5c01e88fb658b4.tar.gz pam-74caf6ff817de8e4d6cab5fafa5c01e88fb658b4.tar.bz2 pam-74caf6ff817de8e4d6cab5fafa5c01e88fb658b4.zip |
Relevant BUGIDs: 124062
Purpose of commit: new feature
Commit summary:
---------------
add change_uid option to pam_limits, and set real uid only
if this option is present
Diffstat (limited to 'doc/modules')
-rw-r--r-- | doc/modules/pam_limits.sgml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/modules/pam_limits.sgml b/doc/modules/pam_limits.sgml index f7a2245e..3b30a2c3 100644 --- a/doc/modules/pam_limits.sgml +++ b/doc/modules/pam_limits.sgml @@ -74,6 +74,12 @@ verbose logging to <tt/syslog(3)/. <item><tt>conf=/path/to/file.conf</tt> - indicate an alternative <em/limits/ configuration file to the default. +<item><tt/change_uid/ - +change real uid to the user for who the limits are set up. Use this +option if you have problems like login not forking a shell for user +who has no processes. Be warned that something else may break when +you do this. + </itemize> <tag><bf>Examples/suggested usage:</bf></tag> |