diff options
author | Russ Allbery <eagle@eyrie.org> | 2018-05-28 15:06:46 -0700 |
---|---|---|
committer | Russ Allbery <eagle@eyrie.org> | 2018-05-28 15:06:46 -0700 |
commit | f3f09aab44117d8eb97811421b2685c295d3d585 (patch) | |
tree | c87b8e95690c2298777c718b543ffd4c78176bee /NEWS | |
parent | ba0bc0725e4b6f33280f6ac1edaecf8cc10616f3 (diff) |
Pass realm to krb5_appdefault_* functions
When getting configuration values from krb5.conf, pass the default
local realm into the Kerberos appdefault functions. This will produce
more correct results with krb5.conf files that specify wallet
configuration for multiple realms.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -11,6 +11,11 @@ wallet 1.4 (unreleased) service principal, and truncate and make unique long names in AD if necessary. This support should still be considered experimental. + When getting configuration values from krb5.conf, pass the default + local realm into the Kerberos appdefault functions. This will produce + more correct results with krb5.conf files that specify wallet + configuration for multiple realms. + Remove stray references to strlcpy and strlcat that broke builds on platforms where those functions are part of libc. Thanks to Karl Kornel for the report. |