From 8eb981dd8bc85aee7a913c6f0096ad47f3382339 Mon Sep 17 00:00:00 2001 From: Sumit Bose Date: Thu, 6 Nov 2014 13:13:27 +0100 Subject: ipa: add split_ipa_anchor() This call extracts the domain and the UUID part from an IPA override anchor. Related to https://fedorahosted.org/sssd/ticket/2481 Reviewed-by: Jakub Hrozek --- src/providers/ipa/ipa_id.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/providers/ipa/ipa_id.h') diff --git a/src/providers/ipa/ipa_id.h b/src/providers/ipa/ipa_id.h index e13aded21..033ac40f1 100644 --- a/src/providers/ipa/ipa_id.h +++ b/src/providers/ipa/ipa_id.h @@ -103,4 +103,6 @@ struct tevent_req *ipa_subdomain_account_send(TALLOC_CTX *memctx, errno_t ipa_subdomain_account_recv(struct tevent_req *req, int *dp_error_out); +errno_t split_ipa_anchor(TALLOC_CTX *mem_ctx, const char *anchor, + char **_anchor_domain, char **_ipa_uuid); #endif -- cgit