The UNIX and Linux Forums  


Go Back   The UNIX and Linux Forums > Top Forums > UNIX for Advanced & Expert Users
.
google unix.com




View Single Post in the UNIX and Linux Forums - Click on the Thread or Permalink to View Entire Thread -->
  #2 (permalink)  
Old 07-03-2009
vbe's Avatar
vbe vbe is offline Forum Staff  
Moderator
  
 

Join Date: Sep 2005
Location: Switzerland - GE
Posts: 1,576
Know nothing about RH servers but generally UNIX looks at /etc/nsswitch.conf file:
so I suppose if you put files before ldap it may be happy...
Code:
# /etc/nsswitch.conf sample
#
# @(#)B.11.11_LR
#
# An example file that could be copied over to /etc/nsswitch.conf; it
# does not use any name services.
#
passwd:       files LDAP
group:        files LDAP
hosts:        files [NOTFOUND=continue] dns
services:     files ...
networks:     files
...