From 8ffc6b57f972a1c5b515d6b191fa99853bd88fc0 Mon Sep 17 00:00:00 2001 From: Adam Henry Lewenberg <adamhl@stanford.edu> Date: Mon, 14 Sep 2015 13:13:15 -0700 Subject: [PATCH] release/004.054 From NEWS file: [systemd] New class to allow systemd daemon reloads. (adamhl) [dns] Changes Livermore detection to use the system's primary IP address, instead of using a manually-set parameter. (akkornel) [kerberos] Automatically determine if we are in Livermore; if we are, place the Livermore-based KDC at the top of the list. (akkornel) Clients who are using the base::kerberos::dr class should immediately switch to using base::kerberos. base::kerberos::dr is deprecated. [kerberos] Add two parameters to the base::kerberos class. The first is used to force the kerberos client to prefer TCP over UDP. The second allows one to indicate which kerberos environment to use: prod, test, or uat. In both cases, the defaults are such that the krb5.conf will continue to have the same contents as before the addition of these parameters. --- NEWS | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 4c483fa..ee76e0e 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,4 @@ -Unreleased +release/004.054 (2015-09-14) [systemd] New class to allow systemd daemon reloads. (adamhl) @@ -11,6 +11,13 @@ Unreleased Clients who are using the base::kerberos::dr class should immediately switch to using base::kerberos. base::kerberos::dr is deprecated. + [kerberos] Add two parameters to the base::kerberos class. The first + is used to force the kerberos client to prefer TCP over UDP. The + second allows one to indicate which kerberos environment to use: prod, + test, or uat. In both cases, the defaults are such that the krb5.conf + will continue to have the same contents as before the addition of + these parameters. + release/004.053 (2015-07-28) [rpm] Adding a dag-EL7.repo file so that EL7 hosts can get a -- GitLab