summaryrefslogtreecommitdiffstats
path: root/src/confdb
diff options
context:
space:
mode:
authorJan Zeleny <jzeleny@redhat.com>2012-03-29 04:30:34 -0400
committerStephen Gallagher <sgallagh@redhat.com>2012-04-24 09:19:42 -0400
commitc0f9698cd951b7223f251ff2511c4b22a6e4ba60 (patch)
tree4c9928cca58793ac1cbad612e9a4d3c3c8210a6e /src/confdb
parentd3f2fd9cb21cc10dce663a2f7d0deda07074e44e (diff)
downloadsssd-c0f9698cd951b7223f251ff2511c4b22a6e4ba60.tar.gz
sssd-c0f9698cd951b7223f251ff2511c4b22a6e4ba60.tar.xz
sssd-c0f9698cd951b7223f251ff2511c4b22a6e4ba60.zip
Responder part of the subdomain retrieval work
Diffstat (limited to 'src/confdb')
-rw-r--r--src/confdb/confdb.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/confdb/confdb.h b/src/confdb/confdb.h
index d0b383e56..18f6c1fd7 100644
--- a/src/confdb/confdb.h
+++ b/src/confdb/confdb.h
@@ -68,6 +68,9 @@
#define CONFDB_MONITOR_TRY_INOTIFY "try_inotify"
#define CONFDB_MONITOR_KRB5_RCACHEDIR "krb5_rcache_dir"
+/* Responders */
+#define CONFDB_RESPONDER_GET_DOMAINS_TIMEOUT "get_domains_timeout"
+
/* NSS */
#define CONFDB_NSS_CONF_ENTRY "config/nss"
#define CONFDB_NSS_ENUM_CACHE_TIMEOUT "enum_cache_timeout"
@@ -193,9 +196,12 @@ struct sss_domain_info {
struct sysdb_ctx *sysdb;
+ struct sss_domain_info **subdomains;
+ uint32_t subdomain_count;
struct sss_domain_info *parent;
char *flat_name;
char *domain_id;
+ struct timeval subdomains_last_checked;
struct sss_domain_info *next;
};