[PHP] Please help!!!! HTTP problem...

2001-05-18 Thread Romulo Pereira

Hello!

I am in an server with Apache and PHP. I want PHP to authenticate in other
server (Novell with Netscape). Like this:

SSL (PAGE 1 SERVER 1) ->-->- SSL (PAGE 2 SERVER 2)

SERVER 1: Apache and PHP
SERVER 2: Novell with Netscape

PAGE 1: PHP script page
PAGE 2: PHP script page

Without asking again the username and password (I would be passing them in
the authentication time behind the scenes).

Please help!

Rom

P.S.: In my stupidity I try to do the following:

header ("Location: https://USERNAME:PASSWORD@SERVER_ADDRESS/DIR/PAGE2.PHP";);

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




[PHP] LDAP Authentication

2001-04-30 Thread Romulo Pereira

Hello,

I am trying ot understand how could a PHP script authenticate against a LDAP tree 
(NDS) that is not in the same host?

Anyone has an example about that?

TIA

Rom

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]