K 10 svn:author V 3 des K 8 svn:date V 27 2004-01-06T09:47:24.000000Z K 7 svn:log V 327 When root tries to su to a non-existent user, pam_authenticate() will normally succeed (because root can su to anyone), but pam_acct_mgmt() will most likely fail, causing su to log a confusing "pam_acct_mgmt: error in service module" message. To avoid this, call getpwnam() before pam_acct_mgmt(). Sponsored by: registrar.no END