<html>
<head>
</head>
<body>
FYI, if any one is wondering.........<br>
<br>
I fix the problem <span -moz-smiley="s1"><span> :-) </span></span> <span -moz-smiley="s1"><span>
 :-) </span></span><br>
<br>
by adding below line before send a request.<br>
<br>
$req->authorization_basic($config{user}, $config{passwd});<br>
<br>
don't know why the LWP::Useragent::credentials did not work.<br>
<br>
Thanks<br>
<br>
<br>
vinita vigine MURUGIAH wrote:<br>
<blockquote type="cite" cite="mid:4062775C.6020701@cs.mu.oz.au">   HI, I'm
still couldn't find the solution yet<br>
  <br>
 I tried to set the username/password before sent request , still not working<br>
 #LWP::useragent->credentials( $netloc, $realm, $uname, $pass )<br>
     $ua->credentials($uri->host_port, "RT access", $config{user},
$config{passwd});<br>
  <br>
     my $res = $ua->request($req);<br>
  <br>
 not use what is $netloc suppose to be!!<br>
  <br>
 please help!!!!<br>
  <br>
 Thanks<br>
  <br>
 vinita vigine MURUGIAH wrote:<br>
  <blockquote type="cite" cite="mid:405F7D4B.1010902@cs.mu.oz.au">   HI<br>
  The command line interface works fine with the RT internal Authentication,
 but doesn't seems to work when I switch to the Apache Authentication.<br>
    <br>
  Apache Authentication by web, works fine!<br>
    <br>
  All I set for command line configuration are<br>
  export RTDEBUG=3<br>
  export RTSERVER=<a class="moz-txt-link-freetext" href="http://rt:8000/">
 http://rt:8000/</a>
  - this is the place I go in the web to access RT.<br>
    <br>
  My UNIX username, the RT username and RT unix-username are same.<br>
   <br>
  Am I missing any setup???<br>
    <br>
  I looked at all the log files, rt.log (RT_Config) & error_log, rt_error_log
 and rt_access_log (apache), no error msg, only got <br>
  rt_access_log :<br>
  128.250.37.70 - - [23/Mar/2004:10:32:06 +1100] "POST //REST/1.0/show HTTP/1.0"
 401 470<br>
    <br>
    <i><b><br>
    </b></i><b>with internal RTl Authentication</b> - work fine<br>
  --------------------------------<br>
  [vinita@mulga] bin [1:95] ./rt ls "queue='DBA'"<br>
  Password: <br>
  POST <a class="moz-txt-link-freetext" href="http://rt:8000//REST/1.0/search/ticket">
 http://rt:8000//REST/1.0/search/ticket</a>
    <br>
  Content-Length: 274<br>
  Content-Type: multipart/form-data; boundary=xYzZY<br>
    <br>
  --xYzZY<br>
  Content-Disposition: form-data; name="query"<br>
    <br>
  queue='DBA'<br>
  --xYzZY<br>
  Content-Disposition: form-data; name="orderby"<br>
    <br>
    <br>
  --xYzZY<br>
  Content-Disposition: form-data; name="user"<br>
    <br>
  vinita<br>
  --xYzZY<br>
  Content-Disposition: form-data; name="pass"<br>
    <br>
  XXXXXXX<br>
  --xYzZY--<br>
    <br>
  HTTP/1.0 200 OK<br>
  Cache-Control: no-cache, no-store<br>
  Date: Mon, 22 Mar 2004 23:23:20 GMT<br>
  Pragma: no-cache<br>
  Server: Apache/1.3.29 (Unix) mod_perl/1.29<br>
  Content-Type: text/plain; charset=UTF-8<br>
  Client-Date: Mon, 22 Mar 2004 23:23:20 GMT<br>
  Client-Peer: 128.250.37.70:3128<br>
  Client-Response-Num: 1<br>
  Proxy-Connection: close<br>
  Set-Cookie: RT_SID_cs.mu.OZ.AU.8000=0e36f33cce273c54892e23fbac08c3b9; path=/<br>
  X-Cache: MISS from calamari.cs.mu.OZ.AU<br>
    <br>
  RT/3.0.8 200 Ok<br>
    <br>
  1: testing 1 2 3<br>
  2: ticket by vvj<br>
  7: main dba fix<br>
  8: sub DBA -1<br>
  9: sub DBA -2<br>
    <br>
    <br>
  1: testing 1 2 3<br>
  2: ticket by vvj<br>
  7: main dba fix<br>
  8: sub DBA -1<br>
  9: sub DBA -2<br>
  [vinita@mulga] bin [1:96] <br>
    <br>
    <b>with Apache Authentication</b>, (add the .htaccess at doc root, then 
stop start the apache)<br>
  -------------------------------------<br>
  [vinita@mulga] bin [1:107] ./rt show ticket/2<br>
  Password: <br>
  POST <a class="moz-txt-link-freetext" href="http://rt:8000//REST/1.0/show">
 http://rt:8000//REST/1.0/show</a>
    <br>
  Content-Length: 205<br>
  Content-Type: multipart/form-data; boundary=xYzZY<br>
    <br>
  --xYzZY<br>
  Content-Disposition: form-data; name="id"<br>
    <br>
  ticket/2<br>
  --xYzZY<br>
  Content-Disposition: form-data; name="user"<br>
    <br>
  vinita<br>
  --xYzZY<br>
  Content-Disposition: form-data; name="pass"<br>
    <br>
  XXXXXX<br>
  --xYzZY--<br>
    <br>
  HTTP/1.0 401 Unauthorized<br>
  Date: Mon, 22 Mar 2004 23:32:41 GMT<br>
  Server: Apache/1.3.29 (Unix) mod_perl/1.29<br>
  WWW-Authenticate: Basic realm="RT access"<br>
  Content-Type: text/html; charset=iso-8859-1<br>
  Client-Date: Mon, 22 Mar 2004 23:32:41 GMT<br>
  Client-Peer: 128.250.37.70:3128<br>
  Client-Response-Num: 1<br>
  Proxy-Connection: close<br>
  Title: 401 Authorization Required<br>
  X-Cache: MISS from calamari.cs.mu.OZ.AU<br>
    <br>
  <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN"><br>
  <HTML><HEAD><br>
  <TITLE>401 Authorization Required</TITLE><br>
  </HEAD><BODY><br>
  <H1>Authorization Required</H1><br>
  This server could not verify that you<br>
  are authorized to access the document<br>
  requested.  Either you supplied the wrong<br>
  credentials (e.g., bad password), or your<br>
  browser doesn't understand how to supply<br>
  the credentials required.<P><br>
  <HR><br>
  <ADDRESS>Apache/1.3.29 Server at rt.cs.mu.OZ.AU Port 8000</ADDRESS><br>
  </BODY></HTML><br>
    <br>
  rt: Server error: Unauthorized (401)<br>
    <br>
    <pre class="moz-signature" cols="$mailwrapcol">-- <br><br><br>warm regards<br>Vinita Vigine Murugiah<br>Email : <a class="moz-txt-link-abbreviated" href="mailto:vinita@cs.mu.oz.au">vinita@cs.mu.oz.au</a>                 Ph : (03) 8344 1273<br></pre>
    <pre wrap=""><br><hr width="90%" size="4"><br>_______________________________________________<br>rt-users mailing list<br><a class="moz-txt-link-abbreviated" href="mailto:rt-users@lists.bestpractical.com">rt-users@lists.bestpractical.com</a><br><a class="moz-txt-link-freetext" href="http://lists.bestpractical.com/mailman/listinfo/rt-users">http://lists.bestpractical.com/mailman/listinfo/rt-users</a><br><br>Have you read the FAQ? The RT FAQ Manager lives at <a class="moz-txt-link-freetext" href="http://fsck.com/rtfm">http://fsck.com/rtfm</a><br></pre>
    </blockquote>
    <br>
    <pre class="moz-signature" cols="$mailwrapcol">-- <br><br><br>warm regards<br>Vinita Vigine Murugiah<br>Email : <a class="moz-txt-link-abbreviated" href="mailto:vinita@cs.mu.oz.au">vinita@cs.mu.oz.au</a>                 Ph : (03) 8344 1273<br></pre>
    <br>
    <pre wrap=""><br><hr width="90%" size="4"><br>_______________________________________________<br>rt-users mailing list<br><a class="moz-txt-link-abbreviated" href="mailto:rt-users@lists.bestpractical.com">rt-users@lists.bestpractical.com</a><br><a class="moz-txt-link-freetext" href="http://lists.bestpractical.com/mailman/listinfo/rt-users">http://lists.bestpractical.com/mailman/listinfo/rt-users</a><br><br>Have you read the FAQ? The RT FAQ Manager lives at <a class="moz-txt-link-freetext" href="http://fsck.com/rtfm">http://fsck.com/rtfm</a><br></pre>
    </blockquote>
    <br>
    <pre class="moz-signature" cols="$mailwrapcol">-- 


warm regards
Vinita Vigine Murugiah
Email : <a class="moz-txt-link-abbreviated" href="mailto:vinita@cs.mu.oz.au">vinita@cs.mu.oz.au</a>                     Ph : (03) 8344 1273
</pre>
    <br>
    </body>
    </html>