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

Re: ldaps access with RedHat 7.3 installation



On Mon, 2003-08-25 at 14:51, Edward Rudd wrote:
> Is the ldap server actually listening to ldaps?
> run netstat --inet -anp | grep slapd
> and see if slapd is listening on port 636.
> If it's not then you need to make sure slapd is started with the -h
> "ldap:/// ldaps:///" argument.

It has 'port 636' in slapd.conf, and:

[root@webtent openldap]# ps -ax|grep slapd
29996 ?        S      0:00 /usr/libexec/slapd -h ldap:/// ldaps:///
29997 ?        S      0:00 /usr/libexec/slapd -h ldap:/// ldaps:///
29998 ?        S      0:00 /usr/libexec/slapd -h ldap:/// ldaps:///
30003 ?        S      0:00 /usr/libexec/slapd -h ldap:/// ldaps:///
30004 ?        S      0:00 /usr/libexec/slapd -h ldap:/// ldaps:///
30894 pts/0    S      0:00 grep slapd

> Also note that there are RPMS available for openldap 2.1.22 for RH 7.3
> up on http://www.open-it.org/  well they haven't updated the news yet,
> but on their FTP site ftp://ftp.open-it.org/pub/redhat7.3/ there are
> srpms and rpms for openldap 2.1.22. I suggest using the SRPM especially
> if you have cyrus-sasl2.1.x installed and are wanting sasl support as
> their RPMS binaries for 7.3 do not include sasl support.
> 

You know, I did find that and tried to run it, but it complained I
believe about libcrypto.so.2 not being there. It would be great to get
that going instead. Is it safe to run the rpm again over my recent
install? Or how can I uninstall?

-- 
Robert