Skip to content

Commit

Permalink
COMPONENT: sdap_idmap
Browse files Browse the repository at this point in the history
Enabling further debugging for to understand the underlying reason for Could not convert objectSID.
  • Loading branch information
Roy214 committed Mar 13, 2024
1 parent 2bb00e2 commit ba9c9c1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/providers/ldap/sdap_idmap.c
Original file line number Diff line number Diff line change
Expand Up @@ -506,8 +506,8 @@ sdap_idmap_sid_to_unix(struct sdap_idmap_ctx *idmap_ctx,
(uint32_t *)id);
if (err != IDMAP_SUCCESS) {
DEBUG(SSSDBG_MINOR_FAILURE,
"Could not convert objectSID [%s] to a UNIX ID\n",
sid_str);
"Could not convert objectSID [%s] to a UNIX ID [%s]\n",
sid_str, idmap_error_string(err));
ret = EIO;
goto done;
}
Expand Down

0 comments on commit ba9c9c1

Please sign in to comment.