diff options
author | Jan Zeleny <jzeleny@redhat.com> | 2012-06-05 15:07:10 -0400 |
---|---|---|
committer | Jakub Hrozek <jhrozek@redhat.com> | 2012-08-01 16:19:42 +0200 |
commit | 07b7b76d7cd494cbd26263503ba2732c21819941 (patch) | |
tree | 860a74f647b7b1b28fedaf2de808693ae28e8dd4 /src/config/SSSDConfig | |
parent | f6cd1236c27817b97db002094b76648d92b55f82 (diff) | |
download | sssd-07b7b76d7cd494cbd26263503ba2732c21819941.tar.gz sssd-07b7b76d7cd494cbd26263503ba2732c21819941.tar.xz sssd-07b7b76d7cd494cbd26263503ba2732c21819941.zip |
Primary server support: new options in krb5 provider
This patch adds support for new config options krb5_backup_server and
krb5_backup_kpasswd. The description of this option's functionality
is included in man page in one of previous patches.
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 485688433..c6ccbff0c 100644 --- a/src/config/SSSDConfig/__init__.py.in +++ b/src/config/SSSDConfig/__init__.py.in @@ -145,6 +145,7 @@ option_strings = { # [provider/krb5] 'krb5_kdcip' : _('Kerberos server address'), 'krb5_server' : _('Kerberos server address'), + 'krb5_backup_server' : _('Kerberos backup server address'), 'krb5_realm' : _('Kerberos realm'), 'krb5_auth_timeout' : _('Authentication timeout'), @@ -163,6 +164,7 @@ option_strings = { # [provider/krb5/chpass] 'krb5_kpasswd' : _('Server where the change password service is running if not on the KDC'), + 'krb5_backup_kpasswd' : _('Server where the change password service is running if not on the KDC'), # [provider/ldap] 'ldap_uri' : _('ldap_uri, The URI of the LDAP server'), |