Modify ↓
#2925 closed defect (fixed)
IPv6 endpoints cause authentication to fail
Reported by: | anonymous | Owned by: | Dalius |
---|---|---|---|
Priority: | normal | Component: | AuthOpenIdPlugin |
Severity: | normal | Keywords: | |
Cc: | Trac Release: | 0.11 |
Description
I don't have the exact error (because I solved this by changing the hosts AAAA (ipv6) record to something else, but it failed on the INET_ATOI call. I'm guessing it expects the endpoint to resolve to an ipv4 address and complains when it sees something else (like an ipv6 address). Both my trac site and the endpoint are actual ipv6-enabled hosts.
Attachments (0)
Change History (4)
comment:1 Changed 17 years ago by
comment:2 Changed 17 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Get newest version of plugin and disable check_ip. Check IP is designed for IPv4. In the future better solution will be required but while IPv6 is not widely used I don't worry about that (sorry).
comment:4 Changed 16 years ago by
Good to hear that. In the future we can implement IPv6 IP check but it is not critical yet.
Note: See
TracTickets for help on using
tickets.
Something what I have not expected. Yes, currently plugin works only with IPv4 addresses. I will look how to solve that.