Show
Ignore:
Timestamp:
05/05/05 23:52:49 (19 years ago)
Author:
jerome
Message:

Improved stability in pykotme and pykotme.cgi
Now uses real userid instead of effective userid in pykotme and pykosd,
to allow user root to check his own account instead of user pykota's one
(since we drop priviledges early).
Better setup instructions for pykotme.cgi

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • pykota/trunk/bin/pykosd

    r2216 r2232  
    117117        savecolor = color 
    118118         
    119         uname = pwd.getpwuid(os.geteuid())[0] 
     119        uname = pwd.getpwuid(os.getuid())[0] 
    120120        while 1 : 
    121121            color = savecolor