Skip to content

Commit

Permalink
lib/auth_krb5.c: Typo authentication mechanism krb → krb5
Browse files Browse the repository at this point in the history
  • Loading branch information
dilyanpalauzov committed Jan 20, 2025
1 parent bcd545a commit fa67956
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/auth_krb5.c
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ static void myfreestate(struct auth_state *auth_state)

static strarray_t *mygroups(const struct auth_state *auth_state __attribute__((unused)))
{
syslog(LOG_WARNING, "Authentication mechanism (krb) does not support groups");
syslog(LOG_WARNING, "Authentication mechanism (krb5) does not support groups");
return NULL;
}

Expand Down

0 comments on commit fa67956

Please sign in to comment.