[EMAIL PROTECTED] wrote:

> I assume this has resolved itself.

Doubtful.  This bug is related
to /usr/share/egroupware/phpgwapi/inc/class.auth_pam.inc.php missing an
ampersand before $error on this line:

if (pam_auth($username, get_magic_quotes_gpc() ? stripslashes($passwd) :
$passwd, $error))

Changing that line to read:

if (pam_auth($username, get_magic_quotes_gpc() ? stripslashes($passwd) :
$passwd, &$error))

... solves the problem.  This is a known issue upstream and is
referenced here:

http://sourceforge.net/tracker/index.php?func=detail&aid=1195131&group_id=78745&atid=554338


-- 
Regards,

Chris Heaven
beONix Technology
97 Hanna Court
Belleville, Ontario
Canada
K8P 5H2

T: 613-962-7440
F: 613-962-7371
C: 613-847-6487



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to