diff options
author | Jan Zeleny <jzeleny@redhat.com> | 2012-06-05 09:10:24 -0400 |
---|---|---|
committer | Jakub Hrozek <jhrozek@redhat.com> | 2012-08-01 16:19:42 +0200 |
commit | f6cd1236c27817b97db002094b76648d92b55f82 (patch) | |
tree | ec52e8402eed1564c005b7bddf1505eaaf084488 /src/config/SSSDConfig | |
parent | 9da182cf4e6af46164d7e60574dcdd07bc11de3e (diff) | |
download | sssd-f6cd1236c27817b97db002094b76648d92b55f82.tar.gz sssd-f6cd1236c27817b97db002094b76648d92b55f82.tar.bz2 sssd-f6cd1236c27817b97db002094b76648d92b55f82.zip |
Primary server support: new option in ldap provider
This patch adds support for new config option ldap_backup_uri. The
description of this option's functionality is included in man page in
previous patch.
Diffstat (limited to 'src/config/SSSDConfig')
-rw-r--r-- | src/config/SSSDConfig/__init__.py.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/config/SSSDConfig/__init__.py.in b/src/config/SSSDConfig/__init__.py.in index 1daa3907..48568843 100644 --- a/src/config/SSSDConfig/__init__.py.in +++ b/src/config/SSSDConfig/__init__.py.in @@ -166,6 +166,7 @@ option_strings = { # [provider/ldap] 'ldap_uri' : _('ldap_uri, The URI of the LDAP server'), + 'ldap_backup_uri' : _('ldap_backup_uri, The URI of the LDAP server'), 'ldap_search_base' : _('The default base DN'), 'ldap_schema' : _('The Schema Type in use on the LDAP server, rfc2307'), 'ldap_default_bind_dn' : _('The default bind DN'), @@ -297,6 +298,7 @@ option_strings = { # [provider/ldap/chpass] 'ldap_chpass_uri' : _('URI of an LDAP server where password changes are allowed'), + 'ldap_chpass_backup_uri' : _('URI of a backup LDAP server where password changes are allowed'), 'ldap_chpass_dns_service_name' : _('DNS service name for LDAP password change server'), # [provider/ldap/sudo] |