Re: PHP and SSL authentication

2000-06-02 Thread Mads Toftum
On Fri, Jun 02, 2000 at 02:12:39PM +0300, Victor STANESCU wrote: > If some user authenticates by a key, using a simple script like the > classical printenv in apache, i can see its name in the environment > variable SSL_CLIENT_S_DN_CN. > The problem is that using php, this variable is not set. > H

PHP and SSL authentication

2000-06-02 Thread Victor STANESCU
If some user authenticates by a key, using a simple script like the classical printenv in apache, i can see its name in the environment variable SSL_CLIENT_S_DN_CN. The problem is that using php, this variable is not set. How can i know the name of the user that authenticated itself by a ssl key,