Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ipropd-master.c:make_listen_socket only binds to AF_INET #1236

Open
juhaj opened this issue Mar 20, 2024 · 0 comments
Open

ipropd-master.c:make_listen_socket only binds to AF_INET #1236

juhaj opened this issue Mar 20, 2024 · 0 comments

Comments

@juhaj
Copy link

juhaj commented Mar 20, 2024

On an IPv6-only host (or dual-stack) ipropd-master fails to bind to any IPv6 address. On an IPv6-only host, this is obviously a show-stopper, but it is also a show-stopper for IPV6-only ipropd-slaves.

Looks like ipropd-master does not even try, the only IP socket it opens is opened in make_listen_socket and the socket is unconditionally AF_INET:

fd = socket (AF_INET, SOCK_STREAM, 0);

I'm filing this as a bug, not feature request, because based on Changelogs, Heimdal supports IPv6 (and the client tools and kdc do so seemingly fine, just not ipropd).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant