Hi,
Our passwords are stored as clear text in a postgresql database.

The attached file tends to show CHAP is looking for something I dont understand.

Would you have any suggestion?
What's that "no known good passwdord" that might fail authentication?

testing with radtest give the correct auth answers.
I am now testing with the final client (coova).


--
                            Architecte Informatique:
   Administration Systeme, Recherche & Developpement
                                  + 261 32 11 401 65
Pensez a l'environnement avant d'imprimer ce message
You may redistribute copies of FreeRADIUS under the terms of the 
GNU General Public License. 
Starting - reading configuration files ...
including configuration file /etc/freeradius/radiusd.conf
including configuration file /etc/freeradius/proxy.conf
including configuration file /etc/freeradius/clients.conf
including configuration file /etc/freeradius/snmp.conf
including configuration file /etc/freeradius/eap.conf
including configuration file /etc/freeradius/sql.conf
including configuration file /etc/freeradius/sql/postgresql/dialup.conf
including configuration file /etc/freeradius/sql/postgresql/counter.conf
including configuration file /etc/freeradius/policy.conf
including files in directory /etc/freeradius/sites-enabled/
including configuration file /etc/freeradius/sites-enabled/default
including configuration file /etc/freeradius/sites-enabled/inner-tunnel
including dictionary file /etc/freeradius/dictionary
main {
        prefix = "/usr"
        localstatedir = "/var"
        logdir = "/var/log/freeradius"
        libdir = "/usr/lib/freeradius"
        radacctdir = "/var/log/freeradius/radacct"
        hostname_lookups = no
        max_request_time = 30
        cleanup_delay = 5
        max_requests = 1024
        allow_core_dumps = no
        pidfile = "/var/run/freeradius/freeradius.pid"
        user = "freerad"
        group = "freerad"
        checkrad = "/usr/sbin/checkrad"
        debug_level = 0
        proxy_requests = yes
 security {
        max_attributes = 200
        reject_delay = 4
        status_server = yes
 }
}
 client localhost {
        ipaddr = 127.0.0.1
        require_message_authenticator = no
        secret = "cot357"
        nastype = "other"
 }
 client 41.204.0.0/16 {
        require_message_authenticator = no
        secret = "cot357"
        shortname = "quarante_un_deux_cent_quatre"
        nastype = "livingston"
        login = "!root"
        password = "someadminpas"
 }
radiusd: #### Loading Realms and Home Servers ####
 proxy server {
        retry_delay = 5
        retry_count = 3
        default_fallback = no
        dead_time = 120
        wake_all_if_all_dead = no
 }
 home_server localhost {
        ipaddr = 127.0.0.1
        port = 1812
        type = "auth"
        secret = "testing123"
        response_window = 20
        max_outstanding = 65536
        zombie_period = 40
        status_check = "status-server"
        ping_check = "none"
        ping_interval = 30
        check_interval = 30
        num_answers_to_alive = 3
        num_pings_to_alive = 3
        revive_interval = 120
        status_check_timeout = 4
 }
 home_server_pool my_auth_failover {
        type = fail-over
        home_server = localhost
 }
 realm example.com {
        auth_pool = my_auth_failover
 }
 realm LOCAL {
 }
radiusd: #### Instantiating modules ####
 instantiate {
 Module: Linked to module rlm_exec
 Module: Instantiating exec
  exec {
        wait = yes
        input_pairs = "request"
        shell_escape = yes
  }
 Module: Linked to module rlm_expr
 Module: Instantiating expr
 Module: Linked to module rlm_expiration
 Module: Instantiating expiration
  expiration {
        reply-message = "Password Has Expired  "
  }
 Module: Linked to module rlm_logintime
 Module: Instantiating logintime
  logintime {
        reply-message = "You are calling outside your allowed timespan  "
        minimum-timeout = 60
  }
 }
radiusd: #### Loading Virtual Servers ####
server inner-tunnel {
 modules {
 Module: Checking authenticate {...} for more modules to load
 Module: Linked to module rlm_pap
 Module: Instantiating pap
  pap {
        encryption_scheme = "auto"
        auto_header = yes
  }
 Module: Linked to module rlm_chap
 Module: Instantiating chap
 Module: Linked to module rlm_mschap
 Module: Instantiating mschap
  mschap {
        use_mppe = yes
        require_encryption = no
        require_strong = no
        with_ntdomain_hack = no
  }
 Module: Linked to module rlm_unix
 Module: Instantiating unix
  unix {
        radwtmp = "/var/log/freeradius/radwtmp"
  }
 Module: Linked to module rlm_eap
 Module: Instantiating eap
  eap {
        default_eap_type = "md5"
        timer_expire = 60
        ignore_unknown_eap_types = no
        cisco_accounting_username_bug = no
  }
 Module: Linked to sub-module rlm_eap_md5
 Module: Instantiating eap-md5
 Module: Linked to sub-module rlm_eap_leap
 Module: Instantiating eap-leap
 Module: Linked to sub-module rlm_eap_gtc
 Module: Instantiating eap-gtc
   gtc {
        challenge = "Password: "
        auth_type = "PAP"
   }
rlm_eap: Ignoring EAP-Type/tls because we do not have OpenSSL support.
rlm_eap: Ignoring EAP-Type/ttls because we do not have OpenSSL support.
rlm_eap: Ignoring EAP-Type/peap because we do not have OpenSSL support.
 Module: Linked to sub-module rlm_eap_mschapv2
 Module: Instantiating eap-mschapv2
   mschapv2 {
        with_ntdomain_hack = no
   }
 Module: Checking authorize {...} for more modules to load
 Module: Linked to module rlm_realm
 Module: Instantiating suffix
  realm suffix {
        format = "suffix"
        delimiter = "@"
        ignore_default = no
        ignore_null = no
  }
 Module: Linked to module rlm_files
 Module: Instantiating files
  files {
        usersfile = "/etc/freeradius/users"
        acctusersfile = "/etc/freeradius/acct_users"
        preproxy_usersfile = "/etc/freeradius/preproxy_users"
        compat = "no"
  }
 Module: Checking session {...} for more modules to load
 Module: Linked to module rlm_radutmp
 Module: Instantiating radutmp
  radutmp {
        filename = "/var/log/freeradius/radutmp"
        username = "%{User-Name}"
        case_sensitive = yes
        check_with_nas = yes
        perm = 384
        callerid = yes
  }
 Module: Checking post-proxy {...} for more modules to load
 Module: Checking post-auth {...} for more modules to load
 Module: Linked to module rlm_attr_filter
 Module: Instantiating attr_filter.access_reject
  attr_filter attr_filter.access_reject {
        attrsfile = "/etc/freeradius/attrs.access_reject"
        key = "%{User-Name}"
  }
 }
}
server {
 modules {
 Module: Checking authenticate {...} for more modules to load
 Module: Checking authorize {...} for more modules to load
 Module: Linked to module rlm_preprocess
 Module: Instantiating preprocess
  preprocess {
        huntgroups = "/etc/freeradius/huntgroups"
        hints = "/etc/freeradius/hints"
        with_ascend_hack = no
        ascend_channels_per_line = 23
        with_ntdomain_hack = no
        with_specialix_jetstream_hack = no
        with_cisco_vsa_hack = no
        with_alvarion_vsa_hack = no
  }
 Module: Checking preacct {...} for more modules to load
 Module: Linked to module rlm_acct_unique
 Module: Instantiating acct_unique
  acct_unique {
        key = "User-Name, Acct-Session-Id, NAS-IP-Address, Client-IP-Address, 
NAS-Port"
  }
 Module: Checking accounting {...} for more modules to load
 Module: Linked to module rlm_detail
 Module: Instantiating detail
  detail {
        detailfile = 
"/var/log/freeradius/radacct/%{Client-IP-Address}/detail-%Y%m%d"
        header = "%t"
        detailperm = 384
        dirperm = 493
        locking = no
        log_packet_header = no
  }
 Module: Linked to module rlm_sql
 Module: Instantiating sql
  sql {
        driver = "rlm_sql_postgresql"
        server = "pga.malagasy.com"
        port = ""
        login = "nambinina"
        password = "nambin"
        radius_db = "db_molanga"
        read_groups = yes
        sqltrace = no
        sqltracefile = "/var/log/freeradius/sqltrace.sql"
        readclients = no
        deletestalesessions = yes
        num_sql_socks = 5
        sql_user_name = "%{User-Name}"
        default_user_profile = ""
        nas_query = "SELECT id, nasname, shortname, type, secret FROM nas"
        authorize_check_query = "SELECT * FROM 
f_authorize_check_query2('%{SQL-User-Name}','%{User-Password}','%{NAS-IP-Address}')"
        authorize_reply_query = "SELECT * FROM 
f_authorize_reply_query('%{SQL-User-Name}')"
        authorize_group_check_query = ""
        authorize_group_reply_query = ""
        accounting_onoff_query = "UPDATE radacct   SET AcctStopTime = 
('%S'::timestamp - '%{%{Acct-Delay-Time}:-0}'::interval),   AcctSessionTime = 
(EXTRACT(EPOCH FROM ('%S'::timestamp with time zone - AcctStartTime::timestamp 
with time zone   - '%{%{Acct-Delay-Time}:-0}'::interval)))::BIGINT,   
AcctTerminateCause = '%{Acct-Terminate-Cause}',   AcctStopDelay = 0   WHERE 
AcctStopTime IS NULL   AND NASIPAddress= '%{NAS-IP-Address}'   AND 
AcctStartTime <= '%S'::timestamp"
        accounting_update_query = "UPDATE radacct   SET FramedIPAddress = 
NULLIF('%{Framed-IP-Address}', '')::inet,   AcctSessionTime = 
'%{Acct-Session-Time}',   AcctInputOctets = 
(('%{%{Acct-Input-Gigawords}:-0}'::bigint << 32) + 
'%{%{Acct-Input-Octets}:-0}'::bigint),   AcctOutputOctets = 
(('%{%{Acct-Output-Gigawords}:-0}'::bigint << 32) + 
'%{%{Acct-Output-Octets}:-0}'::bigint)   WHERE AcctSessionId = 
'%{Acct-Session-Id}' AND UserName = '%{SQL-User-Name}'   AND NASIPAddress= 
'%{NAS-IP-Address}' AND AcctStopTime IS NULL"
        accounting_update_query_alt = "INSERT INTO radacct   (AcctSessionId, 
AcctUniqueId, UserName, Realm, NASIPAddress,   NASPortId, NASPortType, 
AcctStartTime,   AcctSessionTime, AcctAuthentic, AcctInputOctets,   
AcctOutputOctets, CalledStationId, CallingStationId,   ServiceType, 
FramedProtocol, FramedIPAddress, XAscendSessionSvrKey)   
VALUES('%{Acct-Session-Id}', '%{Acct-Unique-Session-Id}',   '%{SQL-User-Name}', 
NULLIF('%{Realm}', ''), '%{NAS-IP-Address}',   %{%{NAS-Port}:-NULL}::integer, 
'%{NAS-Port-Type}',   ('%S'::timestamp - '%{%{Acct-Delay-Time}:-0}'::interval - 
'%{%{Acct-Session-Time}:-0}'::interval),   '%{Acct-Session-Time}', 
'%{Acct-Authentic}',   (('%{%{Acct-Input-Gigawords}:-0}'::bigint << 32) + 
'%{%{Acct-Input-Octets}:-0}'::bigint),   
(('%{%{Acct-Output-Gigawords}:-0}'::bigint << 32) + 
'%{%{Acct-Output-Octets}:-0}'::bigint),   '%{Called-Station-Id}',   
'%{Calling-Station-Id}', '%{Service-Type}', '%{Framed-Protocol}',   
NULLIF('%{Framed-IP-Address}', '')::inet, '%{X-Ascend-Session-Svr-Key}')"
        accounting_start_query = "INSERT INTO radacct   (AcctSessionId, 
AcctUniqueId, UserName, Realm, NASIPAddress,    NASPortId, NASPortType, 
AcctStartTime, AcctAuthentic,   ConnectInfo_start, CalledStationId, 
CallingStationId, ServiceType,   FramedProtocol, FramedIPAddress, 
AcctStartDelay, XAscendSessionSvrKey)   VALUES('%{Acct-Session-Id}',   
'%{Acct-Unique-Session-Id}',   '%{SQL-User-Name}',   NULLIF('%{Realm}', ''),   
'%{NAS-IP-Address}',   %{%{NAS-Port}:-NULL}::integer,   '%{NAS-Port-Type}',   
('%S'::timestamp - '%{%{Acct-Delay-Time}:-0}'::interval),   
'%{Acct-Authentic}',   '%{Connect-Info}',   '%{Called-Station-Id}',   
'%{Calling-Station-Id}',   '%{Service-Type}',   '%{Framed-Protocol}',   
NULLIF('%{Framed-IP-Address}', '')::inet,   0,   '%{X-Ascend-Session-Svr-Key}')"
        accounting_start_query_alt = "UPDATE radacct   SET AcctStartTime = 
('%S'::timestamp - '%{%{Acct-Delay-Time}:-0}'::interval),   AcctStartDelay = 0, 
  ConnectInfo_start = '%{Connect-Info}'   WHERE AcctSessionId = 
'%{Acct-Session-Id}'   AND UserName = '%{SQL-User-Name}'   AND NASIPAddress = 
'%{NAS-IP-Address}'   AND AcctStopTime IS NULL"
        accounting_stop_query = "UPDATE radacct   SET AcctStopTime = 
('%S'::timestamp - '%{%{Acct-Delay-Time}:-0}'::interval),   AcctSessionTime = 
CASE WHEN '%{Acct-Session-Time}' = '' THEN   (EXTRACT(EPOCH FROM 
('%S'::TIMESTAMP WITH TIME ZONE - AcctStartTime::TIMESTAMP WITH TIME ZONE   - 
'%{%{Acct-Delay-Time}:-0}'::INTERVAL)))::BIGINT ELSE '%{Acct-Session-Time}' 
END,   AcctInputOctets = (('%{%{Acct-Input-Gigawords}:-0}'::bigint << 32) + 
'%{%{Acct-Input-Octets}:-0}'::bigint),   AcctOutputOctets = 
(('%{%{Acct-Output-Gigawords}:-0}'::bigint << 32) + 
'%{%{Acct-Output-Octets}:-0}'::bigint),   AcctTerminateCause = 
'%{Acct-Terminate-Cause}',   AcctStopDelay = 0,   FramedIPAddress = 
NULLIF('%{Framed-IP-Address}', '')::inet,   ConnectInfo_stop = 
'%{Connect-Info}'   WHERE AcctSessionId = '%{Acct-Session-Id}'   AND UserName = 
'%{SQL-User-Name}'   AND NASIPAddress = '%{NAS-IP-Address}'   AND AcctStopTime 
IS NULL"
        accounting_stop_query_alt = "INSERT INTO radacct   (AcctSessionId, 
AcctUniqueId, UserName, Realm, NASIPAddress, NASPortId, NASPortType, 
AcctStartTime, AcctStopTime,   AcctSessionTime, AcctAuthentic, 
ConnectInfo_stop, AcctInputOctets, AcctOutputOctets, CalledStationId,   
CallingStationId, AcctTerminateCause, ServiceType, FramedProtocol, 
FramedIPAddress, AcctStopDelay)   values('%{Acct-Session-Id}',   
'%{Acct-Unique-Session-Id}',   '%{SQL-User-Name}',   NULLIF('%{Realm}', ''),   
'%{NAS-IP-Address}',   %{%{NAS-Port}:-NULL}::integer,   '%{NAS-Port-Type}',   
('%S'::timestamp - '%{%{Acct-Delay-Time}:-0}'::interval - 
'%{%{Acct-Session-Time}:-0}'::interval),   ('%S'::timestamp - 
'%{%{Acct-Delay-Time}:-0}'::interval),   NULLIF('%{Acct-Session-Time}', 
'')::bigint, '%{Acct-Authentic}',   '%{Connect-Info}',   
(('%{%{Acct-Input-Gigawords}:-0}'::bigint << 32) + 
'%{%{Acct-Input-Octets}:-0}'::bigint),   
(('%{%{Acct-Output-Gigawords}:-0}'::bigint << 32) + 
'%{%{Acct-Output-Octets}:-0}'::bigint),   '%{Called-Station-Id}',   
'%{Calling-Station-Id}',   '%{Acct-Terminate-Cause}',   '%{Service-Type}',   
'%{Framed-Protocol}',   NULLIF('%{Framed-IP-Address}', '')::inet, 0)"
        group_membership_query = "SELECT GroupName FROM radusergroup WHERE 
UserName='%{SQL-User-Name}' ORDER BY priority"
        connect_failure_retry_delay = 60
        simul_count_query = ""
        simul_verify_query = ""
        postauth_query = "SELECT * FROM f_prepaid_activate('%{SQL-User-Name}')"
        safe-characters = 
"@abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789.-_: /"
  }
rlm_sql (sql): Driver rlm_sql_postgresql (module rlm_sql_postgresql) loaded and 
linked
rlm_sql (sql): Attempting to connect to [email protected]:/db_molanga
rlm_sql (sql): starting 0
rlm_sql (sql): Attempting to connect rlm_sql_postgresql #0
rlm_sql (sql): Connected new DB handle, #0
rlm_sql (sql): starting 1
rlm_sql (sql): Attempting to connect rlm_sql_postgresql #1
rlm_sql (sql): Connected new DB handle, #1
rlm_sql (sql): starting 2
rlm_sql (sql): Attempting to connect rlm_sql_postgresql #2
rlm_sql (sql): Connected new DB handle, #2
rlm_sql (sql): starting 3
rlm_sql (sql): Attempting to connect rlm_sql_postgresql #3
rlm_sql (sql): Connected new DB handle, #3
rlm_sql (sql): starting 4
rlm_sql (sql): Attempting to connect rlm_sql_postgresql #4
rlm_sql (sql): Connected new DB handle, #4
 Module: Instantiating attr_filter.accounting_response
  attr_filter attr_filter.accounting_response {
        attrsfile = "/etc/freeradius/attrs.accounting_response"
        key = "%{User-Name}"
  }
 Module: Checking session {...} for more modules to load
 Module: Checking post-proxy {...} for more modules to load
 Module: Checking post-auth {...} for more modules to load
 }
}
radiusd: #### Opening IP addresses and Ports ####
listen {
        type = "auth"
        ipaddr = *
        port = 0
}
listen {
        type = "acct"
        ipaddr = *
        port = 0
}
main {
        snmp = no
        smux_password = ""
        snmp_write_access = no
}
Listening on authentication address * port 1812
Listening on accounting address * port 1813
Listening on proxy address * port 1814
Ready to process requests.
rad_recv: Accounting-Request packet from host 41.204.104.68 port 2066, id=18, 
length=226
        Vendor-14559-Attr-8 = 0x312e302e3131
        Acct-Status-Type = Start
        User-Name = "anonymous"
        Calling-Station-Id = "00-1D-73-55-9A-10"
        NAS-Port-Type = Wireless-802.11
        NAS-Port = 2
        NAS-Port-Id = "00000002"
        Framed-IP-Address = 10.111.0.2
        Acct-Session-Id = "4a68621800000002"
        NAS-IP-Address = 41.204.104.68
        Called-Station-Id = "00-1D-73-55-95-AD"
        NAS-Identifier = "00-1D-73-55-95-AD"
        WISPr-Location-ID = "isocc=MG,cc=,ac=,network=Coova,Blueline"
        WISPr-Location-Name = "COT_HOTSPOT"
+- entering group preacct
++[preprocess] returns ok
rlm_acct_unique: Hashing 'NAS-Port = 2,Client-IP-Address = 
41.204.104.68,NAS-IP-Address = 41.204.104.68,Acct-Session-Id = 
"4a68621800000002",User-Name = "anonymous"'
rlm_acct_unique: Acct-Unique-Session-ID = "cc6b3026903b036d".
++[acct_unique] returns ok
    rlm_realm: No '@' in User-Name = "anonymous", looking up realm NULL
    rlm_realm: No such realm "NULL"
++[suffix] returns noop
++[files] returns noop
+- entering group accounting
        expand: /var/log/freeradius/radacct/%{Client-IP-Address}/detail-%Y%m%d 
-> /var/log/freeradius/radacct/41.204.104.68/detail-20090723
rlm_detail: /var/log/freeradius/radacct/%{Client-IP-Address}/detail-%Y%m%d 
expands to /var/log/freeradius/radacct/41.204.104.68/detail-20090723
        expand: %t -> Thu Jul 23 13:31:55 2009
++[detail] returns ok
        expand: /var/log/freeradius/radutmp -> /var/log/freeradius/radutmp
        expand: %{User-Name} -> anonymous
++[radutmp] returns ok
        expand: %{User-Name} -> anonymous
rlm_sql (sql): sql_set_user escaped user --> 'anonymous'
        expand: %{NAS-Port} -> 2
        expand: %{Acct-Delay-Time} -> 
        expand: INSERT INTO radacct   (AcctSessionId, AcctUniqueId, UserName, 
Realm, NASIPAddress,    NASPortId, NASPortType, AcctStartTime, AcctAuthentic,   
ConnectInfo_start, CalledStationId, CallingStationId, ServiceType,   
FramedProtocol, FramedIPAddress, AcctStartDelay, XAscendSessionSvrKey)   
VALUES('%{Acct-Session-Id}',   '%{Acct-Unique-Session-Id}',   
'%{SQL-User-Name}',   NULLIF('%{Realm}', ''),   '%{NAS-IP-Address}',   
%{%{NAS-Port}:-NULL}::integer,   '%{NAS-Port-Type}',   ('%S'::timestamp - 
'%{%{Acct-Delay-Time}:-0}'::interval),   '%{Acct-Authentic}',   
'%{Connect-Info}',   '%{Called-Station-Id}',   '%{Calling-Station-Id}',   
'%{Service-Type}',   '%{Framed-Protocol}',   NULLIF('%{Framed-IP-Address}', 
'')::inet,   0,   '%{X-Ascend-Session-Svr-Key}') -> INSERT INTO radacct   
(AcctSessionId, AcctUniqueId, UserName, Realm, NASIPAddress,    NASPortId, 
NASPortType, AcctStartTime, AcctAuthentic,   ConnectInfo_start, 
CalledStationId, CallingStationId, ServiceType,   FramedProtocol, 
FramedIPAddress, AcctStartDelay, XAscendSessionSvrKey)   
VALUES('4a68621800000002',   'cc6b3026903b036d',   'anonymous',   NULLIF('', 
''),   '41.204.104.68',   2::integer,   'Wireless-802.11',   ('2009-07-23 
13:31:55'::timestamp - '0'::interval),   '',   '',   '00-1D-73-55-95-AD',   
'00-1D-73-55-9A-10',   '',   '',   NULLIF('10.111.0.2', '')::inet,   0,   '')
rlm_sql (sql): Reserving sql socket id: 4
rlm_sql_postgresql: Status: PGRES_FATAL_ERROR
rlm_sql_postgresql: Error column "xascendsessionsvrkey" of relation "radacct" 
does not exist
rlm_sql_postgresql: Postgresql Fatal Error: [42703: UNDEFINED COLUMN] Occurred!!
rlm_sql (sql): Couldn't insert SQL accounting START record - ERROR:  column 
"xascendsessionsvrkey" of relation "radacct" does not exist LINE 1: ... 
FramedProtocol, FramedIPAddress, AcctStartDelay, XAscendSes...                  
                                            ^ 
        expand: %{Acct-Delay-Time} -> 
        expand: UPDATE radacct   SET AcctStartTime = ('%S'::timestamp - 
'%{%{Acct-Delay-Time}:-0}'::interval),   AcctStartDelay = 0,   
ConnectInfo_start = '%{Connect-Info}'   WHERE AcctSessionId = 
'%{Acct-Session-Id}'   AND UserName = '%{SQL-User-Name}'   AND NASIPAddress = 
'%{NAS-IP-Address}'   AND AcctStopTime IS NULL -> UPDATE radacct   SET 
AcctStartTime = ('2009-07-23 13:31:55'::timestamp - '0'::interval),   
AcctStartDelay = 0,   ConnectInfo_start = ''   WHERE AcctSessionId = 
'4a68621800000002'   AND UserName = 'anonymous'   AND NASIPAddress = 
'41.204.104.68'   AND AcctStopTime IS NULL
rlm_sql_postgresql: Status: PGRES_COMMAND_OK
rlm_sql_postgresql: query affected rows = 0
rlm_sql (sql): Released sql socket id: 4
++[sql] returns ok
        expand: %{User-Name} -> anonymous
 attr_filter: Matched entry DEFAULT at line 12
++[attr_filter.accounting_response] returns updated
Sending Accounting-Response of id 18 to 41.204.104.68 port 2066
Finished request 0.
Cleaning up request 0 ID 18 with timestamp +13
Going to the next request
Ready to process requests.
rad_recv: Access-Request packet from host 41.204.104.68 port 2067, id=17, 
length=304
        Vendor-14559-Attr-8 = 0x312e302e3131
        User-Name = "uname"
        CHAP-Challenge = 0x23bc9f950c873a90449cd3fd0a2dfe77
        CHAP-Password = 0x00bd3b96e0d6177f8a2a4043c7232cca64
        NAS-IP-Address = 41.204.104.68
        Service-Type = Login-User
        Framed-IP-Address = 10.111.0.129
        Calling-Station-Id = "00-14-2A-AB-4E-98"
        Called-Station-Id = "00-1D-73-55-95-AD"
        NAS-Identifier = "00-1D-73-55-95-AD"
        Acct-Session-Id = "4a68620900000001"
        NAS-Port-Type = Wireless-802.11
        NAS-Port = 1
        WISPr-Location-ID = "isocc=MG,cc=,ac=,network=Coova,Blueline"
        WISPr-Location-Name = "COT_HOTSPOT"
        WISPr-Logoff-URL = "http://10.111.0.1:3660/logoff";
        Message-Authenticator = 0x3a09423bdcdef4786fe5192201d3879b
+- entering group authorize
++[preprocess] returns ok
  rlm_chap: Setting 'Auth-Type := CHAP'
++[chap] returns ok
    rlm_realm: No '@' in User-Name = "uname", looking up realm NULL
    rlm_realm: No such realm "NULL"
++[suffix] returns noop
  rlm_eap: No EAP-Message, not doing EAP
++[eap] returns noop
++[files] returns noop
++[expiration] returns noop
++[logintime] returns noop
rlm_pap: WARNING! No "known good" password found for the user.  Authentication 
may fail because of this.
++[pap] returns noop
  rad_check_password:  Found Auth-Type CHAP
auth: type "CHAP"
+- entering group CHAP
  rlm_chap: login attempt by "uname" with CHAP password
  rlm_chap: Cleartext-Password is required for authentication
++[chap] returns invalid
auth: Failed to validate the user.
Login incorrect (rlm_chap: Clear text password not available): 
[uname/<CHAP-Password>] (from client quarante_un_deux_cent_quatre port 1 cli 
00-14-2A-AB-4E-98)
  Found Post-Auth-Type Reject
+- entering group REJECT
        expand: %{User-Name} -> uname
 attr_filter: Matched entry DEFAULT at line 11
++[attr_filter.access_reject] returns updated
Delaying reject of request 1 for 4 seconds
Going to the next request
Waking up in 0.9 seconds.
Waking up in 2.9 seconds.
Sending delayed reject for request 1
Sending Access-Reject of id 17 to 41.204.104.68 port 2067
Waking up in 4.9 seconds.
Cleaning up request 1 ID 17 with timestamp +20
Ready to process requests.
-
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Reply via email to