On Wed, 2011-06-15 at 01:05 +0200, f...@fkoop.de wrote:
> I configured nsswitch.conf in the following way:
> 
> passwd:         compat ldap
> group:          compat ldap
> shadow:         compat ldap

Is there a particular reason you use compat here? I would recommend
using:
   files ldap
unless you also use NIS.

> If I use the command "getent passwd" I get all of the passwd entries
> of the local system and additionally the information about the users
> stored on the ldap server. Any idea how I can further debug the
> situation?

If you run "getent shadow" as root do you also get all users? Shadow
information needs to be present for pam_unix to work currently.

If you're using nslcd, could you provide the contents
of /etc/nslcd.conf.

Also, are you using nscd or unscd? Some users seem to have problems with
that. Does "getent passwd fkoop" produce the output you expect?

-- 
-- arthur - adej...@debian.org - http://people.debian.org/~adejong --

Attachment: signature.asc
Description: This is a digitally signed message part

Reply via email to