Re: [mp2] Apache::Access: $r->auth_name()

2005-02-22 Thread Stas Bekman
Geoffrey Young wrote: mplookup auth_type 'auth_type' is not a part of the mod_perl 2.0 API use 'ap_auth_type' instead. now resides in the request object To use method 'ap_auth_type' add: use Apache::RequestRec (); perldoc -U Apache::Access # auth type $auth_type = $r->auth_typ

Re: [mp2] Apache::Access: $r->auth_name()

2005-02-22 Thread Geoffrey Young
Jie Gao wrote: > Hi Stas, > > >>mplookup auth_type > > 'auth_type' is not a part of the mod_perl 2.0 API > use 'ap_auth_type' instead. now resides in the request object > To use method 'ap_auth_type' add: > use Apache::RequestRec (); > > > But: > > >>perldoc -U Apache::Access > >