Is your feature request related to a problem? Please describe.
RFC 3244: Microsoft Windows 2000 Kerberos Change Password and Set Password Protocols and draft-ietf-cat-kerb-chg-password-02 both document TCP options for password-changing protocols, and kpasswd(1) even supports it on the client side, but kpasswdd(8) appears to be UDP-only. The bulk of the protocols is essentially the same for TCP and UDP transport.
TCP-based kpasswd is useful for proxying access to the server for location privacy, and for testing (e.g., #1305).
Describe the solution you'd like
kpasswdd(8) sprouts TCP support.
Describe alternatives you've considered
No alternatives.
Additional context
I think the competition's kpasswdd equivalent supports TCP.
Is your feature request related to a problem? Please describe.
RFC 3244: Microsoft Windows 2000 Kerberos Change Password and Set Password Protocols and draft-ietf-cat-kerb-chg-password-02 both document TCP options for password-changing protocols, and kpasswd(1) even supports it on the client side, but kpasswdd(8) appears to be UDP-only. The bulk of the protocols is essentially the same for TCP and UDP transport.
TCP-based kpasswd is useful for proxying access to the server for location privacy, and for testing (e.g., #1305).
Describe the solution you'd like
kpasswdd(8) sprouts TCP support.
Describe alternatives you've considered
No alternatives.
Additional context
I think the competition's kpasswdd equivalent supports TCP.