AW: AW: AUTH password

2012-05-16 Thread Alexander.Elgert
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

AW: AW: AUTH password

2012-05-16 Thread Alexander.Elgert
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

Re: AW: AW: AUTH password

2012-05-16 Thread Torsten Förtsch
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

AW: AW: AW: AUTH password

2012-05-16 Thread Alexander.Elgert
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 (); use Apache2::RequestUtil (); my $q = CGI

Re: AW: AW: AW: AUTH password

2012-05-16 Thread André Warnier
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

AW: AW: AW: AW: AUTH password

2012-05-16 Thread Alexander.Elgert
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. -- Deutsche Telekom AG Seamless ICT Security Infrastructure & Management im Auftrag T-Systems International GmbH Dipl. Inf Alexander Elgert Langwa

Re: AW: AW: AW: AW: AUTH password

2012-05-16 Thread André Warnier
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