summaryrefslogtreecommitdiffstats
path: root/src/confdb/confdb.h
diff options
context:
space:
mode:
authorSimo Sorce <simo@redhat.com>2012-10-16 18:07:42 -0400
committerSimo Sorce <simo@redhat.com>2013-01-04 14:40:52 -0500
commitc3b18225c79a1fd3c5e92aef97759b04daa5a5d6 (patch)
treefad7103d9d1ebc632140263c5156a543053a5226 /src/confdb/confdb.h
parent2d468a06e14672a3012f2cf55720903000061c7d (diff)
downloadsssd-c3b18225c79a1fd3c5e92aef97759b04daa5a5d6.tar.gz
sssd-c3b18225c79a1fd3c5e92aef97759b04daa5a5d6.tar.xz
sssd-c3b18225c79a1fd3c5e92aef97759b04daa5a5d6.zip
Add alias attribute to nss responder structures
Add plumbing to allow to push down an alias attribute to be used by the memory cache.
Diffstat (limited to 'src/confdb/confdb.h')
-rw-r--r--src/confdb/confdb.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/confdb/confdb.h b/src/confdb/confdb.h
index eb16d01e..7739af8e 100644
--- a/src/confdb/confdb.h
+++ b/src/confdb/confdb.h
@@ -216,6 +216,8 @@ struct sss_domain_info {
const char *override_shell;
const char *default_shell;
+ const char *alias_attr;
+
uint32_t user_timeout;
uint32_t group_timeout;
uint32_t netgroup_timeout;