diff options
author | Simo Sorce <simo@redhat.com> | 2013-01-14 21:45:55 -0500 |
---|---|---|
committer | Jakub Hrozek <jhrozek@redhat.com> | 2013-02-10 22:08:47 +0100 |
commit | 1f800ebb0f190854b8296146174f3d696a426333 (patch) | |
tree | 3b8ac0dcd332177f48ba4339442f6d8eae925534 /src/confdb | |
parent | 0232747f04b650796db56fd7b487aee8a96fab03 (diff) | |
download | sssd-1f800ebb0f190854b8296146174f3d696a426333.tar.gz sssd-1f800ebb0f190854b8296146174f3d696a426333.tar.xz sssd-1f800ebb0f190854b8296146174f3d696a426333.zip |
Add ability to disable domains
Diffstat (limited to 'src/confdb')
-rw-r--r-- | src/confdb/confdb.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/confdb/confdb.h b/src/confdb/confdb.h index 45412538a..71c30367f 100644 --- a/src/confdb/confdb.h +++ b/src/confdb/confdb.h @@ -238,6 +238,8 @@ struct sss_domain_info { struct timeval subdomains_last_checked; struct sss_domain_info *next; + + bool disabled; }; /** |