diff options
Diffstat (limited to 'source/n/krb5/patches/krb5-1.11-kpasswdtest.patch')
-rw-r--r-- | source/n/krb5/patches/krb5-1.11-kpasswdtest.patch | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/source/n/krb5/patches/krb5-1.11-kpasswdtest.patch b/source/n/krb5/patches/krb5-1.11-kpasswdtest.patch new file mode 100644 index 00000000..8419cdf2 --- /dev/null +++ b/source/n/krb5/patches/krb5-1.11-kpasswdtest.patch @@ -0,0 +1,21 @@ +From 0fb88f451f25c4bf923248c9e13dd79f658c743a Mon Sep 17 00:00:00 2001 +From: Robbie Harwood <rharwood@redhat.com> +Date: Tue, 23 Aug 2016 16:52:01 -0400 +Subject: [PATCH] krb5-1.11-kpasswdtest.patch + +--- + src/kadmin/testing/proto/krb5.conf.proto | 1 + + 1 file changed, 1 insertion(+) + +diff --git a/src/kadmin/testing/proto/krb5.conf.proto b/src/kadmin/testing/proto/krb5.conf.proto +index 00c4429..9c4bc1d 100644 +--- a/src/kadmin/testing/proto/krb5.conf.proto ++++ b/src/kadmin/testing/proto/krb5.conf.proto +@@ -9,6 +9,7 @@ + __REALM__ = { + kdc = __KDCHOST__:1750 + admin_server = __KDCHOST__:1751 ++ kpasswd_server = __KDCHOST__:1752 + database_module = foobar_db2_module_blah + } + |