diff options
author | Jan Zeleny <jzeleny@redhat.com> | 2012-03-29 04:39:42 -0400 |
---|---|---|
committer | Stephen Gallagher <sgallagh@redhat.com> | 2012-04-24 09:19:42 -0400 |
commit | d3f2fd9cb21cc10dce663a2f7d0deda07074e44e (patch) | |
tree | d67ea0f96ea4b0878577c304ccf5b5d1bab515d0 /src/confdb/confdb.h | |
parent | 20d0bc6d587f346238062df4da5edfde815e59b1 (diff) | |
download | sssd-d3f2fd9cb21cc10dce663a2f7d0deda07074e44e.tar.gz sssd-d3f2fd9cb21cc10dce663a2f7d0deda07074e44e.tar.xz sssd-d3f2fd9cb21cc10dce663a2f7d0deda07074e44e.zip |
Add conn_name to allow different names for domains and connections
Diffstat (limited to 'src/confdb/confdb.h')
-rw-r--r-- | src/confdb/confdb.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/confdb/confdb.h b/src/confdb/confdb.h index 370970b81..d0b383e56 100644 --- a/src/confdb/confdb.h +++ b/src/confdb/confdb.h @@ -170,6 +170,7 @@ struct config_file_ctx; */ struct sss_domain_info { char *name; + char *conn_name; char *provider; int timeout; bool enumerate; |