From 1ba75c64f8ba4d87fc26fd6294871f8b5745e3ab Mon Sep 17 00:00:00 2001 From: heas Date: Tue, 5 Sep 2023 19:43:46 +0000 Subject: [PATCH] Change privilege_level to a string named group. Also see https://github.com/openconfig/gnsi/pull/121#discussion_r1316303116 --- acctz/acctz.proto | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/acctz/acctz.proto b/acctz/acctz.proto index 7c800a6..eeb6e2f 100644 --- a/acctz/acctz.proto +++ b/acctz/acctz.proto @@ -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