summaryrefslogtreecommitdiffstats
path: root/src/confdb
diff options
context:
space:
mode:
authorSumit Bose <sbose@redhat.com>2016-06-30 13:48:58 +0200
committerJakub Hrozek <jhrozek@redhat.com>2016-07-18 17:10:59 +0200
commit132b31fd5fb74a7627896cdceaf29c7601ed4795 (patch)
tree87f9f506a1e1f8ea99eb7f08df549f217e4cbf17 /src/confdb
parent39f21d2b61685362642d42bc2f94f829671cd5ef (diff)
downloadsssd-132b31fd5fb74a7627896cdceaf29c7601ed4795.tar.gz
sssd-132b31fd5fb74a7627896cdceaf29c7601ed4795.tar.xz
sssd-132b31fd5fb74a7627896cdceaf29c7601ed4795.zip
sysdb: add UPN suffix support for the master domain
sysdb_master_domain_update() and sysdb_master_domain_add_info() are now aware of the UPN suffix attribute. Reviewed-by: Jakub Hrozek <jhrozek@redhat.com>
Diffstat (limited to 'src/confdb')
-rw-r--r--src/confdb/confdb.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/confdb/confdb.h b/src/confdb/confdb.h
index cc8f66f02..0265ccac5 100644
--- a/src/confdb/confdb.h
+++ b/src/confdb/confdb.h
@@ -315,6 +315,7 @@ struct sss_domain_info {
*/
char *forest;
struct sss_domain_info *forest_root;
+ char **upn_suffixes;
};
/**