Skip to content

Commit

Permalink
CONFDB: mistype fix
Browse files Browse the repository at this point in the history
  • Loading branch information
alexey-tikhonov committed Oct 11, 2024
1 parent a0176b3 commit 0eb64b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/confdb/confdb.c
Original file line number Diff line number Diff line change
Expand Up @@ -710,7 +710,7 @@ static errno_t add_implicit_services(struct confdb_ctx *cdb, TALLOC_CTX *mem_ctx
add_pac = true;
} else {
DEBUG(SSSDBG_CONF_SETTINGS,
"PAC resonder not enabled for id provider [%s] "
"PAC responder not enabled for id provider [%s] "
"because implicit_pac_responder is set to 'false'.\n",
id_provider);
add_pac = false;
Expand Down

0 comments on commit 0eb64b6

Please sign in to comment.