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

host access from unknown (127.0.0.1) denied



Why is localhost being denied access when I execute the command:
   saucer -h localhost
   saucer: Can't contact LDAP server

I execute slapd like so:
    > slapd -d 1
    @(#) $OpenLDAP: slapd 2.0.11-Release (Tue Aug 21 17:23:00 EDT 2001) $
    
root@stripples.devel.redhat.com:/usr/src/build/34468-i386/BUILD/openldap-2.0.11/servers/slapd
    daemon_init: listen on ldap:///
    daemon_init: 1 listeners to open...
    ldap_url_parse_ext(ldap:///)
    daemon: socket() failed errno=97 (Address family not supported by 
protocol)
    daemon: initialized ldap:///
    daemon_init: 1 listeners opened
    slapd init: initiated server.
    slap_sasl_init: initialized!
    slapd startup: initiated.
    slapd starting
    fd=7 host access from unknown (127.0.0.1) denied.


And my access is set to:
    access to * by * read
                by * write


Thanks!