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

Re: Redhat 9 problems



> I just downloaded OpenLdap, followed the instructions on getting started 
> and succesfully installed OpenLdap on Redhat 9 :-))
> However I'm having trouble accessing the server from another computer. I 
> can telnet to the RH box so thats OK. I think it has to do with the 
> Xinetd settings for Ldap? I tried copying a config file from telnet and 
> adapting it for Ldap but this doesn't seem to work.
> Is anyone else using OpenLdap on RH 9 and could give me some pointers?

Try -
[root@littleboy samba]# service ldap status
slapd (pid 11610 30624 29613 29362 28644 ...) is running...
slurpd (pid 28642 28640 28633 28632 ...) is running...
[root@littleboy samba]# netstat -ap | grep LISTEN | grep ldap
tcp  0      0 *:ldap     *:*   LISTEN 28592/slapd
tcp  0      0 *:ldaps    *:*   LISTEN     28592/slapd 
[root@littleboy samba]#
- do you see similair output?