ID:               33527
 Updated by:       [EMAIL PROTECTED]
 Reported By:      ed2019 at columbia dot edu
-Status:           Open
+Status:           Bogus
 Bug Type:         IMAP related
 Operating System: RHEL4
 PHP Version:      4.3.10
 New Comment:

Not PHP bug.


Previous Comments:
------------------------------------------------------------------------

[2005-06-30 18:44:44] ed2019 at columbia dot edu

Description:
------------
The imap_open() function documentation displays using the authuser
swich, to authenticate as the superuser but act as another user.  This
option fails against Cyrus IMAP servers, even though the underlying
c-client supports it.  For example:
mailutil check
{servername/imap/tls/novalidate-cert/authuser="cyrus"/user="uname"}INBOX

works, but the imap_open() call to do the same thing does not.

Reproduce code:
---------------
$mbox =
imap_open('{servername/imap/tls/novalidate-cert/authuser="cyrus"/user="uname"}INBOX',
"cyrus","cyruspw");

Expected result:
----------------
$mbox will be a valid imap mailbox stream.

Actual result:
--------------
Nothing, then in the error log:
[client ip.ip.ip.ip] PHP Warning:  imap_open(): Couldn't open stream
{mailserver/imap/tls/novalidate-cert/authuser="cyrus"/user="uname"}INBOX
in /var/www/html/cyrustt/testimap.php on line 3

[client ip.ip.ip.ip] PHP Notice:  (null)(): Can't do /authuser with
this server (errflg=2) in Unknown on line 0



------------------------------------------------------------------------


-- 
Edit this bug report at http://bugs.php.net/?id=33527&edit=1

Reply via email to