mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
EXTDOM: Do not overwrite domain_name for INP_SID
This commit is contained in:
parent
5c357b462d
commit
ec08458b65
@ -271,8 +271,6 @@ int handle_request(struct ipa_extdom_ctx *ctx, struct extdom_req *req,
|
|||||||
ret = LDAP_OPERATIONS_ERROR;
|
ret = LDAP_OPERATIONS_ERROR;
|
||||||
goto done;
|
goto done;
|
||||||
}
|
}
|
||||||
|
|
||||||
domain_name = strdup(req->data.name.domain_name);
|
|
||||||
break;
|
break;
|
||||||
case INP_NAME:
|
case INP_NAME:
|
||||||
ret = asprintf(&fq_name, "%s%c%s", req->data.name.object_name,
|
ret = asprintf(&fq_name, "%s%c%s", req->data.name.object_name,
|
||||||
|
Loading…
Reference in New Issue
Block a user