[imp] Redirect loop on IMP auth
Jaz
horde at harbell.net
Fri Jul 1 07:33:34 PDT 2005
>>>Are you sure the horde password is the same as the IMP password?
>>>
>>>
>>horde is using IMP for authentication (in horde's conf.php file:
>>$conf['auth']['driver'] = 'imap'; ) and IMP should use the session
>>(imp's servers.php file: 'hordeauth' => true, )
>>
>>Nothing in my horde tree changed when I upgraded to Apache2 & PHP5. So
>>I'm guessing it's something to do with tighter session stuff in one or
>>both of the newer Apache/PHP(??) I'm thinking the fix is somewhere in
>>php.ini or httpd.conf.
>>
>I set hordeauth to false to force a separate IMP login:
>
>Jun 30 11:51:35 HORDE [error] [imp] FAILED LOGIN 172.16.30.101 to
>127.0.0.1:143[imap/notls] as jaz [on line 247 of
>"D:\HTSERV\HTDOCS\horde\imp\lib\Auth\imp.php"]
>
>
Is it possible that this IMP login problem is sue to incompatible use of
domxml?
Dennis Ortsen wrote is an old horde faq mailing list (circa 2003) that
lack of domxml support might cause login failure. If I check my PHP
environment via http://harbell.homeip.net/phpv.php it says I have domxml
enabled. But if I use horde's test
http://harbell.homeip.net/horde/test.php it say I don't.
According to PHP, in PHP5 domxml has been replaced by DOM. Domxml
extension is not compatible with PHP5, and DOM is built into PHP5
(http://us3.php.net/domxml , http://us3.php.net/manual/en/ref.dom.php).
Please correct me if I'm not reading this correctly.
So the questions are: 1) does anyone suppose that domxml is at the root
of this login problem? 2) If yes, then has anyone gotten IMP to login
with PHP5? 3) ... on Win32?
Jaz
More information about the imp
mailing list