mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2024-12-23 23:50:03 -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;
|
||||
goto done;
|
||||
}
|
||||
|
||||
domain_name = strdup(req->data.name.domain_name);
|
||||
break;
|
||||
case INP_NAME:
|
||||
ret = asprintf(&fq_name, "%s%c%s", req->data.name.object_name,
|
||||
|
Loading…
Reference in New Issue
Block a user