alexander.elg...@t-systems.com wrote:
Nice to know, that people with an academic degree in computer science and a certificate
of IT security are called "script-kiddy" on this mailing list.
I wrote ".. made it /sound/ like something coming from a "script-kiddie". I did not say
you were.
Re-re
Re: AW: AW: AW: AUTH password
alexander.elg...@t-systems.com wrote:
> Thank you, it works.
>
> --
> # http://perl.apache.org/docs/2.0/api/Apache2/RequestRec.html
> use CGI;
> #use Apache ();
> #use
alexander.elg...@t-systems.com wrote:
Thank you, it works.
--
# http://perl.apache.org/docs/2.0/api/Apache2/RequestRec.html
use CGI;
#use Apache ();
#use APR::Base64;
use Apache2::Access ();
use Apache2::RequestRec ();
u
Von: Torsten Förtsch [torsten.foert...@gmx.net]
Gesendet: Mittwoch, 16. Mai 2012 12:37
An: modperl@perl.apache.org
Cc: Elgert, Alexander
Betreff: Re: AW: AW: AUTH password
On Wednesday, 16 May 2012 11:25:56 alexander.elg...@t-systems.com wrote:
> sur
On Wednesday, 16 May 2012 11:25:56 alexander.elg...@t-systems.com wrote:
> sure I am interested in the mod_perl answer to retrieve the AUTH password.
($pw=APR::Base64::decode $r->headers_in->{Authorization})=~s/.*://;
or
use Apache2::Access ();
($rc, $pw)=$r->get_basic_auth_pw;
> I am using mod
If you are improving applications, and want to stay compatible to old code, it
is needed to do small steps.
Do it just a little better in any step.
If you introduce new features, in an complex environment you can't do all at
once.
Sometimes adding encryption is not needed, but the decision to enc
Hello,
sure I am interested in the mod_perl answer to retrieve the AUTH password.
I am using mod_perl on a x86 sparc with oracle 10, 32 bit client.
If the payload is stored to a harddisk, then it makes sense to encrypt the
payload.
But as said, I do not want to talk about all the reasons, why I