17 Mar
2011
17 Mar
'11
6:29 p.m.
On Thu, 2011-03-17 at 09:07 +0100, iti@promax.media.pl wrote:
All other information are now sourced from PAM ( users info, passwords etc.).
PAM has only passwords. User info (uid, gid, home) is in passwd.
Is that possible to deliver some information about user as it is now (PAM) and only quota information in sql table?
If you want to merge multiple userdbs (passwd, sql) into one response then no, that's not directly possible. I guess your possibilities are:
a) Write a checkpassword script to do that and use userdb checkpassword.
b) Sync/merge the information into a single location (passwd-file or sql)