[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
Re: LDAP and SSL
On Tue, 30 Nov 2004 20:35:50 +0100, Tony Earnshaw <tonye@billy.demon.nl> wrote:
> I made a bad mistake in my last posting, wrote that gethostbyname uses
> nss. It doesn't of course, it uses the resolv libraries.
Your definition of *bad* is not as big a deal to me. I understood
what you meant and I do appreciate your help! :-)
BTW - in my /etc/hosts file I have
127.0.0.1 localhost.localdomain localhost
192.168.2.2 debian.insecurity.org debian
# The following lines are desirable for IPv6 capable hosts
::1 ip6-localhost ip6-loopback
fe00::0 ip6-localnet
ff00::0 ip6-mcastprefix
ff02::1 ip6-allnodes
ff02::2 ip6-allrouters
ff02::3 ip6-allhosts
Therefore hostname -f (according to the man page) *should* return
debian.insecurity.org on the localhost. I don't know, I think LDAPS
*should* work; maybe I'm just crazy.
However, I do repeatedly see these errors on slapd start-up (even with -4 set)
debian:/etc# cat /var/log/debug |grep AF_INET6
Nov 26 05:32:46 debian slapd[1293]: slap_open_listener: socket()
failed for AF_INET6 errno=47 (Address family not supported by
protocol)
... edited output ...
Nov 30 11:31:14 debian slapd[728]: slap_open_listener: socket() failed
for AF_INET6 errno=47 (Address family not supported by protocol)
debian:/etc#
--
WC -Sx- Jones
http://insecurity.org/
- Follow-Ups:
- Re: LDAP and SSL
- From: Chasecreek Systemhouse <chasecreek.systemhouse@gmail.com>