ID: 29805 User updated by: michaelw at webcentral dot com dot au Reported By: michaelw at webcentral dot com dot au Status: Open Bug Type: iPlanet related Operating System: Solaris 9 PHP Version: 4.3.8 New Comment:
Hi, Just wondering if you've found time to look at this ? Regards, Michael Ward. Previous Comments: ------------------------------------------------------------------------ [2004-08-30 01:19:31] michaelw at webcentral dot com dot au Any progress with this ? ------------------------------------------------------------------------ [2004-08-25 11:10:22] michaelw at webcentral dot com dot au Currently, it is the ONLY AuthTrans directive. ------------------------------------------------------------------------ [2004-08-25 11:05:24] [EMAIL PROTECTED] The PHP AuthTrans must be the first AuthTrans directive. I can take a look at this the next days. ------------------------------------------------------------------------ [2004-08-25 00:45:31] michaelw at webcentral dot com dot au >From obj.conf <Object name="default"> AuthTrans fn=php4_auth_trans <snipped> ------------------------------------------------------------------------ [2004-08-24 23:51:33] [EMAIL PROTECTED] Have you installed the fake authenticator "php4_ as written in the docs? "To use PHP Authentication on a single directory, add the following: <Object ppath="d:\path\to\authenticated\dir\*"> AuthTrans fn=php4_auth_trans </Object>" The problem is: iPlanet SunONE does not send the password to PHP so it is not a problem of PHP. With the code from the docs you tell SunONE to pass the authentication data to the "fake" function "php4_auth_trans" that only says "auth done" and no other AuthTrans directives from obj.conf get executed. This switches of all other authentication in the server (Java, .htaccess,...) but lets PHP get the data. By limiting this to a directory you can leave the SunONE authentication for other directories intact. ------------------------------------------------------------------------ The remainder of the comments for this report are too long. To view the rest of the comments, please view the bug report online at http://bugs.php.net/29805 -- Edit this bug report at http://bugs.php.net/?id=29805&edit=1