Started a new thread as was suggested. I just installed eDirectory and I'm having trouble getting my LDAP services up and running. My current installation is eDirectory 8.8 SP3 on a RHEL 5.2 system. Here's what I've tried so far:
|
Code:
|
ldap display activity
ldap: command not found |
|
Code:
|
/opt/novell/eDirectory/sbin/nldap -l
Module nldap already loaded |
|
Code:
|
netstat -anp | grep 'LISTEN ' | grep ndsd
tcp 0 0 0.0.0.0:389 0.0.0.0:* LISTEN 816/ndsd
tcp 0 0 206.200.97.51:524 0.0.0.0:* LISTEN 816/ndsd
tcp 0 0 127.0.0.1:524 0.0.0.0:* LISTEN 816/ndsd
tcp 0 0 206.200.97.51:8028 0.0.0.0:* LISTEN 816/ndsd
tcp 0 0 206.200.97.51:8030 0.0.0.0:* LISTEN 816/ndsd |
|
Code:
|
ndstrace
set dstrace=nodebug
dstrace +time +tags +ldap +init +pkii
dstrace on
load nldap
dstrace off
exit
error:1412D194:SSL routines:SSL_CTX_use_KMO:read cache failed (err = -59
93)
31443856 LDAP: [1900/00/00 0:00:00.391] Disabling TLS services because of confi
guration failure
31443856 LDAP: [1900/00/00 0:00:00.399] gethostbyname returned a null host entr
y
31443856 LDAP: [1900/00/00 0:00:00.399] Configure LDAP referrals with NDS failu
re count = 1
31443856 LDAP: [1900/00/00 0:00:00.399] TCP/IP is not configured correctly on t
his host
31443856 LDAP: [1900/00/00 0:00:00.400] SSL_CTX_use_KMO failed. Error stack:
error:1412D198:SSL routines:SSL_CTX_use_KMO:Get server KMO failed (err =
-603)
error:1412D194:SSL routines:SSL_CTX_use_KMO:read cache failed (err = -59
93)
31443856 LDAP: [1900/00/00 0:00:00.400] Disabling TLS services because of confi
guration failure
31443856 LDAP: [2106/02/06 6:28:01.408] gethostbyname returned a null host entr
y
31443856 LDAP: [1900/00/00 0:00:00.408] Configure LDAP referrals with NDS failu
re count = 1
31443856 LDAP: [1900/00/00 0:00:00.408] TCP/IP is not configured correctly on t
his host |