Addresses: https://bugzilla.redhat.com/show_bug.cgi?id=587384

Previously, the option krb5_kpasswd was only available if
'chpass_provider = krb5' was specified explicitly. Now it will be
available also if 'auth_provider = krb5'.

This option was also missing from the IPA options, so I have added
it there as well.
--
Stephen Gallagher
RHCE 804006346421761

Delivering value year after year.
Red Hat ranks #1 in value among software vendors.
http://www.redhat.com/promo/vendor/
From 72cf63689320d69cb74ed749553864aca1143918 Mon Sep 17 00:00:00 2001
From: Stephen Gallagher <sgall...@redhat.com>
Date: Wed, 5 May 2010 11:55:01 -0400
Subject: [PATCH] Make krb5_kpasswd available for any krb5 provider

Previously, the option krb5_kpasswd was only available if
'chpass_provider = krb5' was specified explicitly. Now it will be
available also if 'auth_provider = krb5'.

This option was also missing from the IPA options, so I have added
it there as well
---
 src/config/etc/sssd.api.d/sssd-ipa.conf  |    1 +
 src/config/etc/sssd.api.d/sssd-krb5.conf |    2 +-
 2 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/src/config/etc/sssd.api.d/sssd-ipa.conf b/src/config/etc/sssd.api.d/sssd-ipa.conf
index c2a12d5a6068ac42f6dfcdac3d0733871a3fe1d5..f71498cc2847cd09b8a78be3972b3ae171adeea6 100644
--- a/src/config/etc/sssd.api.d/sssd-ipa.conf
+++ b/src/config/etc/sssd.api.d/sssd-ipa.conf
@@ -18,6 +18,7 @@ ldap_sasl_authid = str, None, false
 krb5_kdcip = str, None, false
 krb5_realm = str, None, false
 krb5_auth_timeout = int, None, false
+krb5_kpasswd = str, None, false
 ldap_krb5_keytab = str, None, false
 ldap_krb5_init_creds = bool, None, false
 ldap_entry_usn = str, None, false
diff --git a/src/config/etc/sssd.api.d/sssd-krb5.conf b/src/config/etc/sssd.api.d/sssd-krb5.conf
index 7b12e08f03d3b6f7d1d77d47cae6f62812e0c21b..f03ce6dbd3196f0cd285f23bc7804ff25b1eb852 100644
--- a/src/config/etc/sssd.api.d/sssd-krb5.conf
+++ b/src/config/etc/sssd.api.d/sssd-krb5.conf
@@ -2,6 +2,7 @@
 krb5_kdcip = str, None, true
 krb5_realm = str, None, true
 krb5_auth_timeout = int, None, false
+krb5_kpasswd = str, None, false
 
 [provider/krb5/auth]
 krb5_ccachedir = str, None, false
@@ -11,4 +12,3 @@ krb5_validate = bool, None, false
 
 [provider/krb5/chpass]
 krb5_changepw_principal = str, None, false
-krb5_kpasswd = str, None, false
-- 
1.7.0.1

_______________________________________________
sssd-devel mailing list
sssd-devel@lists.fedorahosted.org
https://fedorahosted.org/mailman/listinfo/sssd-devel

Reply via email to