Skip to content

Commit

Permalink
Change privilege_level to a string named group.
Browse files Browse the repository at this point in the history
  • Loading branch information
haussli authored and morrowc committed Nov 3, 2023
1 parent e7675d2 commit 1ba75c6
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions acctz/acctz.proto
Original file line number Diff line number Diff line change
Expand Up @@ -127,8 +127,10 @@ message UserDetail {
// accounting a login that terminated before a username was received.
string identity = 1;

// Privilege level configured on the system.
uint32 privilege_level = 2;
// user's privilege level, user class, user group, task group, etc.,
// which is implementation dependent. Might be omitted if
// authentication fails.
string group = 2;
}

// Details of authentication
Expand Down

0 comments on commit 1ba75c6

Please sign in to comment.