Hi, i installed openldap on my FreeBSD box by Ports.
#cd /usr/ports/net/openldap22-server #make install then edit two lines in /usr/local/etc/openldap/slapd.conf suffix "dc=test,dc=example,dc=org" rootdn "cn=Manager,dc=test,dc=example,dc=org" #/usr/local/libexec/slapd # sockstat -4 | grep 389 root slapd 187 9 tcp4 *:389 *:* # netstat -a | grep ldap tcp4 0 0 *.ldap *.* LISTEN tcp6 0 0 *.ldap *.* LISTEN while i try to test, it prompt me error.. # ldapsearch -x -b '' -s base '(objectclass=*)' namingContexts ldap_bind: Can't contact LDAP server (-1) # slaptest config file testing succeeded Segmentation fault (core dumped) What's the problem? _______________________________________________ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"