[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
ldapi:/// syntax not working
- To: openldap-software@OpenLDAP.org
- Subject: ldapi:/// syntax not working
- From: Paul Kölle <pkoelle@gmail.com>
- Date: Fri, 29 Apr 2005 22:41:35 +0200
- Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:user-agent:x-accept-language:mime-version:to:subject:x-enigmail-version:content-type:content-transfer-encoding; b=n4wyo6Fv/IZFIebhaZEIOYdNo1izi1p4XTEZLMgHy3tgSeF3dDULQbiPBXnAKPEbay7utjlyXejdMifJJEI8EkVB6a4EOIery9VJZ0+X4LT1Z1GlSrY8QhqxZ6/4JncWPXV4KJTfiZJelwmEtJEFOvTbTwmzZKhmOHnfF72AwoI=
- User-agent: Mozilla Thunderbird 1.0.2 (Windows/20050317)
Hi all,
I'm trying to get heimdal working with openldap as backend and run into
some issues with slapi:/// connections.
As the tutorial from PADL suggests one should start the server like:
slapd -h "ldapi:/// ldap:///" but:
/usr/lib/openldap/slapd -d -1 -h "ldapi:/// ldap:///"
daemon_init: ldapi:/// ldap:///
daemon_init: listen on ldapi:///
daemon_init: listen on ldap:///
daemon_init: 2 listeners to open...
ldap_url_parse_ext(ldapi:///)
daemon: bind(6) failed errno=2 (No such file or directory)
slap_open_listener: failed on ldapi:///
slapd stopped.
connections_destroy: nothing to destroy
Using "slapd -h ldapi://%2fpath%2fto%2fsocket" everything works as
expected but thats not an option since the ldapi:/// syntax is hardcoded
in hdb-ldap.c in heimdal and it always returns "cannot find ldap server"
when I try to init the realm with kadmin.
Unfortunately I was not able to figure out how the ldapi:/// syntax
translates into a usable socket. Google, the Admin Guide and the
Faq-O-matic yielded no results.
This is openldap 2.2.24 on linux 2.6 and bdb-4.2 with patches.
thanks
Paul