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/config/SSSDConfig/__init__.py.in | 1 + 1 file changed, 1 insertion(+) (limited to 'src/config/SSSDConfig/__init__.py.in') diff --git a/src/config/SSSDConfig/__init__.py.in b/src/config/SSSDConfig/__init__.py.in index 6605e0823..32613543f 100644 --- a/src/config/SSSDConfig/__init__.py.in +++ b/src/config/SSSDConfig/__init__.py.in @@ -141,6 +141,7 @@ option_strings = { # [provider/ad] 'ad_domain' : _('Active Directory domain'), 'ad_server' : _('Active Directory server address'), + 'ad_backup_server' : _('Active Directory backup server address'), 'ad_hostname' : _('Active Directory client hostname'), # [provider/krb5] -- cgit