From 294e9a5521d327c5cdc49beeb9cb9e703b3134f1 Mon Sep 17 00:00:00 2001 From: Jan Zeleny Date: Tue, 17 Jul 2012 08:08:20 -0400 Subject: 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. --- src/providers/ad/ad_opts.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/providers/ad/ad_opts.h') diff --git a/src/providers/ad/ad_opts.h b/src/providers/ad/ad_opts.h index 458e7ea4d..eba5a0999 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}, -- cgit