Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

could not determine LDAP server...

Status
Not open for further replies.

4565655342355

Programmer
Sep 14, 2007
1
BR
Hello!
My log file:

cavatonilap nscd: nss_ldap: could not determine LDAP server from ldap.conf or DNS


I want to use LDAP only to do authentication in a wiki...I don't have to configure it to do Linux athentication.

My nsswitch.conf file:

1 # /etc/nsswitch.conf
2 #
3 # Example configuration of GNU Name Service Switch functionality.
4 # If you have the `glibc-doc-reference' and `info' packages installed, try:
5 # `info libc "Name Service Switch"' for information about this file.
6
7
8 passwd: ldap compat
9 group: ldap compat
10 shadow: ldap compat
11
12 hosts: files mdns4_minimal [NOTFOUND=return] dns mdns4
13 networks: files
14
15 protocols: db files
16 services: db files
17 ethers: db files
18 rpc: db files
19
20 netgroup: nis

Thank's
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top