diff options
author | Jan Zeleny <jzeleny@redhat.com> | 2012-07-17 08:08:20 -0400 |
---|---|---|
committer | Jakub Hrozek <jhrozek@redhat.com> | 2012-08-01 16:19:42 +0200 |
commit | 294e9a5521d327c5cdc49beeb9cb9e703b3134f1 (patch) | |
tree | 7f4ab43282eea5d9fdeb2b5cf8e9a3e90ec45436 /src/providers/ad/ad_opts.h | |
parent | 46118ee53dc0d25e449cd7e37e624a4c62b78ee2 (diff) | |
download | sssd-294e9a5521d327c5cdc49beeb9cb9e703b3134f1.tar.gz sssd-294e9a5521d327c5cdc49beeb9cb9e703b3134f1.tar.bz2 sssd-294e9a5521d327c5cdc49beeb9cb9e703b3134f1.zip |
Primary server support: new option in AD provider
This patch adds support for new config option ad_backup_server. The
description of this option's functionality is included in man page in
one of previous patches.
Diffstat (limited to 'src/providers/ad/ad_opts.h')
-rw-r--r-- | src/providers/ad/ad_opts.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/providers/ad/ad_opts.h b/src/providers/ad/ad_opts.h index 458e7ea4..eba5a099 100644 --- a/src/providers/ad/ad_opts.h +++ b/src/providers/ad/ad_opts.h @@ -30,6 +30,7 @@ struct dp_option ad_basic_opts[] = { { "ad_domain", DP_OPT_STRING, NULL_STRING, NULL_STRING }, { "ad_server", DP_OPT_STRING, NULL_STRING, NULL_STRING }, + { "ad_backup_server", DP_OPT_STRING, NULL_STRING, NULL_STRING }, { "ad_hostname", DP_OPT_STRING, NULL_STRING, NULL_STRING }, { "krb5_keytab", DP_OPT_STRING, NULL_STRING, NULL_STRING }, { "krb5_realm", DP_OPT_STRING, NULL_STRING, NULL_STRING}, |