[Date Prev][Date Next] [Chronological] [Thread] [Top]

Re: slapd socket file name and location



DT Piotr Wadas writes:
> Nope :/ None of these worked as expected
> 
> slapd -h 'ldapi://test//' -u root -g root -d16384 -f slapd-1.conf
> slapd -h 'ldapi://test/' -u root -g root -d16384 -f slapd-1.conf
> slapd -h 'ldapi://test' -u root -g root -d16384 -f slapd-1.conf

You must specify the socket filename, not just the directory name,
and URL-escape it so it stays in the hostport part of the URL.
If the filename is /test/ldapi, use 'ldapi://%2Ftest%2Fldapi/'.

-- 
Hallvard