Skip to content

Commit 1ba75c6

Browse files
hausslimorrowc
authored andcommitted
Change privilege_level to a string named group.
Also see #121 (comment)
1 parent e7675d2 commit 1ba75c6

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

acctz/acctz.proto

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -127,8 +127,10 @@ message UserDetail {
127127
// accounting a login that terminated before a username was received.
128128
string identity = 1;
129129

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

134136
// Details of authentication

0 commit comments

Comments
 (0)