diff options
author | Jakub Hrozek <jhrozek@redhat.com> | 2010-06-10 15:09:35 +0200 |
---|---|---|
committer | Stephen Gallagher <sgallagh@redhat.com> | 2010-06-14 16:54:30 -0400 |
commit | f520e7a2f4fe29747f25118621e20b0d89d296fc (patch) | |
tree | 3b6cc7b5ab6ee927c8a9afadbb9487cd7a018dd3 /src/config/SSSDConfig.py | |
parent | 946aba311fd280fbd673944c0181063d2600c878 (diff) | |
download | sssd-f520e7a2f4fe29747f25118621e20b0d89d296fc.tar.gz sssd-f520e7a2f4fe29747f25118621e20b0d89d296fc.tar.bz2 sssd-f520e7a2f4fe29747f25118621e20b0d89d296fc.zip |
Remove krb5_changepw_principal option
Fixes: #531
Diffstat (limited to 'src/config/SSSDConfig.py')
-rw-r--r-- | src/config/SSSDConfig.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/config/SSSDConfig.py b/src/config/SSSDConfig.py index 7b9d96c9..a05b5334 100644 --- a/src/config/SSSDConfig.py +++ b/src/config/SSSDConfig.py @@ -103,7 +103,6 @@ option_strings = { 'krb5_store_password_if_offline' : _("Store password if offline for later online authentication"), # [provider/krb5/chpass] - 'krb5_changepw_principal' : _('The principal of the change password service'), 'krb5_kpasswd' : _('Server where the change password service is running if not on the KDC'), # [provider/ldap] |