// Indicates whether the user is active. Only active users can sign in and
// interact with the CaosDB Server.
stringactive=1;
// Realm of this user. The realm is the authority which can authenticate this user, e.g. 'PAM' when the user is a (POSIX) user from the server's host, or 'CaosDB' when CaosDB Server itself can authenticate the user.
// Realm of this user. The realm is the authority which can authenticate this
// user, e.g. 'PAM' when the user is a (POSIX) user from the server's host, or
// 'CaosDB' when CaosDB Server itself can authenticate the user.
stringrealm=2;
// Name of this user.
stringname=3;
...
...
@@ -128,7 +130,8 @@ message ListUsersRequest {
messageListUsersResponse{
// Actual paging setting of the response.
PagingResponsepaging=1;
// A subset (when paging is used) or the complete set (otherwise) of known users.
// A subset (when paging is used) or the complete set (otherwise) of known
// users.
repeatedUserusers=2;
}
...
...
@@ -160,29 +163,37 @@ service AccessControlManagementService {