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

Re: ldaps access with RedHat 7.3 installation



This is why I only use RPMS or create my own.. that way I don't have to
figure out how to uninstall.. but that's me.. there maybe a "make
uninstall" for openldap, though I'm not sure.. If you installed it in
/usr/local it should be much easier to track down what it installed.. 
(which I always install in /usr/local if I do not use an RPM, which
hasn't happened in a long while).

did you download the RPMS for RedHat 8.0? or 7.3??? And I'd just
recompile it anyway... (rpm --rebuild ).

You might want to specify "" around the -h parameters. and see if that
fixes anything..
you can also try ldapsearch -d 255 to spit out debugging information
which will help you track down the problem easier.

On Mon, 2003-08-25 at 14:46, Robert Fitzpatrick wrote:
> 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?
-- 
Edward Rudd <eddie@omegaware.com>
Home Page <http://urkle.drip.ws/>