summaryrefslogtreecommitdiffstats
path: root/src/util/util.h
diff options
context:
space:
mode:
authorJakub Hrozek <jhrozek@redhat.com>2014-09-24 16:10:41 +0200
committerJakub Hrozek <jhrozek@redhat.com>2014-10-16 18:08:52 +0200
commit06424c5ac5ffb871476208155762bb5b73e0b665 (patch)
treed25855e1d131caa852467a914481cb5f4e00e987 /src/util/util.h
parented4a9bd4d0f7fb359bed66a8d63a92e7be633aae (diff)
downloadsssd-06424c5ac5ffb871476208155762bb5b73e0b665.tar.gz
sssd-06424c5ac5ffb871476208155762bb5b73e0b665.tar.xz
sssd-06424c5ac5ffb871476208155762bb5b73e0b665.zip
UTIL: Always write capaths
We used to only generate the [capaths] section on the IPA server itself, when running in a trusted setup. But we also found out that the capaths are often required to make SSO fully work, so it's better to always generate them. Reviewed-by: Alexander Bokovoy <abokovoy@redhat.com>
Diffstat (limited to 'src/util/util.h')
-rw-r--r--src/util/util.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/util/util.h b/src/util/util.h
index c497f605b..2b9f49979 100644
--- a/src/util/util.h
+++ b/src/util/util.h
@@ -546,8 +546,7 @@ errno_t sssd_domain_init(TALLOC_CTX *mem_ctx,
#define IS_SUBDOMAIN(dom) ((dom)->parent != NULL)
-errno_t sss_write_domain_mappings(struct sss_domain_info *domain,
- bool add_capaths);
+errno_t sss_write_domain_mappings(struct sss_domain_info *domain);
errno_t get_dom_names(TALLOC_CTX *mem_ctx,
struct sss_domain_info *start_dom,