<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
  <title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
Hi, when i try to use `tr -d \n` it always failed with this error<br>
<br>
odcall: entering group pre-proxy for request 0<br>
radius_xlat:  '/bin/bash /var/www/html/Test 11111111111111'<br>
Exec-Program: /bin/bash /var/www/html/Test 11111111111111<br>
Exec-Program output:<br>
Exec-Program: returned: 0<br>
  modcall[pre-proxy]: module "DB" returns ok for request 0<br>
radius_xlat:  'wanadoo'<br>
radius_xlat: Running registered xlat function of module exec for string
'/bin/cat /var/www/html/user | tr -d  '<br>
rlm_exec (exec): Executing /bin/cat /var/www/html/user | tr -d<br>
radius_xlat:  '/bin/cat /var/www/html/user | tr -d  '<br>
Exec-Program: /bin/cat /var/www/html/user | tr -d<br>
/bin/cat: invalid option -- d<br>
Try `/bin/cat --help' for more information.<br>
Exec-Program output:<br>
Exec-Program: returned: 1<br>
rlm_exec (exec): result 1<br>
radius_xlat:  ''<br>
 <br>
<br>
Bjørn Mork wrote:
<blockquote cite="mid871wl333oc.fsf@obelix.mork.no" type="cite">
  <pre wrap="">Ashraf Al-Basti <a class="moz-txt-link-rfc2396E" href="mailto:Ashraf.Albasti@jt.net.jo"><Ashraf.Albasti@jt.net.jo></a> writes:

  </pre>
  <blockquote type="cite">
    <pre wrap="">Thanks, but if i want to read from file using cat how to do that?
    </pre>
  </blockquote>
  <pre wrap=""><!---->
a) don't write the \n to the file in the first place, or
b) pipe the output through `tr -d \n`, or 
c) write a simple script to read the file and preprocess the data as
   you like before feeding it to freeradius


Bjørn


List info/subscribe/unsubscribe? See <a class="moz-txt-link-freetext" href="http://www.freeradius.org/list/users.html">http://www.freeradius.org/list/users.html</a>

  </pre>
</blockquote>
</body>
</html>