Skip to content

Commit

Permalink
Merge pull request #5223 from dilyanpalauzov/autk_krb5_typo_krb
Browse files Browse the repository at this point in the history
lib/auth_krb5.c: Typo authentication mechanism krb → krb5
  • Loading branch information
ksmurchison authored Jan 21, 2025
2 parents 38e1063 + fa67956 commit e187b6d
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 e187b6d

Please sign in to comment.