Better auth log messages.

This commit is contained in:
Nikos Mavrogiannopoulos
2014-05-23 11:35:48 +02:00
parent 978e89c53f
commit de50dd413b
3 changed files with 3 additions and 3 deletions

View File

@@ -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;
}