<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
<font face="Arial">Thank you Dennis, but it didn't work now my entire
users file is:<br>
<br>
<small>sebas           Crypt-Password := "(!lGOOlHaBWoQ"<br>
                Service-Type = Administrative-User,<br>
                Cisco-AVPair = <a class="moz-txt-link-rfc2396E" href="shell:priv-lvl=15">"shell:priv-lvl=15"</a></small><br>
<br>
and then the debug was:<br>
<br>
<small><br>
rad_recv: Access-Request packet from host 10.12.4.2:1645, id=103,
length=75<br>
        NAS-IP-Address = 10.12.4.2<br>
        NAS-Port = 1<br>
        NAS-Port-Type = Virtual<br>
        User-Name = "sebas"<br>
        Calling-Station-Id = "10.11.1.25"<br>
        User-Password = "hello"<br>
  Processing the authorize section of radiusd.conf<br>
modcall: entering group authorize for request 0<br>
  modcall[authorize]: module "preprocess" returns ok for request 0<br>
    users: Matched entry sebas at line 1<br>
  modcall[authorize]: module "files" returns ok for request 0<br>
modcall: leaving group authorize (returns ok) for request 0<br>
auth: type Crypt<br>
auth: Failed to validate the user.<br>
Delaying request 0 for 1 seconds<br>
Finished request 0<br>
Going to the next request<br>
--- Walking the entire request list ---<br>
Waking up in 1 seconds...<br>
--- Walking the entire request list ---<br>
Waking up in 1 seconds...<br>
--- Walking the entire request list ---<br>
Sending Access-Reject of id 103 to 10.12.4.2 port 1645<br>
Waking up in 4 seconds...<br>
--- Walking the entire request list ---<br>
Cleaning up request 0 ID 103 with timestamp 4626942f<br>
Nothing to do.  Sleeping until we see a request.<br>
</small><br>
<br>
Another idea?? <br>
Thanks a lot, any way.<br>
<br>
</font><br>
Dennis Skinner wrote:
<blockquote cite="mid46269238.8030705@bluefrog.com" type="cite">
  <pre wrap="">Sebastian Firpo wrote:

  </pre>
  <blockquote type="cite">
    <pre wrap="">sebas           Auth-Type := Local, Crypt-Password == "(!lGOOlHaBWoQ"
    </pre>
  </blockquote>
  <pre wrap=""><!---->
Remove the Auth-Type := Local.  Let FR decide on what the auth type is.
 It knows better than you. ;)

If you search the list archives, this comes up about once a week.  Don't
set Auth-Type unless you really know what you are doing.

Also, I think you want := instead of ==.  There is no Crypt-Password
attribute in the request, so you can't compare them.  Use := to set
Crypt-Password and then let FR do its magic.

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