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

Re: slapd_open_listener: socket () failed for AF_INET6_errno=97



My slapd won't start so I can't ignore the error. I don't have support for IPv6 enabled in the slapd.conf. I don't see how IPv6 can be enabled... include /etc/ldap/schema/core.schema include /etc/ldap/schema/cosine.schema include /etc/ldap/schema/nis.schema include /etc/ldap/schema/inetorgperson.schema schemacheck on pidfile /var/run/slapd/slapd.pid argsfile /var/run/slapd.args loglevel 256 modulepath /usr/lib/ldap module back_bdb backend bdb database bdb suffix "dc=labor,dc=soa,dc=ak" rootdn "cn=admin,dc=labor,dc=soa,dc=ak" rootpw secret directory "/var/lib/ldap" index objectClass eq lastmod on access to attribute=userPassword by dn="cn=admin,dc=labor,dc=state,dc=ak" write by anonymous auth by self write by * none access to dn.base="" by * read access to * by dn="cn=admin,dc=labor,dc=soa,dc=ak" write by * read On Fri, 2004-04-30 at 11:28, Kurt D. Zeilenga wrote: See http://www.openldap.org/faq/index.cgi?file=652. At 12:06 AM 4/30/2004, Tim Jordan wrote: >Hello everyone, >Trying to make my next step in building a functioning OpenLDAP directory >work. I've been working with pam_ldap and noticed that I was getting a >"can't contact ldap server" error - then in the syslog I found this: > >slapd[1038]: slapd_open_listener: socket () failed for AF_INET6_ >errno=97 (Address faimly not supported by protocol) > >I've been mostly changing the pam.d/* files and the nsswitch.conf. > >I searched Google and the faq for OpenLDAP...no help....Can anyone >advise on this error? > >Thanks, >TJ