Can not connect to 389-ds via 389-console


 
Thread Tools Search this Thread
Operating Systems Linux Red Hat Can not connect to 389-ds via 389-console
# 1  
Old 06-06-2011
Can not connect to 389-ds via 389-console

Hi guys,

I have installed 389-ds on a fedora 15 test machine. both dirsrv and dirsrv-admin is running. Also both ns-slapd and httpd.worker is running. here is netstat -antp result:
Code:
tcp    0    0 0.0.0.0:9830    0.0.0.0:*    LISTEN    868/httpd.worker
tcp    0    0 :::389          :::*         LISTEN    871/ns-slapd

But ns-slapd seems to listen to IPv6 address. When I connect from 389-console it says:
Code:
Con not connect to the Directory Server "ldap://ldap.example.com:389"
LDAP error: failed to connect to server ldap://ldap.example.com:389.
Would you like to attempt to restart the Directory Server?

How can I fix it?
# 2  
Old 06-06-2011
Have you added the appropriate rules to iptables?

Is your system actually called ldap.example.com?
# 3  
Old 06-07-2011
iptables is completely disabled.
what do you mean by:
Quote:
Is your system actually called ldap.example.com?
# 4  
Old 06-07-2011
Well according to #1:
Quote:
Con not connect to the Directory Server "ldap://ldap.example.com:389"
LDAP error: failed to connect to server ldap://ldap.example.com:389.
So is ldap.example.com the FQDN for the LDAP server?
# 5  
Old 06-07-2011
yes. hostname output is: ldap.example.com
Login or Register to Ask a Question

Previous Thread | Next Thread

8 More Discussions You Might Find Interesting

1. UNIX for Advanced & Expert Users

Connect direct - SFTP - List of servers that I can connect

Greetings Experts, I am working for a bank client and have a question on connect-direct and SFTP. We are using Linux RedHat servers. We use connect-direct to transfer (NDM) files from one server to another server. At times, we manually transfer the files using SFTP from one server to another... (2 Replies)
Discussion started by: chill3chee
2 Replies

2. Cybersecurity

When i start CSF i cant connect VPS or download any data into it It appears i cant connect Linux VP?

It appears i cant connect linux VPS server via SSH or i cant SCP any file to it and i cant wget any file TO it (from inside it) while CSF (Config Server Firewall, LFD is running. Just after isntall in default configuration and after changing TESTING mode to LIVE mode. Trying to wget & install... (1 Reply)
Discussion started by: postcd
1 Replies

3. Linux

Ssh authentication using 389 Directory server

I am trying LDAP authentication for users logged in CentOS by PAM. Also I have disabled(off) nsslapd-anonymous-access flag to restrict anonymous access by providing the binddn and bindpw. I have changed binddn and bindpw in /etc/ldap.conf for PAM to bind with LDAP to authenticate user. ie) When... (1 Reply)
Discussion started by: shri_22ram
1 Replies

4. AIX

AIX Remote Connect Fail With “No more multiple IP addresses to connect” Error

We have a production server at a client site running AIX. And recently when users are trying to connect to it via telnet, it prompts "No more multiple IP addresses to connect". Can I know what does this error mean? and how to rectify this? Thanks. (2 Replies)
Discussion started by: a_sim
2 Replies

5. UNIX for Advanced & Expert Users

x0vncserver consume 100% resources when view connect to display 0(console)

Hi I would like to ask if someone has suffer and solve the case of vnc server conf running on a solaris system. The x0vncserver consume a 100 percent of resources when the vnc viewer connect to a console display 0. but ok when we connect to a Xvnc server with display :1. (1 Reply)
Discussion started by: jao_madn
1 Replies

6. Cybersecurity

Problem LDAP 389-ds

Hello I have install directory server but i can't change the password of user!!! I have used this command: # ldappasswd -x -D "cn=directory manager" -W "uid=xxxxx,ou=xxxx,dc=xxx,dc=xx" -S New password: Re-enter new password: Enter LDAP Password: Result: Confidentiality... (1 Reply)
Discussion started by: falagar81
1 Replies

7. UNIX for Dummies Questions & Answers

Windows to Linux remote console using VNC brings up blank console screen with only mouse pointer

:confused:Hi This was installed on the Linux box a few weeks back by a guy that no longer works for us. All worked fine until last week. Now when we connect its just a blank screen with no icons. I get a whole bunch of errors when starting the service too: Tue Feb 23 14:29:45 2010 ... (1 Reply)
Discussion started by: wbdevilliers
1 Replies

8. UNIX for Advanced & Expert Users

console /dev/console get image

We are using software (Pegasys) which runs on SunOS 5.8 and reads images from a Philips nuclear camera. The software is designed to run from the console. I need to be able to capture the images it produces on the display. The caveat is that I cannot use the X Windows display because the X Server... (3 Replies)
Discussion started by: sreyes27
3 Replies
Login or Register to Ask a Question