mirror of
https://gitlab.com/openconnect/ocserv.git
synced 2026-02-10 16:57:00 +08:00
Better auth log messages.
This commit is contained in:
@@ -411,7 +411,7 @@ int handle_sec_auth_init(sec_mod_st * sec, const SecAuthInitMsg * req)
|
||||
}
|
||||
|
||||
if (found == 0) {
|
||||
seclog(LOG_AUTH, "user '%s' requested group '%s' but it is not part of his certificate groups",
|
||||
seclog(LOG_AUTH, "user '%s' requested group '%s' but is not included on his certificate groups",
|
||||
req->user_name, req->group_name);
|
||||
return -1;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user