Can you post the FULL entry that you have in the users file?  What you posted<br><div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">lists only reply items, which give us no information related to the problem
<br>you are having.  What check items do you have?  If you are using a recent<br>version of freeradius, you should have the Cleartext-Password as a check<br>item.<br><br>Have you run the server in debug mode?  If so, there are probably error
<br>messages in the output which may assist you in resolving your problem.<br><br>Kevin Bonner<br><br>-</blockquote><div><br>Hi Kevin<br>I can't find what you say as "Cleartext-Password as a check<br>item" .  
<br>The version of radius is "freeradius-1.0.1-3".<br>Here my  users file, thank's a lot :<br><br>#<br>#    Please read the documentation file ../doc/processing_users_file,<br>#    or 'man 5 users' (after installing the server) for more information.
<br>#<br>#    This file contains authentication security and configuration<br>#    information for each user.  Accounting requests are NOT processed<br>#    through this file.  Instead, see 'acct_users', in this directory.
<br>#<br>#    The first field is the user's name and can be up to<br>#    253 characters in length.  This is followed (on the same line) with<br>#    the list of authentication requirements for that user.  This can<br>
#    include password, comm server name, comm server port number, protocol<br>#    type (perhaps set by the "hints" file), and huntgroup name (set by<br>#    the "huntgroups" file).<br>#<br>#    If you are not sure why a particular reply is being sent by the
<br>#    server, then run the server in debugging mode (radiusd -X), and<br>#    you will see which entries in this file are matched.<br>#<br>#    When an authentication request is received from the comm server,<br>#    these values are tested. Only the first match is used unless the
<br>#    "Fall-Through" variable is set to "Yes".<br>#<br>#    A special user named "DEFAULT" matches on all usernames.<br>#    You can have several DEFAULT entries. All entries are processed
<br>#    in the order they appear in this file. The first entry that<br>#    matches the login-request will stop processing unless you use<br>#    the Fall-Through variable.<br>#<br>#    If you use the database support to turn this file into a .db or .dbm
<br>#    file, the DEFAULT entries _have_ to be at the end of this file and<br>#    you can't have multiple entries for one username.<br>#<br>#    You don't need to specify a password if you set Auth-Type += System
<br>#    on the list of authentication requirements. The RADIUS server<br>#    will then check the system password file.<br>#<br>#    Indented (with the tab character) lines following the first<br>#    line indicate the configuration values to be passed back to
<br>#    the comm server to allow the initiation of a user session.<br>#    This can include things like the PPP configuration values<br>#    or the host to log the user onto.<br>#<br>#    You can include another `users' file with `$INCLUDE 
users.other'<br>#<br><br>#<br>#    For a list of RADIUS attributes, and links to their definitions,<br>#    see:<br>#<br>#    <a href="http://www.freeradius.org/rfc/attributes.html">http://www.freeradius.org/rfc/attributes.html
</a><br>#<br><br>#<br># Deny access for a specific user.  Note that this entry MUST<br># be before any other 'Auth-Type' attribute which results in the user<br># being authenticated.<br>#<br># Note that there is NO 'Fall-Through' attribute, so the user will not
<br># be given any additional resources.<br>#<br>#lameuser    Auth-Type := Reject<br>#        Reply-Message = "Your account has been disabled."<br><br>#<br># Deny access for a group of users.<br>#<br># Note that there is NO 'Fall-Through' attribute, so the user will not
<br># be given any additional resources.<br>#<br>#DEFAULT    Group == "disabled", Auth-Type := Reject<br>#        Reply-Message = "Your account has been disabled."<br>#<br><br>#<br># This is a complete entry for "steve". Note that there is no Fall-Through
<br># entry so that no DEFAULT entry will be used, and the user will NOT<br># get any attributes in addition to the ones listed here.<br>#<br>#steve    Auth-Type := Local, User-Password == "testing"<br>#    Service-Type = Framed-User,
<br>#    Framed-Protocol = PPP,<br>#    Framed-IP-Address = <a href="http://172.16.3.33">172.16.3.33</a>,<br>#    Framed-IP-Netmask = <a href="http://255.255.255.0">255.255.255.0</a>,<br>#    Framed-Routing = Broadcast-Listen,
<br>#    Framed-Filter-Id = "std.ppp",<br>#    Framed-MTU = 1500,<br>#    Framed-Compression = Van-Jacobsen-TCP-IP<br><br>#<br># This is an entry for a user with a space in their name.<br># Note the double quotes surrounding the name.
<br>#<br>#"John Doe"    Auth-Type := Local, User-Password == "hello"<br>#        Reply-Message = "Hello, %u"<br><br>#<br># Dial user back and telnet to the default host for that port<br>#<br>
#Deg    Auth-Type := Local, User-Password == "ge55ged"<br>#    Service-Type = Callback-Login-User,<br>#    Login-IP-Host = <a href="http://0.0.0.0">0.0.0.0</a>,<br>#    Callback-Number = "9,5551212",<br>
#    Login-Service = Telnet,<br>#    Login-TCP-Port = Telnet<br><br>#<br># Another complete entry. After the user "dialbk" has logged in, the<br># connection will be broken and the user will be dialed back after which
<br># he will get a connection to the host "timeshare1".<br>#<br>#dialbk    Auth-Type := Local, User-Password == "callme"<br>#    Service-Type = Callback-Login-User,<br>#    Login-IP-Host = timeshare1,
<br>#    Login-Service = PortMaster,<br>#    Callback-Number = "9,1-800-555-1212"<br><br>#<br># user "swilson" will only get a static IP number if he logs in with<br># a framed protocol on a terminal server in Alphen (see the huntgroups file).
<br>#<br># Note that by setting "Fall-Through", other attributes will be added from<br># the following DEFAULT entries<br>#<br>#swilson    Service-Type == Framed-User, Huntgroup-Name == "alphen"<br>#        Framed-IP-Address = 
<a href="http://192.168.1.65">192.168.1.65</a>,<br>#        Fall-Through = Yes<br><br>#<br># If the user logs in as 'username.shell', then authenticate them<br># against the system database, give them shell access, and stop processing
<br># the rest of the file.<br>#<br>#DEFAULT    Suffix == ".shell", Auth-Type := System<br>#        Service-Type = Login-User,<br>#        Login-Service = Telnet,<br>#        Login-IP-Host = your.shell.machine<br>
<br><br>#<br># The rest of this file contains the several DEFAULT entries.<br># DEFAULT entries match with all login names.<br># Note that DEFAULT entries can also Fall-Through (see first entry).<br># A name-value pair from a DEFAULT entry will _NEVER_ override
<br># an already existing name-value pair.<br>#<br><br>#<br># First setup all accounts to be checked against the UNIX /etc/passwd.<br># (Unless a password was already given earlier in this file).<br>#<br>DEFAULT    Auth-Type = System
<br>    Fall-Through = 1<br><br>#<br># Set up different IP address pools for the terminal servers.<br># Note that the "+" behind the IP address means that this is the "base"<br># IP address. The Port-Id (S0, S1 etc) will be added to it.
<br>#<br>#DEFAULT    Service-Type == Framed-User, Huntgroup-Name == "alphen"<br>#        Framed-IP-Address = 192.168.1.32+,<br>#        Fall-Through = Yes<br><br>#DEFAULT    Service-Type == Framed-User, Huntgroup-Name == "delft"
<br>#        Framed-IP-Address = 192.168.2.32+,<br>#        Fall-Through = Yes<br><br>#<br># Defaults for all framed connections.<br>#<br>DEFAULT    Service-Type == Framed-User<br>    Framed-IP-Address = <a href="http://255.255.255.254">
255.255.255.254</a>,<br>    Framed-MTU = 576,<br>    Service-Type = Framed-User,<br>    Fall-Through = Yes<br><br>#<br># Default for PPP: dynamic IP address, PPP mode, VJ-compression.<br># NOTE: we do not use Hint = "PPP", since PPP might also be auto-detected
<br>#    by the terminal server in which case there may not be a "P" suffix.<br>#    The terminal server sends "Framed-Protocol = PPP" for auto PPP.<br>#<br>DEFAULT    Framed-Protocol == PPP<br>    Framed-Protocol = PPP,
<br>    Framed-Compression = Van-Jacobson-TCP-IP<br><br>#<br># Default for CSLIP: dynamic IP address, SLIP mode, VJ-compression.<br>#<br>DEFAULT    Hint == "CSLIP"<br>    Framed-Protocol = SLIP,<br>    Framed-Compression = Van-Jacobson-TCP-IP
<br><br>#<br># Default for SLIP: dynamic IP address, SLIP mode.<br>#<br>DEFAULT    Hint == "SLIP"<br>    Framed-Protocol = SLIP<br><br>#<br># Last default: rlogin to our main server.<br>#<br>#DEFAULT<br>#    Service-Type = Login-User,
<br>#    Login-Service = Rlogin,<br>#    Login-IP-Host = <a href="http://shellbox.ispdomain.com">shellbox.ispdomain.com</a><br><br># #<br># # Last default: shell on the local terminal server.<br># #<br># DEFAULT<br>#     Service-Type = Shell-User
<br><br># On no match, the user is denied access.<br><br>massi Auth-Type := Local, User-Password == "massi"<br>       Service-Type = Framed-User,<br>       Framed-Protocol = PPP,<br>       Framed-IP-Address = <a href="http://10.1.1.7">
10.1.1.7</a>,<br>       Framed-IP-Netmask = <a href="http://255.255.255.0">255.255.255.0</a>,<br>       Framed-Routing = Broadcast-Listen,<br>#       Framed-Filter-Id = "std.ppp",<br>       Framed-MTU = 1500,<br>
#       Framed-Compression = Van-Jacobsen-TCP-IP<br><br>flavio Cleartext-Password := "flavio"<br>       Service-Type = Framed-User,<br>       Framed-Protocol = PPP,<br>       Framed-IP-Address = <a href="http://10.1.1.8">
10.1.1.8</a>,<br>       Framed-IP-Netmask = <a href="http://255.255.255.0">255.255.255.0</a>,<br>       Framed-Routing = Broadcast-Listen,<br>#       Framed-Filter-Id = "std.ppp",<br>       Framed-MTU = 1500,<br>
#       Framed-Compression = Van-Jacobsen-TCP-IP<br><br></div></div>