AuthenNTLM

2003-08-26 Thread Brett Hales
it with # a small timeout Maybe this is actually happening and I am getting two auth cycles. Does anybody have an idea why this is happening? Thanks, -- Brett Hales [EMAIL PROTECTED] -- Reporting bugs: http://perl.apache.org/bugs/ Mail list info: http://perl.apache.org/maillist/modperl.html

Re: [mp2] beta of Apache-AuthenNTLM uploaded

2003-07-23 Thread Brett Hales
not authenticate them. This bug still seems to exist. Cheers. Brett -- Brett Hales [EMAIL PROTECTED]

Re: Apache::AuthenNTLM problems

2003-06-29 Thread Brett Hales
On Mon, 2003-06-30 at 09:48, Shannon Eric Peevey wrote: Brett Hales wrote: On Fri, 2003-06-13 at 01:53, Luiz Carlos (Paulista) wrote: Hi, I´m trying to install Apache in a Linux Machine, with mod_perl and AuthenNTLM. I want to authenticate users from a Windows 2000 domain. I don

Re: Apache::AuthenNTLM problems

2003-06-12 Thread Brett Hales
PERL_IMPLICIT_CONTEXT -- Brett Hales [EMAIL PROTECTED]

mod perl application with Oracle 9i

2003-04-06 Thread Brett Hales
: ORA-24365: error in character conversion (DBD ERROR: OCILobRead) at /usr/local/lib/perl5/site_perl/5.6.0/mymodule.pm line 857. Has anybody seen this before? Any advice would be appreciated. Thanks. -- Brett Hales [EMAIL PROTECTED]

Suspected Apache::AuthenNTLM Bug

2002-11-07 Thread Brett Hales
baeapdc sbntfp1 PerlAddVar ntdomain BAEADEV bantdev1 PerlSetVar defaultdomain BAEA /Directory -- Brett Hales

Authentication Question

2002-08-28 Thread Brett Hales
I have a mod_perl cgi script that I would like to get the username from the Apache server. The apache server successfully authenticates the client using Apache::AuthenSmb. How do I get this environment variable (the username) from apache into a variable in the perl script. Thanks, Brett