Quoting Marc Fournier <[email protected]>:

Basically, as detailed on thewiki page, I added theappropviate line to the conf.php file, and I put:

print "[$userId]"; exit;

at the top of the preauthentcate hook, and tried to login … all I get on th screen is [] … indicating that the hook is being called as expected, but that there is no value for $userId set …

And this is entirely expected. An attempt at transparent authentication ($credentials['authMethod'] == 'transparent') won't have a $userId value for obvious reasons.

michael

___________________________________
Michael Slusarz [[email protected]]

--
IMP mailing list
Frequently Asked Questions: http://horde.org/faq/
To unsubscribe, mail: [email protected]

Reply via email to