mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2024-12-26 00:41:25 -06:00
Make sure domain_name is also set when processing INP_NAME requests
This commit is contained in:
parent
912699ff58
commit
fb62414e81
@ -295,6 +295,7 @@ int handle_request(struct ipa_extdom_ctx *ctx, struct extdom_req *req,
|
||||
&grp_result);
|
||||
}
|
||||
}
|
||||
domain_name = strdup(req->data.name.domain_name);
|
||||
break;
|
||||
default:
|
||||
ret = LDAP_PROTOCOL_ERROR;
|
||||
|
Loading…
Reference in New Issue
Block a user