#33 closed enhancement (fixed)
Create "shadow users" for RPC calls
Reported by: | Kris Deugau | Owned by: | |
---|---|---|---|
Priority: | trivial | Milestone: | |
Version: | Keywords: | ||
Cc: |
Description
Mainly for logging consistency; for future log-viewing pleasures we need a way to sort and filter log entries based on username, user ID, user fullname, etc, etc. RPC users will likely not be native users, and so will (initially) lack a user ID.
To work around this, create a new class of user (not displayed in the user lists?) to give these remote users an entry in the local user table for log processing.
Change History (3)
comment:1 by , 12 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:2 by , 12 years ago
comment:3 by , 12 years ago
(In [406]) /trunk
Fix the fix for the fixed initRPC(). Usernames should be stored
with the RPC system string to make sure they don't collide with
"normal" users. Also check the right variable to see if we retrieved
an existing user record or not. See #33.
Fix groupID() to actually work; apparently it's not used in the
main UI or this would have been fixed a long time ago.
(In [401]) /trunk