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

RE: slapd on Redhat 8.0



This might help you out. It's a little old, but might point you in the right direction...

https://listman.redhat.com/pipermail/seawolf-list/2001-August/011225.html


-----Original Message-----
From:	Greg Stein [mailto:gstein@acetank.com]
Sent:	Mon 3/3/2003 1:51 PM
To:	Wade Winright
Cc:	openldap-software@OpenLDAP.org
Subject:	Re: slapd on Redhat 8.0
Yes, here is what I get:

[root@rh init.d]# service ldap status
slapd (pid 23444 23443 23439) is running...
[root@rh init.d]# ldapsearch -x
ldap_bind: Can't contact LDAP server


Wade Winright wrote:


	Have you tried a `service ldap status` ?
	
	
	-----Original Message-----
	From:	Greg Stein [mailto:gstein@acetank.com]
	Sent:	Mon 3/3/2003 11:04 AM
	To:	Wade Winright
	Cc:	openldap-software@OpenLDAP.org
	Subject:	Re: slapd on Redhat 8.0
	Shouldn't the default slapd.conf at least return something indicating 
	that the server is up and listening?  According to the documentation it 
	looks like it should.
	
	Wade Winright wrote:
	
	  

		sorry, dumb answer...just read that yopu started the service...
		Sounds like something in your slapd.conf or ldap.conf...
		
		
		-----Original Message-----
		From:	Wade Winright
		Sent:	Fri 2/28/2003 3:03 PM
		To:	Greg Stein; openldap-software@OpenLDAP.org
		Cc:	
		Subject:	RE: slapd on Redhat 8.0
		Did you do a "service ldap restart"?
		
		Just a thought...
		been burned that way myself...
		
		-----Original Message-----
		From: Greg Stein [mailto:gstein@acetank.com]
		Sent: Friday, February 28, 2003 1:56 PM
		To: openldap-software@OpenLDAP.org
		Subject: slapd on Redhat 8.0
		
		
		I have openldap installed on my Redhat 8.0 box, via the packaged rpm, 
		and I'm trying to go through the "Quick-Start" in the Administrator's Guide.
		
		I start slapd then try ldapsearch -x, and I get the following output:
		
		ldap_bind: Can't contact LDAP server
		
		Does anyone know what's wrong?
		
		Greg