[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
Re: slapd won't listen on my ipv6 localhost only
At 02:44 AM 2/3/2005, Daniel van Eeden wrote:
># pgrep slapd
># slapd -h ldaps://::1:636/
you likely meant:
ldaps://[::1]:636
See RFC 2732.
(note that you'll likely have to protect the brackets when
entering this on the command line as brackets are special to
many shells.)
Kurt
># pgrep slapd
>22671
># netstat -6nplt | grep slapd
>tcp6 0 0 :::636 :[:[:* LISTEN 22671/slapd
>
>I expected it to listen on ::1:636 instead of :::636
>What am I doing wrong?
>
>Daniel van Eeden <daniel_e@dds.nl>