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

Re: TLS Problems



On Fri, Sep 22, 2000 at 11:27:35AM +0200, Cristian Prevedello wrote:
> 
> I've compiled openldap-2.0.3 under a debian woody. The compile and the test
> stage didn't report any problem.
> I run the server as:
> libexec/slapd -d 5 -h "ldaps:/// ldap:///";
> 
> with output:
> 
> @(#) $OpenLDAP: slapd 2.0.3-Release (Mon Sep 18 17:45:15 CEST 2000) $
>         root@woody:/root/openldap-2.0.3/servers/slapd
> 	daemon_init: ldaps:/// ldap:///
> 	daemon_init: listen on ldaps:///
> 	daemon_init: listen on ldap:///
> 	daemon_init: 2 listeners to open...
> 	ldap_url_parse(ldaps:///)
> 	daemon: socket() failed errno=22 (Invalid argument)
> 	daemon: initialized ldaps:///
> 	ldap_url_parse(ldap:///)
> 	daemon: socket() failed errno=22 (Invalid argument)
> 	daemon: initialized ldap:///
> 	daemon_init: 2 listeners opened
> 	slapd init: initiated server.
> 	slapd startup: initiated.
> 	slapd starting
> 	
> have no clue why those two errono=22 but it seems the server start up
> correctly.

Those are probably because you have an IPv6-able C-library, but not
IPv6 support in the kernel. It tries to open IPv6 sockets first, and
then reverts to IPv4. You can ignore those, they have nothing to do
with your problem.

Can't help you with your problem though,

Stig

-- 
Stig Venaas
UNINETT