Index: [Article Count Order] [Thread]

Date:  Sat, 2 Sep 2006 16:26:54 -0400
From:  "Brian N. Smith" <brian (at mark) nuonce.net>
Subject:  [coba-e:06696] Re: E-mail broke afer massive updaes v3.5
To:  <coba-e (at mark) bluequartz.org>
Message-Id:  <00af01c6cece$21e7c4e0$1e64a8c0@moe>
References:  <20060831180840.M21588 (at mark) ds3.net> <20060831215523.M55216 (at mark) ds3.net> <20060902160246.M52803 (at mark) mediapie.nl> <200609021833.56283.bq (at mark) solarspeed.net>
X-Mail-Count: 06696

> Yes. I had a client with an unknown version of BQ, where after 
> updating PAM
> was broken. Only admin/root logins were possible, but anything PAM 
> based was
> not.

Michael,

I had the same issue with a couple of my customers.  After trying what 
you had suggested, and failing, I finally tracked down the damn issue.

On a "broken" machine:

[root (at mark) box ~]# cat /etc/pwdb.conf
#
# This is the configuration file for the pwdb library
#

user:
        unix+shadow
        nis+unix+shadow

group:
        unix+shadow
        nis+unix+shadow

On a working machine:

[root (at mark) mail etc]# cat /etc/pwdb.conf
#
# This is the configuration file for the pwdb library
#

user:
        unix+shadow
        unixdb+shadowdb
        unix

group:
        unix+shadow
        unixdb+shadowdb
        unix

If anyone else has problems, check out the "pwdb.conf", also look at 
your /etc/nsswitch.conf

passwd:     db files
shadow:     db files
group:      db files

Make sure that "db" is there!

Good luck!
-Brian