From 08ab0d4ede41a1749e0bc26f78a37a4d10c20db8 Mon Sep 17 00:00:00 2001 From: Sumit Bose Date: Tue, 16 Sep 2014 15:26:24 +0200 Subject: IPA: add view support and get view name MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Related to https://fedorahosted.org/sssd/ticket/2375 Reviewed-by: Pavel Březina --- 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 9a255ffbd..9f05d2507 100644 --- a/src/providers/ipa/ipa_id.h +++ b/src/providers/ipa/ipa_id.h @@ -31,6 +31,8 @@ #include "providers/ldap/sdap.h" #include "providers/ipa/ipa_subdomains.h" +#define IPA_DEFAULT_VIEW_NAME "Default Trust View" + void ipa_account_info_handler(struct be_req *breq); struct tevent_req *ipa_get_netgroups_send(TALLOC_CTX *memctx, struct tevent_context *ev, -- cgit