From: Matthijs Kooijman Date: Tue, 30 Dec 2008 22:56:17 +0000 (+0100) Subject: pam: Make common-account also support unix users. X-Git-Url: https://git.stderr.nl/gitweb?a=commitdiff_plain;h=3578559b16bc32eabb5c7c0dca9263c4aa8fe622;hp=3578559b16bc32eabb5c7c0dca9263c4aa8fe622;p=matthijs%2Fservers%2Fdrsnuggles.git pam: Make common-account also support unix users. This makes sure that common-account supports both unix users (from passwd) and ldap users. A lot of services don't do real (password) authentication, but do need to work for both ldap and unix users (cron, su). common-auth still only works for ldap users, since those are the only ones with actual passwords. ---