]> git.ipfire.org Git - thirdparty/krb5.git/commit
Add hostname canonicalization helper to k5test.py
authorGreg Hudson <ghudson@mit.edu>
Fri, 15 Jan 2021 19:43:34 +0000 (14:43 -0500)
committerGreg Hudson <ghudson@mit.edu>
Thu, 28 Jan 2021 15:57:45 +0000 (10:57 -0500)
commit225fffe4e912772acea3a01d45bafb60bfb80948
tree5080befb33a0304da3634165ed7007e394c079ae
parentfcdaede53ba4c828b6bec48e54621cf6ce0e145a
Add hostname canonicalization helper to k5test.py

To facilitate fallback tests, add a canonicalize_hostname() function
to k5test.py which works similarly to krb5_expand_hostname().  Use it
in t_gssapi.py for the recently-added acceptor name fallback test.
src/tests/gssapi/t_gssapi.py
src/util/k5test.py