Re: user with Basic Auth

2005-07-04 Thread Eric
At 01:51 PM 7/4/2005, Markus Wichitill wrote: Eric wrote: Do you have "SSLOptions FakeBasicAuth" enabled? That would probably overwrite the normal $r->user with the name from the SSL client certificate (non-existent in your case). No, I just have this: SSLOptions +StdEnvVars And are yo

Re: user with Basic Auth

2005-07-04 Thread Markus Wichitill
Eric wrote: Do you have "SSLOptions FakeBasicAuth" enabled? That would probably overwrite the normal $r->user with the name from the SSL client certificate (non-existent in your case). No, I just have this: SSLOptions +StdEnvVars And are you sure it's not inherited from somewhere else

Re: user with Basic Auth

2005-07-04 Thread Eric
At 01:16 PM 7/4/2005, Markus Wichitill wrote: Eric wrote: Since our move from a internal office machine that was not using SSL to an outside machine that is, I have not been able to get the Basic user's name. Do you have "SSLOptions FakeBasicAuth" enabled? That would probably overwrite the no

Re: user with Basic Auth

2005-07-04 Thread Markus Wichitill
Eric wrote: Since our move from a internal office machine that was not using SSL to an outside machine that is, I have not been able to get the Basic user's name. Do you have "SSLOptions FakeBasicAuth" enabled? That would probably overwrite the normal $r->user with the name from the SSL clien

user with Basic Auth

2005-07-04 Thread Eric
Hi, I am using CGI::Application under mod_perl 1.29/with mod_ssl on a Solaris 10 machine. Since our move from a internal office machine that was not using SSL to an outside machine that is, I have not been able to get the Basic user's name. I think I have tried just about everything, including