Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- FreeRADIUS Version 2.1.10, for host x86_64-pc-linux-gnu, built on Sep 24 2012 at 17:58:57
- Copyright (C) 1999-2009 The FreeRADIUS server project and contributors.
- There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A
- PARTICULAR PURPOSE.
- You may redistribute copies of FreeRADIUS under the terms of the
- GNU General Public License v2.
- 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 files in directory /etc/freeradius/modules/
- including configuration file /etc/freeradius/modules/always
- including configuration file /etc/freeradius/modules/exec
- including configuration file /etc/freeradius/modules/sql_log
- including configuration file /etc/freeradius/modules/passwd
- including configuration file /etc/freeradius/modules/mschap
- including configuration file /etc/freeradius/modules/logintime
- including configuration file /etc/freeradius/modules/echo
- including configuration file /etc/freeradius/modules/expiration
- including configuration file /etc/freeradius/modules/detail.log
- including configuration file /etc/freeradius/modules/realm
- including configuration file /etc/freeradius/modules/unix
- including configuration file /etc/freeradius/modules/expr
- including configuration file /etc/freeradius/modules/dynamic_clients
- including configuration file /etc/freeradius/modules/policy
- including configuration file /etc/freeradius/modules/cui
- including configuration file /etc/freeradius/modules/mac2vlan
- including configuration file /etc/freeradius/modules/krb5
- including configuration file /etc/freeradius/modules/ippool
- including configuration file /etc/freeradius/modules/attr_rewrite
- including configuration file /etc/freeradius/modules/pap
- including configuration file /etc/freeradius/modules/detail.example.com
- including configuration file /etc/freeradius/modules/acct_unique
- including configuration file /etc/freeradius/modules/checkval
- including configuration file /etc/freeradius/modules/sradutmp
- including configuration file /etc/freeradius/modules/preprocess
- including configuration file /etc/freeradius/modules/counter
- including configuration file /etc/freeradius/modules/opendirectory
- including configuration file /etc/freeradius/modules/chap
- including configuration file /etc/freeradius/modules/attr_filter
- including configuration file /etc/freeradius/modules/files
- including configuration file /etc/freeradius/modules/etc_group
- including configuration file /etc/freeradius/modules/perl
- including configuration file /etc/freeradius/modules/radutmp
- including configuration file /etc/freeradius/modules/wimax
- including configuration file /etc/freeradius/modules/mac2ip
- including configuration file /etc/freeradius/modules/ldap
- including configuration file /etc/freeradius/modules/smbpasswd
- including configuration file /etc/freeradius/modules/detail
- including configuration file /etc/freeradius/modules/sqlcounter_expire_on_login
- including configuration file /etc/freeradius/modules/smsotp
- including configuration file /etc/freeradius/modules/digest
- including configuration file /etc/freeradius/modules/linelog
- including configuration file /etc/freeradius/modules/ntlm_auth
- including configuration file /etc/freeradius/modules/inner-eap
- including configuration file /etc/freeradius/modules/pam
- including configuration file /etc/freeradius/modules/otp
- including configuration file /etc/freeradius/eap.conf
- including configuration file /etc/freeradius/sql.conf
- including configuration file /etc/freeradius/sql/mysql/dialup.conf
- including configuration file /etc/freeradius/policy.conf
- including files in directory /etc/freeradius/sites-enabled/
- including configuration file /etc/freeradius/sites-enabled/inner-tunnel
- including configuration file /etc/freeradius/sites-enabled/default
- main {
- user = "freerad"
- group = "freerad"
- allow_core_dumps = no
- }
- 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
- pidfile = "/var/run/freeradius/freeradius.pid"
- checkrad = "/usr/sbin/checkrad"
- debug_level = 0
- proxy_requests = yes
- log {
- stripped_names = no
- auth = no
- auth_badpass = no
- auth_goodpass = no
- }
- security {
- max_attributes = 200
- reject_delay = 1
- status_server = yes
- }
- }
- 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
- }
- realm LOCAL {
- }
- realm sb-dfki.de {
- authhost = LOCAL
- accthost = LOCAL
- }
- realm DEFAULT {
- nostrip
- authhost = 172.16.3.225
- accthost = 172.16.3.225
- secret = xxxxx
- }
- radiusd: #### Loading Clients ####
- radiusd: #### Instantiating modules ####
- instantiate {
- Module: Linked to module rlm_exec
- Module: Instantiating module "exec" from file /etc/freeradius/modules/exec
- exec {
- wait = no
- input_pairs = "request"
- shell_escape = yes
- }
- Module: Linked to module rlm_expr
- Module: Instantiating module "expr" from file /etc/freeradius/modules/expr
- Module: Linked to module rlm_expiration
- Module: Instantiating module "expiration" from file /etc/freeradius/modules/expiration
- expiration {
- reply-message = "Password Has Expired "
- }
- Module: Linked to module rlm_logintime
- Module: Instantiating module "logintime" from file /etc/freeradius/modules/logintime
- logintime {
- reply-message = "You are calling outside your allowed timespan "
- minimum-timeout = 60
- }
- }
- radiusd: #### Loading Virtual Servers ####
- server inner-tunnel { # from file /etc/freeradius/sites-enabled/inner-tunnel
- modules {
- Module: Checking authenticate {...} for more modules to load
- Module: Linked to module rlm_mschap
- Module: Instantiating module "mschap" from file /etc/freeradius/modules/mschap
- mschap {
- use_mppe = yes
- require_encryption = no
- require_strong = no
- with_ntdomain_hack = no
- }
- Module: Linked to module rlm_eap
- Module: Instantiating module "eap" from file /etc/freeradius/eap.conf
- eap {
- default_eap_type = "peap"
- timer_expire = 60
- ignore_unknown_eap_types = no
- cisco_accounting_username_bug = no
- max_sessions = 4096
- }
- 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"
- }
- Module: Linked to sub-module rlm_eap_tls
- Module: Instantiating eap-tls
- tls {
- rsa_key_exchange = no
- dh_key_exchange = yes
- rsa_key_length = 512
- dh_key_length = 512
- verify_depth = 0
- pem_file_type = yes
- private_key_file = "/etc/wireless/certs/server/server.pem"
- certificate_file = "/etc/wireless/certs/server/server.pem"
- CA_file = "/etc/wireless/certs/server/ca.pem"
- private_key_password = "xxxxx"
- dh_file = "/etc/wireless/dh"
- random_file = "/etc/wireless/random"
- fragment_size = 1024
- include_length = yes
- check_crl = no
- cipher_list = "HIGH"
- cache {
- enable = no
- lifetime = 24
- max_entries = 255
- }
- verify {
- }
- }
- Module: Linked to sub-module rlm_eap_ttls
- Module: Instantiating eap-ttls
- ttls {
- default_eap_type = "mschapv2"
- copy_request_to_tunnel = yes
- use_tunneled_reply = yes
- virtual_server = "inner-tunnel"
- include_length = yes
- }
- Module: Linked to sub-module rlm_eap_peap
- Module: Instantiating eap-peap
- peap {
- default_eap_type = "mschapv2"
- copy_request_to_tunnel = yes
- use_tunneled_reply = yes
- proxy_tunneled_request_as_eap = no
- virtual_server = "inner-tunnel"
- }
- 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 module "suffix" from file /etc/freeradius/modules/realm
- realm suffix {
- format = "suffix"
- delimiter = "@"
- ignore_default = no
- ignore_null = no
- }
- Module: Linked to module rlm_files
- Module: Instantiating module "files" from file /etc/freeradius/modules/files
- files {
- usersfile = "/etc/freeradius/users"
- acctusersfile = "/etc/freeradius/acct_users"
- preproxy_usersfile = "/etc/freeradius/preproxy_users"
- compat = "no"
- }
- Module: Linked to module rlm_sql
- Module: Instantiating module "sql" from file /etc/freeradius/sql.conf
- sql {
- driver = "rlm_sql_mysql"
- server = "localhost"
- port = ""
- login = "root"
- password = "xxxxx"
- radius_db = "radius"
- read_groups = yes
- sqltrace = no
- sqltracefile = "/var/log/freeradius/sqltrace.sql"
- readclients = yes
- deletestalesessions = yes
- num_sql_socks = 5
- lifetime = 0
- max_queries = 0
- sql_user_name = "%{%{Stripped-User-Name}:-%{%{User-Name}:-DEFAULT}}"
- default_user_profile = ""
- nas_query = "SELECT id, nasname, shortname, type, secret, server FROM nas"
- authorize_check_query = "SELECT id, username, attribute, value, op FROM radcheck WHERE username = '%{SQL-User-Name}' ORDER BY id"
- authorize_reply_query = "SELECT id, username, attribute, value, op FROM radreply WHERE username = '%{SQL-User-Name}' ORDER BY id"
- authorize_group_check_query = "SELECT id, groupname, attribute, Value, op FROM radgroupcheck WHERE groupname = '%{Sql-Group}' ORDER BY id"
- authorize_group_reply_query = "SELECT id, groupname, attribute, value, op FROM radgroupreply WHERE groupname = '%{Sql-Group}' ORDER BY id"
- accounting_onoff_query = " UPDATE radacct SET acctstoptime = '%S', acctsessiontime = unix_timestamp('%S') - unix_timestamp(acctstarttime), acctterminatecause = '%{Acct-Terminate-Cause}', acctstopdelay = %{%{Acct-Delay-Time}:-0} WHERE acctstoptime IS NULL AND nasipaddress = '%{NAS-IP-Address}' AND acctstarttime <= '%S'"
- accounting_update_query = " UPDATE radacct SET framedipaddress = '%{Framed-IP-Address}', acctsessiontime = '%{Acct-Session-Time}', acctinputoctets = '%{%{Acct-Input-Gigawords}:-0}' << 32 | '%{%{Acct-Input-Octets}:-0}', acctoutputoctets = '%{%{Acct-Output-Gigawords}:-0}' << 32 | '%{%{Acct-Output-Octets}:-0}' WHERE acctsessionid = '%{Acct-Session-Id}' AND username = '%{SQL-User-Name}' AND nasipaddress = '%{NAS-IP-Address}'"
- accounting_update_query_alt = " INSERT INTO radacct (acctsessionid, acctuniqueid, username, realm, nasipaddress, nasportid, nasporttype, acctstarttime, acctsessiontime, acctauthentic, connectinfo_start, acctinputoctets, acctoutputoctets, calledstationid, callingstationid, servicetype, framedprotocol, framedipaddress, acctstartdelay, xascendsessionsvrkey) VALUES ('%{Acct-Session-Id}', '%{Acct-Unique-Session-Id}', '%{SQL-User-Name}', '%{Realm}', '%{NAS-IP-Address}', '%{NAS-Port}', '%{NAS-Port-Type}', DATE_SUB('%S', INTERVAL (%{%{Acct-Session-Time}:-0} + %{%{Acct-Delay-Time}:-0}) SECOND), '%{Acct-Session-Time}', '%{Acct-Authentic}', '', '%{%{Acct-Input-Gigawords}:-0}' << 32 | '%{%{Acct-Input-Octets}:-0}', '%{%{Acct-Output-Gigawords}:-0}' << 32 | '%{%{Acct-Output-Octets}:-0}', '%{Called-Station-Id}', '%{Calling-Station-Id}', '%{Service-Type}', '%{Framed-Protocol}', '%{Framed-IP-Address}', '0', '%{X-Ascend-Session-Svr-Key}')"
- accounting_start_query = " INSERT INTO radacct (acctsessionid, acctuniqueid, username, realm, nasipaddress, nasportid, nasporttype, acctstarttime, acctstoptime, acctsessiontime, acctauthentic, connectinfo_start, connectinfo_stop, acctinputoctets, acctoutputoctets, calledstationid, callingstationid, acctterminatecause, servicetype, framedprotocol, framedipaddress, acctstartdelay, acctstopdelay, xascendsessionsvrkey) VALUES ('%{Acct-Session-Id}', '%{Acct-Unique-Session-Id}', '%{SQL-User-Name}', '%{Realm}', '%{NAS-IP-Address}', '%{NAS-Port}', '%{NAS-Port-Type}', '%S', NULL, '0', '%{Acct-Authentic}', '%{Connect-Info}', '', '0', '0', '%{Called-Station-Id}', '%{Calling-Station-Id}', '', '%{Service-Type}', '%{Framed-Protocol}', '%{Framed-IP-Address}', '%{%{Acct-Delay-Time}:-0}', '0', '%{X-Ascend-Session-Svr-Key}')"
- accounting_start_query_alt = " UPDATE radacct SET acctstarttime = '%S', acctstartdelay = '%{%{Acct-Delay-Time}:-0}', connectinfo_start = '%{Connect-Info}' WHERE acctsessionid = '%{Acct-Session-Id}' AND username = '%{SQL-User-Name}' AND nasipaddress = '%{NAS-IP-Address}'"
- accounting_stop_query = " UPDATE radacct SET acctstoptime = '%S', acctsessiontime = '%{Acct-Session-Time}', acctinputoctets = '%{%{Acct-Input-Gigawords}:-0}' << 32 | '%{%{Acct-Input-Octets}:-0}', acctoutputoctets = '%{%{Acct-Output-Gigawords}:-0}' << 32 | '%{%{Acct-Output-Octets}:-0}', acctterminatecause = '%{Acct-Terminate-Cause}', acctstopdelay = '%{%{Acct-Delay-Time}:-0}', connectinfo_stop = '%{Connect-Info}' WHERE acctsessionid = '%{Acct-Session-Id}' AND username = '%{SQL-User-Name}' AND nasipaddress = '%{NAS-IP-Address}'"
- accounting_stop_query_alt = " INSERT INTO radacct (acctsessionid, acctuniqueid, username, realm, nasipaddress, nasportid, nasporttype, acctstarttime, acctstoptime, acctsessiontime, acctauthentic, connectinfo_start, connectinfo_stop, acctinputoctets, acctoutputoctets, calledstationid, callingstationid, acctterminatecause, servicetype, framedprotocol, framedipaddress, acctstartdelay, acctstopdelay) VALUES ('%{Acct-Session-Id}', '%{Acct-Unique-Session-Id}', '%{SQL-User-Name}', '%{Realm}', '%{NAS-IP-Address}', '%{NAS-Port}', '%{NAS-Port-Type}', DATE_SUB('%S', INTERVAL (%{%{Acct-Session-Time}:-0} + %{%{Acct-Delay-Time}:-0}) SECOND), '%S', '%{Acct-Session-Time}', '%{Acct-Authentic}', '', '%{Connect-Info}', '%{%{Acct-Input-Gigawords}:-0}' << 32 | '%{%{Acct-Input-Octets}:-0}', '%{%{Acct-Output-Gigawords}:-0}' << 32 | '%{%{Acct-Output-Octets}:-0}', '%{Called-Station-Id}', '%{Calling-Station-Id}', '%{Acct-Terminate-Cause}', '%{Service-Type}', '%{Framed-Protocol}', '%{Framed-IP-Address}', '0', '%{%{Acct-Delay-Time}:-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 = "SELECT radacctid, acctsessionid, username, nasipaddress, nasportid, framedipaddress, callingstationid, framedprotocol FROM radacct WHERE username = '%{SQL-User-Name}' AND acctstoptime IS NULL"
- postauth_query = "INSERT INTO radpostauth (username, pass, reply, authdate) VALUES ( '%{User-Name}', '%{%{User-Password}:-%{Chap-Password}}', '%{reply:Packet-Type}', '%S')"
- safe-characters = "@abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789.-_: /"
- }
- rlm_sql (sql): Driver rlm_sql_mysql (module rlm_sql_mysql) loaded and linked
- rlm_sql (sql): Attempting to connect to root@localhost:/radius
- rlm_sql (sql): starting 0
- rlm_sql (sql): Attempting to connect rlm_sql_mysql #0
- rlm_sql_mysql: Starting connect to MySQL server for #0
- rlm_sql (sql): Connected new DB handle, #0
- rlm_sql (sql): starting 1
- rlm_sql (sql): Attempting to connect rlm_sql_mysql #1
- rlm_sql_mysql: Starting connect to MySQL server for #1
- rlm_sql (sql): Connected new DB handle, #1
- rlm_sql (sql): starting 2
- rlm_sql (sql): Attempting to connect rlm_sql_mysql #2
- rlm_sql_mysql: Starting connect to MySQL server for #2
- rlm_sql (sql): Connected new DB handle, #2
- rlm_sql (sql): starting 3
- rlm_sql (sql): Attempting to connect rlm_sql_mysql #3
- rlm_sql_mysql: Starting connect to MySQL server for #3
- rlm_sql (sql): Connected new DB handle, #3
- rlm_sql (sql): starting 4
- rlm_sql (sql): Attempting to connect rlm_sql_mysql #4
- rlm_sql_mysql: Starting connect to MySQL server for #4
- rlm_sql (sql): Connected new DB handle, #4
- rlm_sql (sql): Processing generate_sql_clients
- rlm_sql (sql) in generate_sql_clients: query is SELECT id, nasname, shortname, type, secret, server FROM nas
- rlm_sql (sql): Reserving sql socket id: 4
- rlm_sql (sql): Read entry nasname=127.0.0.1,shortname=localTest,secret=SecretOfSB
- rlm_sql (sql): Adding client 127.0.0.1 (localTest, server=<none>) to clients list
- rlm_sql (sql): Read entry nasname=172.16.3.225,shortname=OpenURC-Global,secret=xxxxx
- rlm_sql (sql): Adding client 172.16.3.225 (OpenURC-Global, server=<none>) to clients list
- rlm_sql (sql): Read entry nasname=172.16.18.82,shortname=AP-SB,secret=xxxxx
- rlm_sql (sql): Adding client 172.16.18.82 (AP-SB, server=<none>) to clients list
- rlm_sql (sql): Released sql socket id: 4
- Module: Checking session {...} for more modules to load
- Module: Linked to module rlm_radutmp
- Module: Instantiating module "radutmp" from file /etc/freeradius/modules/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 module "attr_filter.access_reject" from file /etc/freeradius/modules/attr_filter
- attr_filter attr_filter.access_reject {
- attrsfile = "/etc/freeradius/attrs.access_reject"
- key = "%{User-Name}"
- }
- } # modules
- } # server
- server { # from file /etc/freeradius/radiusd.conf
- modules {
- Module: Checking authenticate {...} for more modules to load
- Module: Linked to module rlm_digest
- Module: Instantiating module "digest" from file /etc/freeradius/modules/digest
- Module: Checking authorize {...} for more modules to load
- Module: Linked to module rlm_preprocess
- Module: Instantiating module "preprocess" from file /etc/freeradius/modules/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: Linked to module rlm_detail
- Module: Instantiating module "auth_log" from file /etc/freeradius/modules/detail.log
- detail auth_log {
- detailfile = "/var/log/freeradius/radacct/%{Client-IP-Address}/auth-detail-%Y%m%d"
- header = "%t"
- detailperm = 384
- dirperm = 493
- locking = no
- log_packet_header = no
- }
- Module: Checking preacct {...} for more modules to load
- Module: Linked to module rlm_acct_unique
- Module: Instantiating module "acct_unique" from file /etc/freeradius/modules/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: Instantiating module "detail" from file /etc/freeradius/modules/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_unix
- Module: Instantiating module "unix" from file /etc/freeradius/modules/unix
- unix {
- radwtmp = "/var/log/freeradius/radwtmp"
- }
- Module: Instantiating module "attr_filter.accounting_response" from file /etc/freeradius/modules/attr_filter
- 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 pre-proxy {...} for more modules to load
- Module: Instantiating module "pre_proxy_log" from file /etc/freeradius/modules/detail.log
- detail pre_proxy_log {
- detailfile = "/var/log/freeradius/radacct/%{Client-IP-Address}/pre-proxy-detail-%Y%m%d"
- header = "%t"
- detailperm = 384
- dirperm = 493
- locking = no
- log_packet_header = no
- }
- Module: Checking post-proxy {...} for more modules to load
- Module: Instantiating module "post_proxy_log" from file /etc/freeradius/modules/detail.log
- detail post_proxy_log {
- detailfile = "/var/log/freeradius/radacct/%{Client-IP-Address}/post-proxy-detail-%Y%m%d"
- header = "%t"
- detailperm = 384
- dirperm = 493
- locking = no
- log_packet_header = no
- }
- Module: Checking post-auth {...} for more modules to load
- Module: Linked to module rlm_sql_log
- Module: Instantiating module "sql_log" from file /etc/freeradius/modules/sql_log
- sql_log {
- path = "/var/log/freeradius/radacct/sql-relay"
- Post-Auth = "INSERT INTO radpostauth (username, pass, reply, authdate) VALUES ('%{User-Name}', '%{User-Password:-Chap-Password}', '%{reply:Packet-Type}', '%S');"
- sql_user_name = "%{%{User-Name}:-DEFAULT}"
- utf8 = no
- safe-characters = "@abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789.-_: /"
- }
- } # modules
- } # server
- radiusd: #### Opening IP addresses and Ports ####
- listen {
- type = "auth"
- ipaddr = *
- port = 0
- }
- listen {
- type = "acct"
- ipaddr = *
- port = 0
- }
- listen {
- type = "auth"
- ipaddr = 127.0.0.1
- port = 18120
- }
- Listening on authentication address * port 1812
- Listening on accounting address * port 1813
- Listening on authentication address 127.0.0.1 port 18120 as server inner-tunnel
- Listening on proxy address * port 1814
- Ready to process requests.
- rad_recv: Accounting-Request packet from host 172.16.18.82 port 53432, id=35, length=189
- Acct-Session-Id = "50758488-00000002"
- Acct-Status-Type = Stop
- Acct-Authentic = RADIUS
- User-Name = "markus"
- NAS-IP-Address = 172.16.18.82
- NAS-Port = 1
- Called-Station-Id = "4C-E6-76-CC-54-C7:OpenURC"
- Calling-Station-Id = "00-24-2C-2A-F9-89"
- NAS-Port-Type = Wireless-802.11
- Connect-Info = "CONNECT 54Mbps 802.11g"
- Acct-Session-Time = 59
- Acct-Input-Packets = 58
- Acct-Output-Packets = 27
- Acct-Input-Octets = 3806
- Acct-Output-Octets = 4875
- Event-Timestamp = "Oct 10 2012 16:33:13 CEST"
- Acct-Terminate-Cause = User-Request
- # Executing section preacct from file /etc/freeradius/sites-enabled/default
- +- entering group preacct {...}
- ++[preprocess] returns ok
- [acct_unique] Hashing 'NAS-Port = 1,Client-IP-Address = 172.16.18.82,NAS-IP-Address = 172.16.18.82,Acct-Session-Id = "50758488-00000002",User-Name = "markus"'
- [acct_unique] Acct-Unique-Session-ID = "122d559cb73be633".
- ++[acct_unique] returns ok
- ++[files] returns noop
- # Executing section accounting from file /etc/freeradius/sites-enabled/default
- +- entering group accounting {...}
- [detail] expand: /var/log/freeradius/radacct/%{Client-IP-Address}/detail-%Y%m%d -> /var/log/freeradius/radacct/172.16.18.82/detail-20121010
- [detail] /var/log/freeradius/radacct/%{Client-IP-Address}/detail-%Y%m%d expands to /var/log/freeradius/radacct/172.16.18.82/detail-20121010
- [detail] expand: %t -> Wed Oct 10 14:33:34 2012
- ++[detail] returns ok
- ++[unix] returns ok
- [radutmp] expand: /var/log/freeradius/radutmp -> /var/log/freeradius/radutmp
- [radutmp] expand: %{User-Name} -> markus
- rlm_radutmp: Logout entry for NAS AP-SB port 1 has wrong ID
- ++[radutmp] returns ok
- [sql] expand: %{Stripped-User-Name} ->
- [sql] ... expanding second conditional
- [sql] expand: %{User-Name} -> markus
- [sql] expand: %{%{User-Name}:-DEFAULT} -> markus
- [sql] expand: %{%{Stripped-User-Name}:-%{%{User-Name}:-DEFAULT}} -> markus
- [sql] sql_set_user escaped user --> 'markus'
- [sql] expand: %{Acct-Input-Gigawords} ->
- [sql] ... expanding second conditional
- [sql] expand: %{Acct-Input-Octets} -> 3806
- [sql] expand: %{Acct-Output-Gigawords} ->
- [sql] ... expanding second conditional
- [sql] expand: %{Acct-Output-Octets} -> 4875
- [sql] expand: %{Acct-Delay-Time} ->
- [sql] ... expanding second conditional
- [sql] expand: UPDATE radacct SET acctstoptime = '%S', acctsessiontime = '%{Acct-Session-Time}', acctinputoctets = '%{%{Acct-Input-Gigawords}:-0}' << 32 | '%{%{Acct-Input-Octets}:-0}', acctoutputoctets = '%{%{Acct-Output-Gigawords}:-0}' << 32 | '%{%{Acct-Output-Octets}:-0}', acctterminatecause = '%{Acct-Terminate-Cause}', acctstopdelay = '%{%{Acct-Delay-Time}:-0}', connectinfo_stop = '%{Connect-Info}' WHERE acctsessionid = '%{Acct-Session-Id}' AND username = '%{SQL-User-Name}' AND nasipaddress = '%{NAS-IP-Address}' -> UPDATE radacct SET acctstoptime = '2012-10-10 14:33:34', acctsessiontime = '59', acctinputoctets = '0' << 32 | '3806', acctoutputoctets = '0' << 32 |
- rlm_sql (sql): Reserving sql socket id: 3
- rlm_sql (sql): Released sql socket id: 3
- ++[sql] returns ok
- ++[exec] returns noop
- [attr_filter.accounting_response] expand: %{User-Name} -> markus
- attr_filter: Matched entry DEFAULT at line 12
- ++[attr_filter.accounting_response] returns updated
- Sending Accounting-Response of id 35 to 172.16.18.82 port 53432
- Finished request 0.
- Cleaning up request 0 ID 35 with timestamp +10
- Going to the next request
- Ready to process requests.
- rad_recv: Access-Request packet from host 172.16.18.82 port 36327, id=36, length=175
- User-Name = "[email protected]"
- NAS-IP-Address = 172.16.18.82
- NAS-Port = 1
- Called-Station-Id = "4C-E6-76-CC-54-C7:OpenURC"
- Calling-Station-Id = "00-24-2C-2A-F9-89"
- Framed-MTU = 1400
- NAS-Port-Type = Wireless-802.11
- Connect-Info = "CONNECT 54Mbps 802.11g"
- EAP-Message = 0x02050016016d61726b7573406b6c2d64666b692e6465
- Message-Authenticator = 0x7ee815f2d50a1404f385e287b46a896a
- # Executing section authorize from file /etc/freeradius/sites-enabled/default
- +- entering group authorize {...}
- ++[preprocess] returns ok
- [auth_log] expand: /var/log/freeradius/radacct/%{Client-IP-Address}/auth-detail-%Y%m%d -> /var/log/freeradius/radacct/172.16.18.82/auth-detail-20121010
- [auth_log] /var/log/freeradius/radacct/%{Client-IP-Address}/auth-detail-%Y%m%d expands to /var/log/freeradius/radacct/172.16.18.82/auth-detail-20121010
- [auth_log] expand: %t -> Wed Oct 10 14:33:38 2012
- ++[auth_log] returns ok
- ++[mschap] returns noop
- ++[digest] returns noop
- [suffix] Looking up realm "kl-dfki.de" for User-Name = "[email protected]"
- [suffix] Found realm "DEFAULT"
- [suffix] Adding Realm = "DEFAULT"
- [suffix] Proxying request from user markus to realm DEFAULT
- [suffix] Preparing to proxy authentication request to realm "DEFAULT"
- ++[suffix] returns updated
- [eap] Request is supposed to be proxied to Realm DEFAULT. Not doing EAP.
- ++[eap] returns noop
- ++[files] returns noop
- [sql] expand: %{Stripped-User-Name} ->
- [sql] ... expanding second conditional
- [sql] expand: %{User-Name} -> [email protected]
- [sql] expand: %{%{User-Name}:-DEFAULT} -> [email protected]
- [sql] expand: %{%{Stripped-User-Name}:-%{%{User-Name}:-DEFAULT}} -> [email protected]
- [sql] sql_set_user escaped user --> '[email protected]'
- rlm_sql (sql): Reserving sql socket id: 2
- [sql] expand: SELECT id, username, attribute, value, op FROM radcheck WHERE username = '%{SQL-User-Name}' ORDER BY id -> SELECT id, username, attribute, value, op FROM radcheck WHERE username = '[email protected]' ORDER BY id
- [sql] expand: SELECT groupname FROM radusergroup WHERE username = '%{SQL-User-Name}' ORDER BY priority -> SELECT groupname FROM radusergroup WHERE username = '[email protected]' ORDER BY priority
- rlm_sql (sql): Released sql socket id: 2
- [sql] User [email protected] not found
- ++[sql] returns notfound
- ++[expiration] returns noop
- ++[logintime] returns noop
- # Executing section pre-proxy from file /etc/freeradius/sites-enabled/default
- +- entering group pre-proxy {...}
- [pre_proxy_log] expand: /var/log/freeradius/radacct/%{Client-IP-Address}/pre-proxy-detail-%Y%m%d -> /var/log/freeradius/radacct/172.16.18.82/pre-proxy-detail-20121010
- [pre_proxy_log] /var/log/freeradius/radacct/%{Client-IP-Address}/pre-proxy-detail-%Y%m%d expands to /var/log/freeradius/radacct/172.16.18.82/pre-proxy-detail-20121010
- [pre_proxy_log] expand: %t -> Wed Oct 10 14:33:38 2012
- ++[pre_proxy_log] returns ok
- Sending Access-Request of id 143 to 172.16.3.225 port 1812
- User-Name = "[email protected]"
- NAS-IP-Address = 172.16.18.82
- NAS-Port = 1
- Called-Station-Id = "4C-E6-76-CC-54-C7:OpenURC"
- Calling-Station-Id = "00-24-2C-2A-F9-89"
- Framed-MTU = 1400
- NAS-Port-Type = Wireless-802.11
- Connect-Info = "CONNECT 54Mbps 802.11g"
- EAP-Message = 0x02050016016d61726b7573406b6c2d64666b692e6465
- Message-Authenticator = 0x00000000000000000000000000000000
- Proxy-State = 0x3336
- Proxying request 1 to home server 172.16.3.225 port 1812
- Sending Access-Request of id 143 to 172.16.3.225 port 1812
- User-Name = "[email protected]"
- NAS-IP-Address = 172.16.18.82
- NAS-Port = 1
- Called-Station-Id = "4C-E6-76-CC-54-C7:OpenURC"
- Calling-Station-Id = "00-24-2C-2A-F9-89"
- Framed-MTU = 1400
- NAS-Port-Type = Wireless-802.11
- Connect-Info = "CONNECT 54Mbps 802.11g"
- EAP-Message = 0x02050016016d61726b7573406b6c2d64666b692e6465
- Message-Authenticator = 0x00000000000000000000000000000000
- Proxy-State = 0x3336
- Going to the next request
- Waking up in 0.9 seconds.
- rad_recv: Access-Challenge packet from host 172.16.3.225 port 1812, id=143, length=68
- EAP-Message = 0x010600061920
- Message-Authenticator = 0x7ef3c80f77566a627cff6792a68a2772
- State = 0xbd14c6c2bd12dfa7a4efca0ea3eef625
- Proxy-State = 0x3336
- # Executing section post-proxy from file /etc/freeradius/sites-enabled/default
- +- entering group post-proxy {...}
- [post_proxy_log] expand: /var/log/freeradius/radacct/%{Client-IP-Address}/post-proxy-detail-%Y%m%d -> /var/log/freeradius/radacct/172.16.18.82/post-proxy-detail-20121010
- [post_proxy_log] /var/log/freeradius/radacct/%{Client-IP-Address}/post-proxy-detail-%Y%m%d expands to /var/log/freeradius/radacct/172.16.18.82/post-proxy-detail-20121010
- [post_proxy_log] expand: %t -> Wed Oct 10 14:33:38 2012
- ++[post_proxy_log] returns ok
- [eap] No pre-existing handler found
- ++[eap] returns noop
- Sending Access-Challenge of id 36 to 172.16.18.82 port 36327
- EAP-Message = 0x010600061920
- Message-Authenticator = 0x00000000000000000000000000000000
- State = 0xbd14c6c2bd12dfa7a4efca0ea3eef625
- Finished request 1.
- Going to the next request
- Waking up in 4.9 seconds.
- rad_recv: Access-Request packet from host 172.16.18.82 port 36327, id=37, length=258
- User-Name = "[email protected]"
- NAS-IP-Address = 172.16.18.82
- NAS-Port = 1
- Called-Station-Id = "4C-E6-76-CC-54-C7:OpenURC"
- Calling-Station-Id = "00-24-2C-2A-F9-89"
- Framed-MTU = 1400
- NAS-Port-Type = Wireless-802.11
- Connect-Info = "CONNECT 54Mbps 802.11g"
- EAP-Message = 0x0206005719800000004d160301004801000044030150756b236af31d1cff7a4452e8365d1ec47009d9c46593b13f83e9f13140e8d900001600040005000a0009006400620003000600130012006301000005ff01000100
- State = 0xbd14c6c2bd12dfa7a4efca0ea3eef625
- Message-Authenticator = 0x1e103a2c6a3ec39e63dd13ecec9658e1
- # Executing section authorize from file /etc/freeradius/sites-enabled/default
- +- entering group authorize {...}
- ++[preprocess] returns ok
- [auth_log] expand: /var/log/freeradius/radacct/%{Client-IP-Address}/auth-detail-%Y%m%d -> /var/log/freeradius/radacct/172.16.18.82/auth-detail-20121010
- [auth_log] /var/log/freeradius/radacct/%{Client-IP-Address}/auth-detail-%Y%m%d expands to /var/log/freeradius/radacct/172.16.18.82/auth-detail-20121010
- [auth_log] expand: %t -> Wed Oct 10 14:33:38 2012
- ++[auth_log] returns ok
- ++[mschap] returns noop
- ++[digest] returns noop
- [suffix] Looking up realm "kl-dfki.de" for User-Name = "[email protected]"
- [suffix] Found realm "DEFAULT"
- [suffix] Adding Realm = "DEFAULT"
- [suffix] Proxying request from user markus to realm DEFAULT
- [suffix] Preparing to proxy authentication request to realm "DEFAULT"
- ++[suffix] returns updated
- [eap] Request is supposed to be proxied to Realm DEFAULT. Not doing EAP.
- ++[eap] returns noop
- ++[files] returns noop
- [sql] expand: %{Stripped-User-Name} ->
- [sql] ... expanding second conditional
- [sql] expand: %{User-Name} -> [email protected]
- [sql] expand: %{%{User-Name}:-DEFAULT} -> [email protected]
- [sql] expand: %{%{Stripped-User-Name}:-%{%{User-Name}:-DEFAULT}} -> [email protected]
- [sql] sql_set_user escaped user --> '[email protected]'
- rlm_sql (sql): Reserving sql socket id: 1
- [sql] expand: SELECT id, username, attribute, value, op FROM radcheck WHERE username = '%{SQL-User-Name}' ORDER BY id -> SELECT id, username, attribute, value, op FROM radcheck WHERE username = '[email protected]' ORDER BY id
- [sql] expand: SELECT groupname FROM radusergroup WHERE username = '%{SQL-User-Name}' ORDER BY priority -> SELECT groupname FROM radusergroup WHERE username = '[email protected]' ORDER BY priority
- rlm_sql (sql): Released sql socket id: 1
- [sql] User [email protected] not found
- ++[sql] returns notfound
- ++[expiration] returns noop
- ++[logintime] returns noop
- # Executing section pre-proxy from file /etc/freeradius/sites-enabled/default
- +- entering group pre-proxy {...}
- [pre_proxy_log] expand: /var/log/freeradius/radacct/%{Client-IP-Address}/pre-proxy-detail-%Y%m%d -> /var/log/freeradius/radacct/172.16.18.82/pre-proxy-detail-20121010
- [pre_proxy_log] /var/log/freeradius/radacct/%{Client-IP-Address}/pre-proxy-detail-%Y%m%d expands to /var/log/freeradius/radacct/172.16.18.82/pre-proxy-detail-20121010
- [pre_proxy_log] expand: %t -> Wed Oct 10 14:33:38 2012
- ++[pre_proxy_log] returns ok
- Sending Access-Request of id 253 to 172.16.3.225 port 1812
- User-Name = "[email protected]"
- NAS-IP-Address = 172.16.18.82
- NAS-Port = 1
- Called-Station-Id = "4C-E6-76-CC-54-C7:OpenURC"
- Calling-Station-Id = "00-24-2C-2A-F9-89"
- Framed-MTU = 1400
- NAS-Port-Type = Wireless-802.11
- Connect-Info = "CONNECT 54Mbps 802.11g"
- EAP-Message = 0x0206005719800000004d160301004801000044030150756b236af31d1cff7a4452e8365d1ec47009d9c46593b13f83e9f13140e8d900001600040005000a0009006400620003000600130012006301000005ff01000100
- State = 0xbd14c6c2bd12dfa7a4efca0ea3eef625
- Message-Authenticator = 0x00000000000000000000000000000000
- Proxy-State = 0x3337
- Proxying request 2 to home server 172.16.3.225 port 1812
- Sending Access-Request of id 253 to 172.16.3.225 port 1812
- User-Name = "[email protected]"
- NAS-IP-Address = 172.16.18.82
- NAS-Port = 1
- Called-Station-Id = "4C-E6-76-CC-54-C7:OpenURC"
- Calling-Station-Id = "00-24-2C-2A-F9-89"
- Framed-MTU = 1400
- NAS-Port-Type = Wireless-802.11
- Connect-Info = "CONNECT 54Mbps 802.11g"
- EAP-Message = 0x0206005719800000004d160301004801000044030150756b236af31d1cff7a4452e8365d1ec47009d9c46593b13f83e9f13140e8d900001600040005000a0009006400620003000600130012006301000005ff01000100
- State = 0xbd14c6c2bd12dfa7a4efca0ea3eef625
- Message-Authenticator = 0x00000000000000000000000000000000
- Proxy-State = 0x3337
- Going to the next request
- Waking up in 0.9 seconds.
- rad_recv: Access-Challenge packet from host 172.16.3.225 port 1812, id=253, length=1094
- EAP-Message = 0x0107040019c0000007f616030100310200002d030150756b224cd3f5bede02b0f9d8357089615302dee136ac1fa3efc4f85bff91df00000a000005ff0100010016030107b20b0007ae0007ab0003653082036130820249a003020102020101300d06092a864886f70d01010405003071310b3009060355040613024445310f300d060355040813065261646975733111300f06035504071308536161726c616e64310d300b060355040a130444464b49311d301b06092a864886f70d010901160e61646d696e4064666b692e636f6d3110300e060355040313074f70656e555243301e170d3132313030313136303135385a170d313331303031313630
- EAP-Message = 0x3135385a305e310b3009060355040613024445310f300d06035504081306526164697573310d300b060355040a130444464b493110300e060355040313074f70656e555243311d301b06092a864886f70d010901160e61646d696e4064666b692e636f6d30820122300d06092a864886f70d01010105000382010f003082010a0282010100bcd6c17681a176bbbe2db5065e8114a27d42330a9aa7648df4c042697ba254341f7d1ac1eaeb8f7519fd0d23365356b3721e30541db6228d8addcfe7683d23156e7b892a1429ef89cfed4d42d8a5be337c3918712115d43dacc8dbabc9dfadd389ce621aa744fd2738387dbf106c7d3742beb45b73dc5799
- EAP-Message = 0x89e39d883f8a9ea82709e2f2c21405f777b178ad759ebf1a7db1fd8e79e9c44699840765a4e9ff2110bc5f40aebeb02a0526f40fa50460311a6466cb5fec569f2be0143a12ab7c5ec9ab7ce36f41ad02e4b58899a36fac57e3953618a2d5af97d463ef353562ceac83e3260069c92a47736a122a87958dc055d18a79812b2465dfa580ddfabc0e0d0203010001a317301530130603551d25040c300a06082b06010505070301300d06092a864886f70d01010405000382010100705316e84a45d684ce9a240af0f38dc3d51c3ef0767812b2cb5108630a2f4a3705a22c365edc04948fd3aad63d8d05ec3baf32fbc8b97f0629c5cca3f0f3a966b5de35
- EAP-Message = 0x2c4f0da3db0cfff2dfa81f2dd2b651fc2b14d91ffc9e24581976f3736ec56a0938ccca0cbbd292c20389c16d6d3688af50bb77175361da7ba9e911c78b9c49e69ba88befa0eeca697cdf778753817fb1d61fd475772ff44c867709f21a78e11e7259164a45a751ac1c6f26e745701d5800ca20627b825810b7177af63504bfb49ee8b05bf310052153aaafd24b241886b9bf79edeb26c7cf3d893a023b5409945daef31821ec71dd3f04974e36ee99e4db63e66bddcf182f558cd473980004403082043c30820324a003020102020900c80d86abf0d12be2300d06092a864886f70d01010505003071310b3009060355040613024445310f300d060355
- EAP-Message = 0x040813065261646975733111
- Message-Authenticator = 0xaa0b77775362b9f2a373dc36f733b98d
- State = 0xbd14c6c2bc13dfa7a4efca0ea3eef625
- Proxy-State = 0x3337
- # Executing section post-proxy from file /etc/freeradius/sites-enabled/default
- +- entering group post-proxy {...}
- [post_proxy_log] expand: /var/log/freeradius/radacct/%{Client-IP-Address}/post-proxy-detail-%Y%m%d -> /var/log/freeradius/radacct/172.16.18.82/post-proxy-detail-20121010
- [post_proxy_log] /var/log/freeradius/radacct/%{Client-IP-Address}/post-proxy-detail-%Y%m%d expands to /var/log/freeradius/radacct/172.16.18.82/post-proxy-detail-20121010
- [post_proxy_log] expand: %t -> Wed Oct 10 14:33:38 2012
- ++[post_proxy_log] returns ok
- [eap] No pre-existing handler found
- ++[eap] returns noop
- Sending Access-Challenge of id 37 to 172.16.18.82 port 36327
- EAP-Message = 0x0107040019c0000007f616030100310200002d030150756b224cd3f5bede02b0f9d8357089615302dee136ac1fa3efc4f85bff91df00000a000005ff0100010016030107b20b0007ae0007ab0003653082036130820249a003020102020101300d06092a864886f70d01010405003071310b3009060355040613024445310f300d060355040813065261646975733111300f06035504071308536161726c616e64310d300b060355040a130444464b49311d301b06092a864886f70d010901160e61646d696e4064666b692e636f6d3110300e060355040313074f70656e555243301e170d3132313030313136303135385a170d313331303031313630
- EAP-Message = 0x3135385a305e310b3009060355040613024445310f300d06035504081306526164697573310d300b060355040a130444464b493110300e060355040313074f70656e555243311d301b06092a864886f70d010901160e61646d696e4064666b692e636f6d30820122300d06092a864886f70d01010105000382010f003082010a0282010100bcd6c17681a176bbbe2db5065e8114a27d42330a9aa7648df4c042697ba254341f7d1ac1eaeb8f7519fd0d23365356b3721e30541db6228d8addcfe7683d23156e7b892a1429ef89cfed4d42d8a5be337c3918712115d43dacc8dbabc9dfadd389ce621aa744fd2738387dbf106c7d3742beb45b73dc5799
- EAP-Message = 0x89e39d883f8a9ea82709e2f2c21405f777b178ad759ebf1a7db1fd8e79e9c44699840765a4e9ff2110bc5f40aebeb02a0526f40fa50460311a6466cb5fec569f2be0143a12ab7c5ec9ab7ce36f41ad02e4b58899a36fac57e3953618a2d5af97d463ef353562ceac83e3260069c92a47736a122a87958dc055d18a79812b2465dfa580ddfabc0e0d0203010001a317301530130603551d25040c300a06082b06010505070301300d06092a864886f70d01010405000382010100705316e84a45d684ce9a240af0f38dc3d51c3ef0767812b2cb5108630a2f4a3705a22c365edc04948fd3aad63d8d05ec3baf32fbc8b97f0629c5cca3f0f3a966b5de35
- EAP-Message = 0x2c4f0da3db0cfff2dfa81f2dd2b651fc2b14d91ffc9e24581976f3736ec56a0938ccca0cbbd292c20389c16d6d3688af50bb77175361da7ba9e911c78b9c49e69ba88befa0eeca697cdf778753817fb1d61fd475772ff44c867709f21a78e11e7259164a45a751ac1c6f26e745701d5800ca20627b825810b7177af63504bfb49ee8b05bf310052153aaafd24b241886b9bf79edeb26c7cf3d893a023b5409945daef31821ec71dd3f04974e36ee99e4db63e66bddcf182f558cd473980004403082043c30820324a003020102020900c80d86abf0d12be2300d06092a864886f70d01010505003071310b3009060355040613024445310f300d060355
- EAP-Message = 0x040813065261646975733111
- Message-Authenticator = 0x00000000000000000000000000000000
- State = 0xbd14c6c2bc13dfa7a4efca0ea3eef625
- Finished request 2.
- Going to the next request
- Waking up in 4.9 seconds.
- rad_recv: Access-Request packet from host 172.16.18.82 port 36327, id=38, length=177
- User-Name = "[email protected]"
- NAS-IP-Address = 172.16.18.82
- NAS-Port = 1
- Called-Station-Id = "4C-E6-76-CC-54-C7:OpenURC"
- Calling-Station-Id = "00-24-2C-2A-F9-89"
- Framed-MTU = 1400
- NAS-Port-Type = Wireless-802.11
- Connect-Info = "CONNECT 54Mbps 802.11g"
- EAP-Message = 0x020700061900
- State = 0xbd14c6c2bc13dfa7a4efca0ea3eef625
- Message-Authenticator = 0xdb693ad2d329da31ff35d5204f7c95ea
- # Executing section authorize from file /etc/freeradius/sites-enabled/default
- +- entering group authorize {...}
- ++[preprocess] returns ok
- [auth_log] expand: /var/log/freeradius/radacct/%{Client-IP-Address}/auth-detail-%Y%m%d -> /var/log/freeradius/radacct/172.16.18.82/auth-detail-20121010
- [auth_log] /var/log/freeradius/radacct/%{Client-IP-Address}/auth-detail-%Y%m%d expands to /var/log/freeradius/radacct/172.16.18.82/auth-detail-20121010
- [auth_log] expand: %t -> Wed Oct 10 14:33:38 2012
- ++[auth_log] returns ok
- ++[mschap] returns noop
- ++[digest] returns noop
- [suffix] Looking up realm "kl-dfki.de" for User-Name = "[email protected]"
- [suffix] Found realm "DEFAULT"
- [suffix] Adding Realm = "DEFAULT"
- [suffix] Proxying request from user markus to realm DEFAULT
- [suffix] Preparing to proxy authentication request to realm "DEFAULT"
- ++[suffix] returns updated
- [eap] Request is supposed to be proxied to Realm DEFAULT. Not doing EAP.
- ++[eap] returns noop
- ++[files] returns noop
- [sql] expand: %{Stripped-User-Name} ->
- [sql] ... expanding second conditional
- [sql] expand: %{User-Name} -> [email protected]
- [sql] expand: %{%{User-Name}:-DEFAULT} -> [email protected]
- [sql] expand: %{%{Stripped-User-Name}:-%{%{User-Name}:-DEFAULT}} -> [email protected]
- [sql] sql_set_user escaped user --> '[email protected]'
- rlm_sql (sql): Reserving sql socket id: 0
- [sql] expand: SELECT id, username, attribute, value, op FROM radcheck WHERE username = '%{SQL-User-Name}' ORDER BY id -> SELECT id, username, attribute, value, op FROM radcheck WHERE username = '[email protected]' ORDER BY id
- [sql] expand: SELECT groupname FROM radusergroup WHERE username = '%{SQL-User-Name}' ORDER BY priority -> SELECT groupname FROM radusergroup WHERE username = '[email protected]' ORDER BY priority
- rlm_sql (sql): Released sql socket id: 0
- [sql] User [email protected] not found
- ++[sql] returns notfound
- ++[expiration] returns noop
- ++[logintime] returns noop
- # Executing section pre-proxy from file /etc/freeradius/sites-enabled/default
- +- entering group pre-proxy {...}
- [pre_proxy_log] expand: /var/log/freeradius/radacct/%{Client-IP-Address}/pre-proxy-detail-%Y%m%d -> /var/log/freeradius/radacct/172.16.18.82/pre-proxy-detail-20121010
- [pre_proxy_log] /var/log/freeradius/radacct/%{Client-IP-Address}/pre-proxy-detail-%Y%m%d expands to /var/log/freeradius/radacct/172.16.18.82/pre-proxy-detail-20121010
- [pre_proxy_log] expand: %t -> Wed Oct 10 14:33:38 2012
- ++[pre_proxy_log] returns ok
- Sending Access-Request of id 156 to 172.16.3.225 port 1812
- User-Name = "[email protected]"
- NAS-IP-Address = 172.16.18.82
- NAS-Port = 1
- Called-Station-Id = "4C-E6-76-CC-54-C7:OpenURC"
- Calling-Station-Id = "00-24-2C-2A-F9-89"
- Framed-MTU = 1400
- NAS-Port-Type = Wireless-802.11
- Connect-Info = "CONNECT 54Mbps 802.11g"
- EAP-Message = 0x020700061900
- State = 0xbd14c6c2bc13dfa7a4efca0ea3eef625
- Message-Authenticator = 0x00000000000000000000000000000000
- Proxy-State = 0x3338
- Proxying request 3 to home server 172.16.3.225 port 1812
- Sending Access-Request of id 156 to 172.16.3.225 port 1812
- User-Name = "[email protected]"
- NAS-IP-Address = 172.16.18.82
- NAS-Port = 1
- Called-Station-Id = "4C-E6-76-CC-54-C7:OpenURC"
- Calling-Station-Id = "00-24-2C-2A-F9-89"
- Framed-MTU = 1400
- NAS-Port-Type = Wireless-802.11
- Connect-Info = "CONNECT 54Mbps 802.11g"
- EAP-Message = 0x020700061900
- State = 0xbd14c6c2bc13dfa7a4efca0ea3eef625
- Message-Authenticator = 0x00000000000000000000000000000000
- Proxy-State = 0x3338
- Going to the next request
- Waking up in 0.9 seconds.
- rad_recv: Access-Challenge packet from host 172.16.3.225 port 1812, id=156, length=1090
- EAP-Message = 0x010803fc1940300f06035504071308536161726c616e64310d300b060355040a130444464b49311d301b06092a864886f70d010901160e61646d696e4064666b692e636f6d3110300e060355040313074f70656e555243301e170d3132313030313136303135385a170d3133313030313136303135385a3071310b3009060355040613024445310f300d060355040813065261646975733111300f06035504071308536161726c616e64310d300b060355040a130444464b49311d301b06092a864886f70d010901160e61646d696e4064666b692e636f6d3110300e060355040313074f70656e55524330820122300d06092a864886f70d0101010500
- EAP-Message = 0x0382010f003082010a0282010100d2c5c75600372e4aeef7ba1e1ddb69d6b457aacae441c07f6cae9a398506492ab16c46eb1965813c9e81da8db928539aab5299090f0986fd893cffe5cbdc55333e6812c2087e1f832062255400069d78a56c208fa37d1b374efe0b21797f8d8a8da5b86f80ec98dd6dc703c7dce6b2f5c6242d19d9ecd2f2c3f3c71fca3cff827d8dab44e8b53c993350f5f8ac76c5c79f3537c757e4a63fcc967c6adb56602e1c698717f7798d667ce7daa4d8a012d6c873079081786acc0ffc992020b07414253f24c5f774410c8f9075b13487840e44a03e0d42c2a1e38ad4315d62c8b0b7062d3fe2b4e4cdc6322f306b3d1509
- EAP-Message = 0x5c524471d0f67173d6e4094a2e939e03df0203010001a381d63081d3301d0603551d0e041604144a392713a2a5d078a97bd76691bd8c54ad56cfce3081a30603551d2304819b30819880144a392713a2a5d078a97bd76691bd8c54ad56cfcea175a4733071310b3009060355040613024445310f300d060355040813065261646975733111300f06035504071308536161726c616e64310d300b060355040a130444464b49311d301b06092a864886f70d010901160e61646d696e4064666b692e636f6d3110300e060355040313074f70656e555243820900c80d86abf0d12be2300c0603551d13040530030101ff300d06092a864886f70d01010505
- EAP-Message = 0x000382010100648ffc18ffaf9da4e13fcfe30a9e918b005a9c9ba28ba66df04fd4ee2c2deb02aab7e5f7c5072800e4c2209ed11d6fcdbf702f0edf6ea10dacba484f63ea1964fdcb0160e22598ac3904feba329f58ae04522d9a1b2024893207aab51c0687afc3dd9952fc75a11de5655c0f6bc8bf1f167eb9a14671bcf8dd536e367189f836f2fab3266a3ae5e770c117e1b6c291e33851f70bd373bcacae3c117659820f7d00d64200b1eb17df522a13b03f42fef987fad98c1ff4a0db6cee6e4ccf9f9b893af776c2510d9d0dcf15720d3623cebe24272507f2791e0aea53299b9e4b76990d4a5f1f1dbfd4eed18939ef72d4aeba072fcfa6f15c43
- EAP-Message = 0x3987a767df292136
- Message-Authenticator = 0xffa93a47cd20e4ebde69449f6b9b962e
- State = 0xbd14c6c2bf1cdfa7a4efca0ea3eef625
- Proxy-State = 0x3338
- # Executing section post-proxy from file /etc/freeradius/sites-enabled/default
- +- entering group post-proxy {...}
- [post_proxy_log] expand: /var/log/freeradius/radacct/%{Client-IP-Address}/post-proxy-detail-%Y%m%d -> /var/log/freeradius/radacct/172.16.18.82/post-proxy-detail-20121010
- [post_proxy_log] /var/log/freeradius/radacct/%{Client-IP-Address}/post-proxy-detail-%Y%m%d expands to /var/log/freeradius/radacct/172.16.18.82/post-proxy-detail-20121010
- [post_proxy_log] expand: %t -> Wed Oct 10 14:33:38 2012
- ++[post_proxy_log] returns ok
- [eap] No pre-existing handler found
- ++[eap] returns noop
- Sending Access-Challenge of id 38 to 172.16.18.82 port 36327
- EAP-Message = 0x010803fc1940300f06035504071308536161726c616e64310d300b060355040a130444464b49311d301b06092a864886f70d010901160e61646d696e4064666b692e636f6d3110300e060355040313074f70656e555243301e170d3132313030313136303135385a170d3133313030313136303135385a3071310b3009060355040613024445310f300d060355040813065261646975733111300f06035504071308536161726c616e64310d300b060355040a130444464b49311d301b06092a864886f70d010901160e61646d696e4064666b692e636f6d3110300e060355040313074f70656e55524330820122300d06092a864886f70d0101010500
- EAP-Message = 0x0382010f003082010a0282010100d2c5c75600372e4aeef7ba1e1ddb69d6b457aacae441c07f6cae9a398506492ab16c46eb1965813c9e81da8db928539aab5299090f0986fd893cffe5cbdc55333e6812c2087e1f832062255400069d78a56c208fa37d1b374efe0b21797f8d8a8da5b86f80ec98dd6dc703c7dce6b2f5c6242d19d9ecd2f2c3f3c71fca3cff827d8dab44e8b53c993350f5f8ac76c5c79f3537c757e4a63fcc967c6adb56602e1c698717f7798d667ce7daa4d8a012d6c873079081786acc0ffc992020b07414253f24c5f774410c8f9075b13487840e44a03e0d42c2a1e38ad4315d62c8b0b7062d3fe2b4e4cdc6322f306b3d1509
- EAP-Message = 0x5c524471d0f67173d6e4094a2e939e03df0203010001a381d63081d3301d0603551d0e041604144a392713a2a5d078a97bd76691bd8c54ad56cfce3081a30603551d2304819b30819880144a392713a2a5d078a97bd76691bd8c54ad56cfcea175a4733071310b3009060355040613024445310f300d060355040813065261646975733111300f06035504071308536161726c616e64310d300b060355040a130444464b49311d301b06092a864886f70d010901160e61646d696e4064666b692e636f6d3110300e060355040313074f70656e555243820900c80d86abf0d12be2300c0603551d13040530030101ff300d06092a864886f70d01010505
- EAP-Message = 0x000382010100648ffc18ffaf9da4e13fcfe30a9e918b005a9c9ba28ba66df04fd4ee2c2deb02aab7e5f7c5072800e4c2209ed11d6fcdbf702f0edf6ea10dacba484f63ea1964fdcb0160e22598ac3904feba329f58ae04522d9a1b2024893207aab51c0687afc3dd9952fc75a11de5655c0f6bc8bf1f167eb9a14671bcf8dd536e367189f836f2fab3266a3ae5e770c117e1b6c291e33851f70bd373bcacae3c117659820f7d00d64200b1eb17df522a13b03f42fef987fad98c1ff4a0db6cee6e4ccf9f9b893af776c2510d9d0dcf15720d3623cebe24272507f2791e0aea53299b9e4b76990d4a5f1f1dbfd4eed18939ef72d4aeba072fcfa6f15c43
- EAP-Message = 0x3987a767df292136
- Message-Authenticator = 0x00000000000000000000000000000000
- State = 0xbd14c6c2bf1cdfa7a4efca0ea3eef625
- Finished request 3.
- Going to the next request
- Waking up in 4.9 seconds.
- rad_recv: Access-Request packet from host 172.16.18.82 port 36327, id=39, length=177
- User-Name = "[email protected]"
- NAS-IP-Address = 172.16.18.82
- NAS-Port = 1
- Called-Station-Id = "4C-E6-76-CC-54-C7:OpenURC"
- Calling-Station-Id = "00-24-2C-2A-F9-89"
- Framed-MTU = 1400
- NAS-Port-Type = Wireless-802.11
- Connect-Info = "CONNECT 54Mbps 802.11g"
- EAP-Message = 0x020800061900
- State = 0xbd14c6c2bf1cdfa7a4efca0ea3eef625
- Message-Authenticator = 0x99003a5aae788349e59c007e2d0a7119
- # Executing section authorize from file /etc/freeradius/sites-enabled/default
- +- entering group authorize {...}
- ++[preprocess] returns ok
- [auth_log] expand: /var/log/freeradius/radacct/%{Client-IP-Address}/auth-detail-%Y%m%d -> /var/log/freeradius/radacct/172.16.18.82/auth-detail-20121010
- [auth_log] /var/log/freeradius/radacct/%{Client-IP-Address}/auth-detail-%Y%m%d expands to /var/log/freeradius/radacct/172.16.18.82/auth-detail-20121010
- [auth_log] expand: %t -> Wed Oct 10 14:33:38 2012
- ++[auth_log] returns ok
- ++[mschap] returns noop
- ++[digest] returns noop
- [suffix] Looking up realm "kl-dfki.de" for User-Name = "[email protected]"
- [suffix] Found realm "DEFAULT"
- [suffix] Adding Realm = "DEFAULT"
- [suffix] Proxying request from user markus to realm DEFAULT
- [suffix] Preparing to proxy authentication request to realm "DEFAULT"
- ++[suffix] returns updated
- [eap] Request is supposed to be proxied to Realm DEFAULT. Not doing EAP.
- ++[eap] returns noop
- ++[files] returns noop
- [sql] expand: %{Stripped-User-Name} ->
- [sql] ... expanding second conditional
- [sql] expand: %{User-Name} -> [email protected]
- [sql] expand: %{%{User-Name}:-DEFAULT} -> [email protected]
- [sql] expand: %{%{Stripped-User-Name}:-%{%{User-Name}:-DEFAULT}} -> [email protected]
- [sql] sql_set_user escaped user --> '[email protected]'
- rlm_sql (sql): Reserving sql socket id: 4
- [sql] expand: SELECT id, username, attribute, value, op FROM radcheck WHERE username = '%{SQL-User-Name}' ORDER BY id -> SELECT id, username, attribute, value, op FROM radcheck WHERE username = '[email protected]' ORDER BY id
- [sql] expand: SELECT groupname FROM radusergroup WHERE username = '%{SQL-User-Name}' ORDER BY priority -> SELECT groupname FROM radusergroup WHERE username = '[email protected]' ORDER BY priority
- rlm_sql (sql): Released sql socket id: 4
- [sql] User [email protected] not found
- ++[sql] returns notfound
- ++[expiration] returns noop
- ++[logintime] returns noop
- # Executing section pre-proxy from file /etc/freeradius/sites-enabled/default
- +- entering group pre-proxy {...}
- [pre_proxy_log] expand: /var/log/freeradius/radacct/%{Client-IP-Address}/pre-proxy-detail-%Y%m%d -> /var/log/freeradius/radacct/172.16.18.82/pre-proxy-detail-20121010
- [pre_proxy_log] /var/log/freeradius/radacct/%{Client-IP-Address}/pre-proxy-detail-%Y%m%d expands to /var/log/freeradius/radacct/172.16.18.82/pre-proxy-detail-20121010
- [pre_proxy_log] expand: %t -> Wed Oct 10 14:33:38 2012
- ++[pre_proxy_log] returns ok
- Sending Access-Request of id 81 to 172.16.3.225 port 1812
- User-Name = "[email protected]"
- NAS-IP-Address = 172.16.18.82
- NAS-Port = 1
- Called-Station-Id = "4C-E6-76-CC-54-C7:OpenURC"
- Calling-Station-Id = "00-24-2C-2A-F9-89"
- Framed-MTU = 1400
- NAS-Port-Type = Wireless-802.11
- Connect-Info = "CONNECT 54Mbps 802.11g"
- EAP-Message = 0x020800061900
- State = 0xbd14c6c2bf1cdfa7a4efca0ea3eef625
- Message-Authenticator = 0x00000000000000000000000000000000
- Proxy-State = 0x3339
- Proxying request 4 to home server 172.16.3.225 port 1812
- Sending Access-Request of id 81 to 172.16.3.225 port 1812
- User-Name = "[email protected]"
- NAS-IP-Address = 172.16.18.82
- NAS-Port = 1
- Called-Station-Id = "4C-E6-76-CC-54-C7:OpenURC"
- Calling-Station-Id = "00-24-2C-2A-F9-89"
- Framed-MTU = 1400
- NAS-Port-Type = Wireless-802.11
- Connect-Info = "CONNECT 54Mbps 802.11g"
- EAP-Message = 0x020800061900
- State = 0xbd14c6c2bf1cdfa7a4efca0ea3eef625
- Message-Authenticator = 0x00000000000000000000000000000000
- Proxy-State = 0x3339
- Going to the next request
- Waking up in 0.9 seconds.
- rad_recv: Access-Challenge packet from host 172.16.3.225 port 1812, id=81, length=78
- EAP-Message = 0x010900101900e316030100040e000000
- Message-Authenticator = 0xeb9f0a757dd79711536af6e19ab1b79a
- State = 0xbd14c6c2be1ddfa7a4efca0ea3eef625
- Proxy-State = 0x3339
- # Executing section post-proxy from file /etc/freeradius/sites-enabled/default
- +- entering group post-proxy {...}
- [post_proxy_log] expand: /var/log/freeradius/radacct/%{Client-IP-Address}/post-proxy-detail-%Y%m%d -> /var/log/freeradius/radacct/172.16.18.82/post-proxy-detail-20121010
- [post_proxy_log] /var/log/freeradius/radacct/%{Client-IP-Address}/post-proxy-detail-%Y%m%d expands to /var/log/freeradius/radacct/172.16.18.82/post-proxy-detail-20121010
- [post_proxy_log] expand: %t -> Wed Oct 10 14:33:38 2012
- ++[post_proxy_log] returns ok
- [eap] No pre-existing handler found
- ++[eap] returns noop
- Sending Access-Challenge of id 39 to 172.16.18.82 port 36327
- EAP-Message = 0x010900101900e316030100040e000000
- Message-Authenticator = 0x00000000000000000000000000000000
- State = 0xbd14c6c2be1ddfa7a4efca0ea3eef625
- Finished request 4.
- Going to the next request
- Waking up in 4.9 seconds.
- rad_recv: Access-Request packet from host 172.16.18.82 port 36327, id=40, length=501
- User-Name = "[email protected]"
- NAS-IP-Address = 172.16.18.82
- NAS-Port = 1
- Called-Station-Id = "4C-E6-76-CC-54-C7:OpenURC"
- Calling-Station-Id = "00-24-2C-2A-F9-89"
- Framed-MTU = 1400
- NAS-Port-Type = Wireless-802.11
- Connect-Info = "CONNECT 54Mbps 802.11g"
- EAP-Message = 0x0209014819800000013e16030101061000010201001df36c097efe7a76d9cf933070f8471a1985208574e5cf44c6931e741b1889ab5a1064448f1a0a0f668957a46847b808c6b746490e6fdc10ce433971719435b82cdf964960a5262cf6157653b0aef36c3ee1a92aa57adabf5f229bc1b688f24ad5a97344e344dbf379f63c8bec9195dc23314a4a1bd8b1f575ff6888fa5fdc3bf22151a56f8693de1381c804850fa51f3f119f424a38c0370e77cba524a9b75c6f2852b2cd53ca6b24bf65f0f8fbb86fb71bb554e91b6ed1558233df49876b5066d55e0169cac06ef3eea07e8f95133f5c056605b5e7d3f8d9b7b19f9844e0778e13708ac2c8192f
- EAP-Message = 0x6b27691a4231de7b2aad4dcfbd5aeec9c8847b72b999702d140301000101160301002868d139093bc34d87e116f596db8d145bfc7365a7f97425b99f7384629efd306332cc31807e92221b
- State = 0xbd14c6c2be1ddfa7a4efca0ea3eef625
- Message-Authenticator = 0x91542f818a4474fad710a63b56efbab3
- # Executing section authorize from file /etc/freeradius/sites-enabled/default
- +- entering group authorize {...}
- ++[preprocess] returns ok
- [auth_log] expand: /var/log/freeradius/radacct/%{Client-IP-Address}/auth-detail-%Y%m%d -> /var/log/freeradius/radacct/172.16.18.82/auth-detail-20121010
- [auth_log] /var/log/freeradius/radacct/%{Client-IP-Address}/auth-detail-%Y%m%d expands to /var/log/freeradius/radacct/172.16.18.82/auth-detail-20121010
- [auth_log] expand: %t -> Wed Oct 10 14:33:38 2012
- ++[auth_log] returns ok
- ++[mschap] returns noop
- ++[digest] returns noop
- [suffix] Looking up realm "kl-dfki.de" for User-Name = "[email protected]"
- [suffix] Found realm "DEFAULT"
- [suffix] Adding Realm = "DEFAULT"
- [suffix] Proxying request from user markus to realm DEFAULT
- [suffix] Preparing to proxy authentication request to realm "DEFAULT"
- ++[suffix] returns updated
- [eap] Request is supposed to be proxied to Realm DEFAULT. Not doing EAP.
- ++[eap] returns noop
- ++[files] returns noop
- [sql] expand: %{Stripped-User-Name} ->
- [sql] ... expanding second conditional
- [sql] expand: %{User-Name} -> [email protected]
- [sql] expand: %{%{User-Name}:-DEFAULT} -> [email protected]
- [sql] expand: %{%{Stripped-User-Name}:-%{%{User-Name}:-DEFAULT}} -> [email protected]
- [sql] sql_set_user escaped user --> '[email protected]'
- rlm_sql (sql): Reserving sql socket id: 3
- [sql] expand: SELECT id, username, attribute, value, op FROM radcheck WHERE username = '%{SQL-User-Name}' ORDER BY id -> SELECT id, username, attribute, value, op FROM radcheck WHERE username = '[email protected]' ORDER BY id
- [sql] expand: SELECT groupname FROM radusergroup WHERE username = '%{SQL-User-Name}' ORDER BY priority -> SELECT groupname FROM radusergroup WHERE username = '[email protected]' ORDER BY priority
- rlm_sql (sql): Released sql socket id: 3
- [sql] User [email protected] not found
- ++[sql] returns notfound
- ++[expiration] returns noop
- ++[logintime] returns noop
- # Executing section pre-proxy from file /etc/freeradius/sites-enabled/default
- +- entering group pre-proxy {...}
- [pre_proxy_log] expand: /var/log/freeradius/radacct/%{Client-IP-Address}/pre-proxy-detail-%Y%m%d -> /var/log/freeradius/radacct/172.16.18.82/pre-proxy-detail-20121010
- [pre_proxy_log] /var/log/freeradius/radacct/%{Client-IP-Address}/pre-proxy-detail-%Y%m%d expands to /var/log/freeradius/radacct/172.16.18.82/pre-proxy-detail-20121010
- [pre_proxy_log] expand: %t -> Wed Oct 10 14:33:38 2012
- ++[pre_proxy_log] returns ok
- Sending Access-Request of id 95 to 172.16.3.225 port 1812
- User-Name = "[email protected]"
- NAS-IP-Address = 172.16.18.82
- NAS-Port = 1
- Called-Station-Id = "4C-E6-76-CC-54-C7:OpenURC"
- Calling-Station-Id = "00-24-2C-2A-F9-89"
- Framed-MTU = 1400
- NAS-Port-Type = Wireless-802.11
- Connect-Info = "CONNECT 54Mbps 802.11g"
- EAP-Message = 0x0209014819800000013e16030101061000010201001df36c097efe7a76d9cf933070f8471a1985208574e5cf44c6931e741b1889ab5a1064448f1a0a0f668957a46847b808c6b746490e6fdc10ce433971719435b82cdf964960a5262cf6157653b0aef36c3ee1a92aa57adabf5f229bc1b688f24ad5a97344e344dbf379f63c8bec9195dc23314a4a1bd8b1f575ff6888fa5fdc3bf22151a56f8693de1381c804850fa51f3f119f424a38c0370e77cba524a9b75c6f2852b2cd53ca6b24bf65f0f8fbb86fb71bb554e91b6ed1558233df49876b5066d55e0169cac06ef3eea07e8f95133f5c056605b5e7d3f8d9b7b19f9844e0778e13708ac2c8192f
- EAP-Message = 0x6b27691a4231de7b2aad4dcfbd5aeec9c8847b72b999702d140301000101160301002868d139093bc34d87e116f596db8d145bfc7365a7f97425b99f7384629efd306332cc31807e92221b
- State = 0xbd14c6c2be1ddfa7a4efca0ea3eef625
- Message-Authenticator = 0x00000000000000000000000000000000
- Proxy-State = 0x3430
- Proxying request 5 to home server 172.16.3.225 port 1812
- Sending Access-Request of id 95 to 172.16.3.225 port 1812
- User-Name = "[email protected]"
- NAS-IP-Address = 172.16.18.82
- NAS-Port = 1
- Called-Station-Id = "4C-E6-76-CC-54-C7:OpenURC"
- Calling-Station-Id = "00-24-2C-2A-F9-89"
- Framed-MTU = 1400
- NAS-Port-Type = Wireless-802.11
- Connect-Info = "CONNECT 54Mbps 802.11g"
- EAP-Message = 0x0209014819800000013e16030101061000010201001df36c097efe7a76d9cf933070f8471a1985208574e5cf44c6931e741b1889ab5a1064448f1a0a0f668957a46847b808c6b746490e6fdc10ce433971719435b82cdf964960a5262cf6157653b0aef36c3ee1a92aa57adabf5f229bc1b688f24ad5a97344e344dbf379f63c8bec9195dc23314a4a1bd8b1f575ff6888fa5fdc3bf22151a56f8693de1381c804850fa51f3f119f424a38c0370e77cba524a9b75c6f2852b2cd53ca6b24bf65f0f8fbb86fb71bb554e91b6ed1558233df49876b5066d55e0169cac06ef3eea07e8f95133f5c056605b5e7d3f8d9b7b19f9844e0778e13708ac2c8192f
- EAP-Message = 0x6b27691a4231de7b2aad4dcfbd5aeec9c8847b72b999702d140301000101160301002868d139093bc34d87e116f596db8d145bfc7365a7f97425b99f7384629efd306332cc31807e92221b
- State = 0xbd14c6c2be1ddfa7a4efca0ea3eef625
- Message-Authenticator = 0x00000000000000000000000000000000
- Proxy-State = 0x3430
- Going to the next request
- Waking up in 0.9 seconds.
- rad_recv: Access-Challenge packet from host 172.16.3.225 port 1812, id=95, length=119
- EAP-Message = 0x010a003919001403010001011603010028efa6af376a7473eea192489827277d5c1c877a929f4c6a05635c1ff7c529bb5c0ffb9bf2d6127060
- Message-Authenticator = 0x614c8f441e104d6d22457a9012e98fe6
- State = 0xbd14c6c2b91edfa7a4efca0ea3eef625
- Proxy-State = 0x3430
- # Executing section post-proxy from file /etc/freeradius/sites-enabled/default
- +- entering group post-proxy {...}
- [post_proxy_log] expand: /var/log/freeradius/radacct/%{Client-IP-Address}/post-proxy-detail-%Y%m%d -> /var/log/freeradius/radacct/172.16.18.82/post-proxy-detail-20121010
- [post_proxy_log] /var/log/freeradius/radacct/%{Client-IP-Address}/post-proxy-detail-%Y%m%d expands to /var/log/freeradius/radacct/172.16.18.82/post-proxy-detail-20121010
- [post_proxy_log] expand: %t -> Wed Oct 10 14:33:38 2012
- ++[post_proxy_log] returns ok
- [eap] No pre-existing handler found
- ++[eap] returns noop
- Sending Access-Challenge of id 40 to 172.16.18.82 port 36327
- EAP-Message = 0x010a003919001403010001011603010028efa6af376a7473eea192489827277d5c1c877a929f4c6a05635c1ff7c529bb5c0ffb9bf2d6127060
- Message-Authenticator = 0x00000000000000000000000000000000
- State = 0xbd14c6c2b91edfa7a4efca0ea3eef625
- Finished request 5.
- Going to the next request
- Waking up in 4.9 seconds.
- rad_recv: Access-Request packet from host 172.16.18.82 port 36327, id=41, length=177
- User-Name = "[email protected]"
- NAS-IP-Address = 172.16.18.82
- NAS-Port = 1
- Called-Station-Id = "4C-E6-76-CC-54-C7:OpenURC"
- Calling-Station-Id = "00-24-2C-2A-F9-89"
- Framed-MTU = 1400
- NAS-Port-Type = Wireless-802.11
- Connect-Info = "CONNECT 54Mbps 802.11g"
- EAP-Message = 0x020a00061900
- State = 0xbd14c6c2b91edfa7a4efca0ea3eef625
- Message-Authenticator = 0xa2c9da67ade370411aad2570f56538d7
- # Executing section authorize from file /etc/freeradius/sites-enabled/default
- +- entering group authorize {...}
- ++[preprocess] returns ok
- [auth_log] expand: /var/log/freeradius/radacct/%{Client-IP-Address}/auth-detail-%Y%m%d -> /var/log/freeradius/radacct/172.16.18.82/auth-detail-20121010
- [auth_log] /var/log/freeradius/radacct/%{Client-IP-Address}/auth-detail-%Y%m%d expands to /var/log/freeradius/radacct/172.16.18.82/auth-detail-20121010
- [auth_log] expand: %t -> Wed Oct 10 14:33:38 2012
- ++[auth_log] returns ok
- ++[mschap] returns noop
- ++[digest] returns noop
- [suffix] Looking up realm "kl-dfki.de" for User-Name = "[email protected]"
- [suffix] Found realm "DEFAULT"
- [suffix] Adding Realm = "DEFAULT"
- [suffix] Proxying request from user markus to realm DEFAULT
- [suffix] Preparing to proxy authentication request to realm "DEFAULT"
- ++[suffix] returns updated
- [eap] Request is supposed to be proxied to Realm DEFAULT. Not doing EAP.
- ++[eap] returns noop
- ++[files] returns noop
- [sql] expand: %{Stripped-User-Name} ->
- [sql] ... expanding second conditional
- [sql] expand: %{User-Name} -> [email protected]
- [sql] expand: %{%{User-Name}:-DEFAULT} -> [email protected]
- [sql] expand: %{%{Stripped-User-Name}:-%{%{User-Name}:-DEFAULT}} -> [email protected]
- [sql] sql_set_user escaped user --> '[email protected]'
- rlm_sql (sql): Reserving sql socket id: 2
- [sql] expand: SELECT id, username, attribute, value, op FROM radcheck WHERE username = '%{SQL-User-Name}' ORDER BY id -> SELECT id, username, attribute, value, op FROM radcheck WHERE username = '[email protected]' ORDER BY id
- [sql] expand: SELECT groupname FROM radusergroup WHERE username = '%{SQL-User-Name}' ORDER BY priority -> SELECT groupname FROM radusergroup WHERE username = '[email protected]' ORDER BY priority
- rlm_sql (sql): Released sql socket id: 2
- [sql] User [email protected] not found
- ++[sql] returns notfound
- ++[expiration] returns noop
- ++[logintime] returns noop
- # Executing section pre-proxy from file /etc/freeradius/sites-enabled/default
- +- entering group pre-proxy {...}
- [pre_proxy_log] expand: /var/log/freeradius/radacct/%{Client-IP-Address}/pre-proxy-detail-%Y%m%d -> /var/log/freeradius/radacct/172.16.18.82/pre-proxy-detail-20121010
- [pre_proxy_log] /var/log/freeradius/radacct/%{Client-IP-Address}/pre-proxy-detail-%Y%m%d expands to /var/log/freeradius/radacct/172.16.18.82/pre-proxy-detail-20121010
- [pre_proxy_log] expand: %t -> Wed Oct 10 14:33:38 2012
- ++[pre_proxy_log] returns ok
- Sending Access-Request of id 145 to 172.16.3.225 port 1812
- User-Name = "[email protected]"
- NAS-IP-Address = 172.16.18.82
- NAS-Port = 1
- Called-Station-Id = "4C-E6-76-CC-54-C7:OpenURC"
- Calling-Station-Id = "00-24-2C-2A-F9-89"
- Framed-MTU = 1400
- NAS-Port-Type = Wireless-802.11
- Connect-Info = "CONNECT 54Mbps 802.11g"
- EAP-Message = 0x020a00061900
- State = 0xbd14c6c2b91edfa7a4efca0ea3eef625
- Message-Authenticator = 0x00000000000000000000000000000000
- Proxy-State = 0x3431
- Proxying request 6 to home server 172.16.3.225 port 1812
- Sending Access-Request of id 145 to 172.16.3.225 port 1812
- User-Name = "[email protected]"
- NAS-IP-Address = 172.16.18.82
- NAS-Port = 1
- Called-Station-Id = "4C-E6-76-CC-54-C7:OpenURC"
- Calling-Station-Id = "00-24-2C-2A-F9-89"
- Framed-MTU = 1400
- NAS-Port-Type = Wireless-802.11
- Connect-Info = "CONNECT 54Mbps 802.11g"
- EAP-Message = 0x020a00061900
- State = 0xbd14c6c2b91edfa7a4efca0ea3eef625
- Message-Authenticator = 0x00000000000000000000000000000000
- Proxy-State = 0x3431
- Going to the next request
- Waking up in 0.9 seconds.
- rad_recv: Access-Challenge packet from host 172.16.3.225 port 1812, id=145, length=105
- EAP-Message = 0x010b002b19001703010020dfb9390fbb1f525218dd469968c68ec210efc73324abc99c584eaa342165433c
- Message-Authenticator = 0x81ccc639f294336def84cac4267cbd49
- State = 0xbd14c6c2b81fdfa7a4efca0ea3eef625
- Proxy-State = 0x3431
- # Executing section post-proxy from file /etc/freeradius/sites-enabled/default
- +- entering group post-proxy {...}
- [post_proxy_log] expand: /var/log/freeradius/radacct/%{Client-IP-Address}/post-proxy-detail-%Y%m%d -> /var/log/freeradius/radacct/172.16.18.82/post-proxy-detail-20121010
- [post_proxy_log] /var/log/freeradius/radacct/%{Client-IP-Address}/post-proxy-detail-%Y%m%d expands to /var/log/freeradius/radacct/172.16.18.82/post-proxy-detail-20121010
- [post_proxy_log] expand: %t -> Wed Oct 10 14:33:38 2012
- ++[post_proxy_log] returns ok
- [eap] No pre-existing handler found
- ++[eap] returns noop
- Sending Access-Challenge of id 41 to 172.16.18.82 port 36327
- EAP-Message = 0x010b002b19001703010020dfb9390fbb1f525218dd469968c68ec210efc73324abc99c584eaa342165433c
- Message-Authenticator = 0x00000000000000000000000000000000
- State = 0xbd14c6c2b81fdfa7a4efca0ea3eef625
- Finished request 6.
- Going to the next request
- Waking up in 4.9 seconds.
- rad_recv: Access-Request packet from host 172.16.18.82 port 36327, id=42, length=222
- User-Name = "[email protected]"
- NAS-IP-Address = 172.16.18.82
- NAS-Port = 1
- Called-Station-Id = "4C-E6-76-CC-54-C7:OpenURC"
- Calling-Station-Id = "00-24-2C-2A-F9-89"
- Framed-MTU = 1400
- NAS-Port-Type = Wireless-802.11
- Connect-Info = "CONNECT 54Mbps 802.11g"
- EAP-Message = 0x020b00331900170301002819c6e29242e49dacbde95dcced1a40d20412b42ce84efdf7e189599de1436bf1538f8263c50e645b
- State = 0xbd14c6c2b81fdfa7a4efca0ea3eef625
- Message-Authenticator = 0x52a48d872faa74f762c09a1cb0b7f957
- # Executing section authorize from file /etc/freeradius/sites-enabled/default
- +- entering group authorize {...}
- ++[preprocess] returns ok
- [auth_log] expand: /var/log/freeradius/radacct/%{Client-IP-Address}/auth-detail-%Y%m%d -> /var/log/freeradius/radacct/172.16.18.82/auth-detail-20121010
- [auth_log] /var/log/freeradius/radacct/%{Client-IP-Address}/auth-detail-%Y%m%d expands to /var/log/freeradius/radacct/172.16.18.82/auth-detail-20121010
- [auth_log] expand: %t -> Wed Oct 10 14:33:38 2012
- ++[auth_log] returns ok
- ++[mschap] returns noop
- ++[digest] returns noop
- [suffix] Looking up realm "kl-dfki.de" for User-Name = "[email protected]"
- [suffix] Found realm "DEFAULT"
- [suffix] Adding Realm = "DEFAULT"
- [suffix] Proxying request from user markus to realm DEFAULT
- [suffix] Preparing to proxy authentication request to realm "DEFAULT"
- ++[suffix] returns updated
- [eap] Request is supposed to be proxied to Realm DEFAULT. Not doing EAP.
- ++[eap] returns noop
- ++[files] returns noop
- [sql] expand: %{Stripped-User-Name} ->
- [sql] ... expanding second conditional
- [sql] expand: %{User-Name} -> [email protected]
- [sql] expand: %{%{User-Name}:-DEFAULT} -> [email protected]
- [sql] expand: %{%{Stripped-User-Name}:-%{%{User-Name}:-DEFAULT}} -> [email protected]
- [sql] sql_set_user escaped user --> '[email protected]'
- rlm_sql (sql): Reserving sql socket id: 1
- [sql] expand: SELECT id, username, attribute, value, op FROM radcheck WHERE username = '%{SQL-User-Name}' ORDER BY id -> SELECT id, username, attribute, value, op FROM radcheck WHERE username = '[email protected]' ORDER BY id
- [sql] expand: SELECT groupname FROM radusergroup WHERE username = '%{SQL-User-Name}' ORDER BY priority -> SELECT groupname FROM radusergroup WHERE username = '[email protected]' ORDER BY priority
- rlm_sql (sql): Released sql socket id: 1
- [sql] User [email protected] not found
- ++[sql] returns notfound
- ++[expiration] returns noop
- ++[logintime] returns noop
- # Executing section pre-proxy from file /etc/freeradius/sites-enabled/default
- +- entering group pre-proxy {...}
- [pre_proxy_log] expand: /var/log/freeradius/radacct/%{Client-IP-Address}/pre-proxy-detail-%Y%m%d -> /var/log/freeradius/radacct/172.16.18.82/pre-proxy-detail-20121010
- [pre_proxy_log] /var/log/freeradius/radacct/%{Client-IP-Address}/pre-proxy-detail-%Y%m%d expands to /var/log/freeradius/radacct/172.16.18.82/pre-proxy-detail-20121010
- [pre_proxy_log] expand: %t -> Wed Oct 10 14:33:38 2012
- ++[pre_proxy_log] returns ok
- Sending Access-Request of id 15 to 172.16.3.225 port 1812
- User-Name = "[email protected]"
- NAS-IP-Address = 172.16.18.82
- NAS-Port = 1
- Called-Station-Id = "4C-E6-76-CC-54-C7:OpenURC"
- Calling-Station-Id = "00-24-2C-2A-F9-89"
- Framed-MTU = 1400
- NAS-Port-Type = Wireless-802.11
- Connect-Info = "CONNECT 54Mbps 802.11g"
- EAP-Message = 0x020b00331900170301002819c6e29242e49dacbde95dcced1a40d20412b42ce84efdf7e189599de1436bf1538f8263c50e645b
- State = 0xbd14c6c2b81fdfa7a4efca0ea3eef625
- Message-Authenticator = 0x00000000000000000000000000000000
- Proxy-State = 0x3432
- Proxying request 7 to home server 172.16.3.225 port 1812
- Sending Access-Request of id 15 to 172.16.3.225 port 1812
- User-Name = "[email protected]"
- NAS-IP-Address = 172.16.18.82
- NAS-Port = 1
- Called-Station-Id = "4C-E6-76-CC-54-C7:OpenURC"
- Calling-Station-Id = "00-24-2C-2A-F9-89"
- Framed-MTU = 1400
- NAS-Port-Type = Wireless-802.11
- Connect-Info = "CONNECT 54Mbps 802.11g"
- EAP-Message = 0x020b00331900170301002819c6e29242e49dacbde95dcced1a40d20412b42ce84efdf7e189599de1436bf1538f8263c50e645b
- State = 0xbd14c6c2b81fdfa7a4efca0ea3eef625
- Message-Authenticator = 0x00000000000000000000000000000000
- Proxy-State = 0x3432
- Going to the next request
- Waking up in 0.9 seconds.
- rad_recv: Access-Challenge packet from host 172.16.3.225 port 1812, id=15, length=137
- EAP-Message = 0x010c004b19001703010040b79adadf8d5cb5d88870b5783adf0196322e2d7567f69159df3571676eaee865c6fe637288f35c29646f9d4f9d3f039e812003d257a8f490acecdb38336d8cac
- Message-Authenticator = 0x55c8ee7be3e50c845e47dcde5a86c6c4
- State = 0xbd14c6c2bb18dfa7a4efca0ea3eef625
- Proxy-State = 0x3432
- # Executing section post-proxy from file /etc/freeradius/sites-enabled/default
- +- entering group post-proxy {...}
- [post_proxy_log] expand: /var/log/freeradius/radacct/%{Client-IP-Address}/post-proxy-detail-%Y%m%d -> /var/log/freeradius/radacct/172.16.18.82/post-proxy-detail-20121010
- [post_proxy_log] /var/log/freeradius/radacct/%{Client-IP-Address}/post-proxy-detail-%Y%m%d expands to /var/log/freeradius/radacct/172.16.18.82/post-proxy-detail-20121010
- [post_proxy_log] expand: %t -> Wed Oct 10 14:33:38 2012
- ++[post_proxy_log] returns ok
- [eap] No pre-existing handler found
- ++[eap] returns noop
- Sending Access-Challenge of id 42 to 172.16.18.82 port 36327
- EAP-Message = 0x010c004b19001703010040b79adadf8d5cb5d88870b5783adf0196322e2d7567f69159df3571676eaee865c6fe637288f35c29646f9d4f9d3f039e812003d257a8f490acecdb38336d8cac
- Message-Authenticator = 0x00000000000000000000000000000000
- State = 0xbd14c6c2bb18dfa7a4efca0ea3eef625
- Finished request 7.
- Going to the next request
- Waking up in 4.9 seconds.
- rad_recv: Access-Request packet from host 172.16.18.82 port 36327, id=43, length=278
- User-Name = "[email protected]"
- NAS-IP-Address = 172.16.18.82
- NAS-Port = 1
- Called-Station-Id = "4C-E6-76-CC-54-C7:OpenURC"
- Calling-Station-Id = "00-24-2C-2A-F9-89"
- Framed-MTU = 1400
- NAS-Port-Type = Wireless-802.11
- Connect-Info = "CONNECT 54Mbps 802.11g"
- EAP-Message = 0x020c006b1900170301006080fe867c0feee663e9a5c8b7260d6a4bd5e54f777bfcc846dc7f8da84c01dd9dd39ced0ada46bc6ddb428ad97f50e7f8483153ae8b09dc58d4dd1cf85d4b18ded79e222a7e8d71f3adb9be5a0ac61ecbe5672bfa31b2999fcb00944c76831b08
- State = 0xbd14c6c2bb18dfa7a4efca0ea3eef625
- Message-Authenticator = 0xe93ad339b2afa003c58c0c99682b78ce
- # Executing section authorize from file /etc/freeradius/sites-enabled/default
- +- entering group authorize {...}
- ++[preprocess] returns ok
- [auth_log] expand: /var/log/freeradius/radacct/%{Client-IP-Address}/auth-detail-%Y%m%d -> /var/log/freeradius/radacct/172.16.18.82/auth-detail-20121010
- [auth_log] /var/log/freeradius/radacct/%{Client-IP-Address}/auth-detail-%Y%m%d expands to /var/log/freeradius/radacct/172.16.18.82/auth-detail-20121010
- [auth_log] expand: %t -> Wed Oct 10 14:33:38 2012
- ++[auth_log] returns ok
- ++[mschap] returns noop
- ++[digest] returns noop
- [suffix] Looking up realm "kl-dfki.de" for User-Name = "[email protected]"
- [suffix] Found realm "DEFAULT"
- [suffix] Adding Realm = "DEFAULT"
- [suffix] Proxying request from user markus to realm DEFAULT
- [suffix] Preparing to proxy authentication request to realm "DEFAULT"
- ++[suffix] returns updated
- [eap] Request is supposed to be proxied to Realm DEFAULT. Not doing EAP.
- ++[eap] returns noop
- ++[files] returns noop
- [sql] expand: %{Stripped-User-Name} ->
- [sql] ... expanding second conditional
- [sql] expand: %{User-Name} -> [email protected]
- [sql] expand: %{%{User-Name}:-DEFAULT} -> [email protected]
- [sql] expand: %{%{Stripped-User-Name}:-%{%{User-Name}:-DEFAULT}} -> [email protected]
- [sql] sql_set_user escaped user --> '[email protected]'
- rlm_sql (sql): Reserving sql socket id: 0
- [sql] expand: SELECT id, username, attribute, value, op FROM radcheck WHERE username = '%{SQL-User-Name}' ORDER BY id -> SELECT id, username, attribute, value, op FROM radcheck WHERE username = '[email protected]' ORDER BY id
- [sql] expand: SELECT groupname FROM radusergroup WHERE username = '%{SQL-User-Name}' ORDER BY priority -> SELECT groupname FROM radusergroup WHERE username = '[email protected]' ORDER BY priority
- rlm_sql (sql): Released sql socket id: 0
- [sql] User [email protected] not found
- ++[sql] returns notfound
- ++[expiration] returns noop
- ++[logintime] returns noop
- # Executing section pre-proxy from file /etc/freeradius/sites-enabled/default
- +- entering group pre-proxy {...}
- [pre_proxy_log] expand: /var/log/freeradius/radacct/%{Client-IP-Address}/pre-proxy-detail-%Y%m%d -> /var/log/freeradius/radacct/172.16.18.82/pre-proxy-detail-20121010
- [pre_proxy_log] /var/log/freeradius/radacct/%{Client-IP-Address}/pre-proxy-detail-%Y%m%d expands to /var/log/freeradius/radacct/172.16.18.82/pre-proxy-detail-20121010
- [pre_proxy_log] expand: %t -> Wed Oct 10 14:33:38 2012
- ++[pre_proxy_log] returns ok
- Sending Access-Request of id 86 to 172.16.3.225 port 1812
- User-Name = "[email protected]"
- NAS-IP-Address = 172.16.18.82
- NAS-Port = 1
- Called-Station-Id = "4C-E6-76-CC-54-C7:OpenURC"
- Calling-Station-Id = "00-24-2C-2A-F9-89"
- Framed-MTU = 1400
- NAS-Port-Type = Wireless-802.11
- Connect-Info = "CONNECT 54Mbps 802.11g"
- EAP-Message = 0x020c006b1900170301006080fe867c0feee663e9a5c8b7260d6a4bd5e54f777bfcc846dc7f8da84c01dd9dd39ced0ada46bc6ddb428ad97f50e7f8483153ae8b09dc58d4dd1cf85d4b18ded79e222a7e8d71f3adb9be5a0ac61ecbe5672bfa31b2999fcb00944c76831b08
- State = 0xbd14c6c2bb18dfa7a4efca0ea3eef625
- Message-Authenticator = 0x00000000000000000000000000000000
- Proxy-State = 0x3433
- Proxying request 8 to home server 172.16.3.225 port 1812
- Sending Access-Request of id 86 to 172.16.3.225 port 1812
- User-Name = "[email protected]"
- NAS-IP-Address = 172.16.18.82
- NAS-Port = 1
- Called-Station-Id = "4C-E6-76-CC-54-C7:OpenURC"
- Calling-Station-Id = "00-24-2C-2A-F9-89"
- Framed-MTU = 1400
- NAS-Port-Type = Wireless-802.11
- Connect-Info = "CONNECT 54Mbps 802.11g"
- EAP-Message = 0x020c006b1900170301006080fe867c0feee663e9a5c8b7260d6a4bd5e54f777bfcc846dc7f8da84c01dd9dd39ced0ada46bc6ddb428ad97f50e7f8483153ae8b09dc58d4dd1cf85d4b18ded79e222a7e8d71f3adb9be5a0ac61ecbe5672bfa31b2999fcb00944c76831b08
- State = 0xbd14c6c2bb18dfa7a4efca0ea3eef625
- Message-Authenticator = 0x00000000000000000000000000000000
- Proxy-State = 0x3433
- Going to the next request
- Waking up in 0.9 seconds.
- rad_recv: Access-Challenge packet from host 172.16.3.225 port 1812, id=86, length=145
- EAP-Message = 0x010d005319001703010048218e2326e06471b07ba743719f2d8325a00fcb24a27225d21f80d657186ce4980527ff86b25c10950fa55cf9ad3fdf768f1ffe419a700668c6546c586b6d62a2765276083b726777
- Message-Authenticator = 0xcbcb94bfe943b06c921513f5129ffc6b
- State = 0xbd14c6c2ba19dfa7a4efca0ea3eef625
- Proxy-State = 0x3433
- # Executing section post-proxy from file /etc/freeradius/sites-enabled/default
- +- entering group post-proxy {...}
- [post_proxy_log] expand: /var/log/freeradius/radacct/%{Client-IP-Address}/post-proxy-detail-%Y%m%d -> /var/log/freeradius/radacct/172.16.18.82/post-proxy-detail-20121010
- [post_proxy_log] /var/log/freeradius/radacct/%{Client-IP-Address}/post-proxy-detail-%Y%m%d expands to /var/log/freeradius/radacct/172.16.18.82/post-proxy-detail-20121010
- [post_proxy_log] expand: %t -> Wed Oct 10 14:33:38 2012
- ++[post_proxy_log] returns ok
- [eap] No pre-existing handler found
- ++[eap] returns noop
- Sending Access-Challenge of id 43 to 172.16.18.82 port 36327
- EAP-Message = 0x010d005319001703010048218e2326e06471b07ba743719f2d8325a00fcb24a27225d21f80d657186ce4980527ff86b25c10950fa55cf9ad3fdf768f1ffe419a700668c6546c586b6d62a2765276083b726777
- Message-Authenticator = 0x00000000000000000000000000000000
- State = 0xbd14c6c2ba19dfa7a4efca0ea3eef625
- Finished request 8.
- Going to the next request
- Waking up in 4.9 seconds.
- rad_recv: Access-Request packet from host 172.16.18.82 port 36327, id=44, length=206
- User-Name = "[email protected]"
- NAS-IP-Address = 172.16.18.82
- NAS-Port = 1
- Called-Station-Id = "4C-E6-76-CC-54-C7:OpenURC"
- Calling-Station-Id = "00-24-2C-2A-F9-89"
- Framed-MTU = 1400
- NAS-Port-Type = Wireless-802.11
- Connect-Info = "CONNECT 54Mbps 802.11g"
- EAP-Message = 0x020d002319001703010018c7d47c7efec6b3cee59b0b2151a6a9fb01e8f4a7bf72394b
- State = 0xbd14c6c2ba19dfa7a4efca0ea3eef625
- Message-Authenticator = 0xd36e283888516456317d13cfb9c5651f
- # Executing section authorize from file /etc/freeradius/sites-enabled/default
- +- entering group authorize {...}
- ++[preprocess] returns ok
- [auth_log] expand: /var/log/freeradius/radacct/%{Client-IP-Address}/auth-detail-%Y%m%d -> /var/log/freeradius/radacct/172.16.18.82/auth-detail-20121010
- [auth_log] /var/log/freeradius/radacct/%{Client-IP-Address}/auth-detail-%Y%m%d expands to /var/log/freeradius/radacct/172.16.18.82/auth-detail-20121010
- [auth_log] expand: %t -> Wed Oct 10 14:33:38 2012
- ++[auth_log] returns ok
- ++[mschap] returns noop
- ++[digest] returns noop
- [suffix] Looking up realm "kl-dfki.de" for User-Name = "[email protected]"
- [suffix] Found realm "DEFAULT"
- [suffix] Adding Realm = "DEFAULT"
- [suffix] Proxying request from user markus to realm DEFAULT
- [suffix] Preparing to proxy authentication request to realm "DEFAULT"
- ++[suffix] returns updated
- [eap] Request is supposed to be proxied to Realm DEFAULT. Not doing EAP.
- ++[eap] returns noop
- ++[files] returns noop
- [sql] expand: %{Stripped-User-Name} ->
- [sql] ... expanding second conditional
- [sql] expand: %{User-Name} -> [email protected]
- [sql] expand: %{%{User-Name}:-DEFAULT} -> [email protected]
- [sql] expand: %{%{Stripped-User-Name}:-%{%{User-Name}:-DEFAULT}} -> [email protected]
- [sql] sql_set_user escaped user --> '[email protected]'
- rlm_sql (sql): Reserving sql socket id: 4
- [sql] expand: SELECT id, username, attribute, value, op FROM radcheck WHERE username = '%{SQL-User-Name}' ORDER BY id -> SELECT id, username, attribute, value, op FROM radcheck WHERE username = '[email protected]' ORDER BY id
- [sql] expand: SELECT groupname FROM radusergroup WHERE username = '%{SQL-User-Name}' ORDER BY priority -> SELECT groupname FROM radusergroup WHERE username = '[email protected]' ORDER BY priority
- rlm_sql (sql): Released sql socket id: 4
- [sql] User [email protected] not found
- ++[sql] returns notfound
- ++[expiration] returns noop
- ++[logintime] returns noop
- # Executing section pre-proxy from file /etc/freeradius/sites-enabled/default
- +- entering group pre-proxy {...}
- [pre_proxy_log] expand: /var/log/freeradius/radacct/%{Client-IP-Address}/pre-proxy-detail-%Y%m%d -> /var/log/freeradius/radacct/172.16.18.82/pre-proxy-detail-20121010
- [pre_proxy_log] /var/log/freeradius/radacct/%{Client-IP-Address}/pre-proxy-detail-%Y%m%d expands to /var/log/freeradius/radacct/172.16.18.82/pre-proxy-detail-20121010
- [pre_proxy_log] expand: %t -> Wed Oct 10 14:33:38 2012
- ++[pre_proxy_log] returns ok
- Sending Access-Request of id 231 to 172.16.3.225 port 1812
- User-Name = "[email protected]"
- NAS-IP-Address = 172.16.18.82
- NAS-Port = 1
- Called-Station-Id = "4C-E6-76-CC-54-C7:OpenURC"
- Calling-Station-Id = "00-24-2C-2A-F9-89"
- Framed-MTU = 1400
- NAS-Port-Type = Wireless-802.11
- Connect-Info = "CONNECT 54Mbps 802.11g"
- EAP-Message = 0x020d002319001703010018c7d47c7efec6b3cee59b0b2151a6a9fb01e8f4a7bf72394b
- State = 0xbd14c6c2ba19dfa7a4efca0ea3eef625
- Message-Authenticator = 0x00000000000000000000000000000000
- Proxy-State = 0x3434
- Proxying request 9 to home server 172.16.3.225 port 1812
- Sending Access-Request of id 231 to 172.16.3.225 port 1812
- User-Name = "[email protected]"
- NAS-IP-Address = 172.16.18.82
- NAS-Port = 1
- Called-Station-Id = "4C-E6-76-CC-54-C7:OpenURC"
- Calling-Station-Id = "00-24-2C-2A-F9-89"
- Framed-MTU = 1400
- NAS-Port-Type = Wireless-802.11
- Connect-Info = "CONNECT 54Mbps 802.11g"
- EAP-Message = 0x020d002319001703010018c7d47c7efec6b3cee59b0b2151a6a9fb01e8f4a7bf72394b
- State = 0xbd14c6c2ba19dfa7a4efca0ea3eef625
- Message-Authenticator = 0x00000000000000000000000000000000
- Proxy-State = 0x3434
- Going to the next request
- Waking up in 0.9 seconds.
- rad_recv: Access-Challenge packet from host 172.16.3.225 port 1812, id=231, length=105
- EAP-Message = 0x010e002b190017030100207b41f9f268d1c6d52ed4ac639296a1b981e6e3966262909f58a2b5fb90d8984d
- Message-Authenticator = 0x2cd0609b28d455386d48caaab1ba4207
- State = 0xbd14c6c2b51adfa7a4efca0ea3eef625
- Proxy-State = 0x3434
- # Executing section post-proxy from file /etc/freeradius/sites-enabled/default
- +- entering group post-proxy {...}
- [post_proxy_log] expand: /var/log/freeradius/radacct/%{Client-IP-Address}/post-proxy-detail-%Y%m%d -> /var/log/freeradius/radacct/172.16.18.82/post-proxy-detail-20121010
- [post_proxy_log] /var/log/freeradius/radacct/%{Client-IP-Address}/post-proxy-detail-%Y%m%d expands to /var/log/freeradius/radacct/172.16.18.82/post-proxy-detail-20121010
- [post_proxy_log] expand: %t -> Wed Oct 10 14:33:38 2012
- ++[post_proxy_log] returns ok
- [eap] No pre-existing handler found
- ++[eap] returns noop
- Sending Access-Challenge of id 44 to 172.16.18.82 port 36327
- EAP-Message = 0x010e002b190017030100207b41f9f268d1c6d52ed4ac639296a1b981e6e3966262909f58a2b5fb90d8984d
- Message-Authenticator = 0x00000000000000000000000000000000
- State = 0xbd14c6c2b51adfa7a4efca0ea3eef625
- Finished request 9.
- Going to the next request
- Waking up in 4.9 seconds.
- rad_recv: Access-Request packet from host 172.16.18.82 port 36327, id=45, length=214
- User-Name = "[email protected]"
- NAS-IP-Address = 172.16.18.82
- NAS-Port = 1
- Called-Station-Id = "4C-E6-76-CC-54-C7:OpenURC"
- Calling-Station-Id = "00-24-2C-2A-F9-89"
- Framed-MTU = 1400
- NAS-Port-Type = Wireless-802.11
- Connect-Info = "CONNECT 54Mbps 802.11g"
- EAP-Message = 0x020e002b19001703010020e45d47b3679ba850d20f535b695395ecc7d20eac30d8516bdbd4ef36c92b824d
- State = 0xbd14c6c2b51adfa7a4efca0ea3eef625
- Message-Authenticator = 0xdc59f124a1700ae49e0c967aa088e190
- # Executing section authorize from file /etc/freeradius/sites-enabled/default
- +- entering group authorize {...}
- ++[preprocess] returns ok
- [auth_log] expand: /var/log/freeradius/radacct/%{Client-IP-Address}/auth-detail-%Y%m%d -> /var/log/freeradius/radacct/172.16.18.82/auth-detail-20121010
- [auth_log] /var/log/freeradius/radacct/%{Client-IP-Address}/auth-detail-%Y%m%d expands to /var/log/freeradius/radacct/172.16.18.82/auth-detail-20121010
- [auth_log] expand: %t -> Wed Oct 10 14:33:38 2012
- ++[auth_log] returns ok
- ++[mschap] returns noop
- ++[digest] returns noop
- [suffix] Looking up realm "kl-dfki.de" for User-Name = "[email protected]"
- [suffix] Found realm "DEFAULT"
- [suffix] Adding Realm = "DEFAULT"
- [suffix] Proxying request from user markus to realm DEFAULT
- [suffix] Preparing to proxy authentication request to realm "DEFAULT"
- ++[suffix] returns updated
- [eap] Request is supposed to be proxied to Realm DEFAULT. Not doing EAP.
- ++[eap] returns noop
- ++[files] returns noop
- [sql] expand: %{Stripped-User-Name} ->
- [sql] ... expanding second conditional
- [sql] expand: %{User-Name} -> [email protected]
- [sql] expand: %{%{User-Name}:-DEFAULT} -> [email protected]
- [sql] expand: %{%{Stripped-User-Name}:-%{%{User-Name}:-DEFAULT}} -> [email protected]
- [sql] sql_set_user escaped user --> '[email protected]'
- rlm_sql (sql): Reserving sql socket id: 3
- [sql] expand: SELECT id, username, attribute, value, op FROM radcheck WHERE username = '%{SQL-User-Name}' ORDER BY id -> SELECT id, username, attribute, value, op FROM radcheck WHERE username = '[email protected]' ORDER BY id
- [sql] expand: SELECT groupname FROM radusergroup WHERE username = '%{SQL-User-Name}' ORDER BY priority -> SELECT groupname FROM radusergroup WHERE username = '[email protected]' ORDER BY priority
- rlm_sql (sql): Released sql socket id: 3
- [sql] User [email protected] not found
- ++[sql] returns notfound
- ++[expiration] returns noop
- ++[logintime] returns noop
- # Executing section pre-proxy from file /etc/freeradius/sites-enabled/default
- +- entering group pre-proxy {...}
- [pre_proxy_log] expand: /var/log/freeradius/radacct/%{Client-IP-Address}/pre-proxy-detail-%Y%m%d -> /var/log/freeradius/radacct/172.16.18.82/pre-proxy-detail-20121010
- [pre_proxy_log] /var/log/freeradius/radacct/%{Client-IP-Address}/pre-proxy-detail-%Y%m%d expands to /var/log/freeradius/radacct/172.16.18.82/pre-proxy-detail-20121010
- [pre_proxy_log] expand: %t -> Wed Oct 10 14:33:38 2012
- ++[pre_proxy_log] returns ok
- Sending Access-Request of id 147 to 172.16.3.225 port 1812
- User-Name = "[email protected]"
- NAS-IP-Address = 172.16.18.82
- NAS-Port = 1
- Called-Station-Id = "4C-E6-76-CC-54-C7:OpenURC"
- Calling-Station-Id = "00-24-2C-2A-F9-89"
- Framed-MTU = 1400
- NAS-Port-Type = Wireless-802.11
- Connect-Info = "CONNECT 54Mbps 802.11g"
- EAP-Message = 0x020e002b19001703010020e45d47b3679ba850d20f535b695395ecc7d20eac30d8516bdbd4ef36c92b824d
- State = 0xbd14c6c2b51adfa7a4efca0ea3eef625
- Message-Authenticator = 0x00000000000000000000000000000000
- Proxy-State = 0x3435
- Proxying request 10 to home server 172.16.3.225 port 1812
- Sending Access-Request of id 147 to 172.16.3.225 port 1812
- User-Name = "[email protected]"
- NAS-IP-Address = 172.16.18.82
- NAS-Port = 1
- Called-Station-Id = "4C-E6-76-CC-54-C7:OpenURC"
- Calling-Station-Id = "00-24-2C-2A-F9-89"
- Framed-MTU = 1400
- NAS-Port-Type = Wireless-802.11
- Connect-Info = "CONNECT 54Mbps 802.11g"
- EAP-Message = 0x020e002b19001703010020e45d47b3679ba850d20f535b695395ecc7d20eac30d8516bdbd4ef36c92b824d
- State = 0xbd14c6c2b51adfa7a4efca0ea3eef625
- Message-Authenticator = 0x00000000000000000000000000000000
- Proxy-State = 0x3435
- Going to the next request
- Waking up in 0.9 seconds.
- rad_recv: Access-Accept packet from host 172.16.3.225 port 1812, id=147, length=172
- User-Name = "markus"
- MS-MPPE-Recv-Key = 0x26c83d9577f8e06537d0b2d74ffd6194175771c85f16ff741e3178cba1b6cfb4
- MS-MPPE-Send-Key = 0x54375696e746e92edc43738d5f266116756be409d577ebbb3c769b456fa34f77
- EAP-Message = 0x030e0004
- Message-Authenticator = 0xeaed6e712cc02e9be651ad84ebececc9
- Proxy-State = 0x3435
- # Executing section post-proxy from file /etc/freeradius/sites-enabled/default
- +- entering group post-proxy {...}
- [post_proxy_log] expand: /var/log/freeradius/radacct/%{Client-IP-Address}/post-proxy-detail-%Y%m%d -> /var/log/freeradius/radacct/172.16.18.82/post-proxy-detail-20121010
- [post_proxy_log] /var/log/freeradius/radacct/%{Client-IP-Address}/post-proxy-detail-%Y%m%d expands to /var/log/freeradius/radacct/172.16.18.82/post-proxy-detail-20121010
- [post_proxy_log] expand: %t -> Wed Oct 10 14:33:38 2012
- ++[post_proxy_log] returns ok
- [eap] No pre-existing handler found
- ++[eap] returns noop
- Found Auth-Type = Accept
- Auth-Type = Accept, accepting the user
- # Executing section post-auth from file /etc/freeradius/sites-enabled/default
- +- entering group post-auth {...}
- [sql_log] Processing sql_log_postauth
- [sql_log] expand: %{User-Name} -> [email protected]
- [sql_log] expand: %{%{User-Name}:-DEFAULT} -> [email protected]
- [sql_log] sql_set_user escaped user --> '[email protected]'
- [sql_log] WARNING: Deprecated conditional expansion ":-". See "man unlang" for details
- [sql_log] ... expanding second conditional
- [sql_log] expand: Chap-Password -> Chap-Password
- [sql_log] expand: INSERT INTO radpostauth (username, pass, reply, authdate) VALUES ('%{User-Name}', '%{User-Password:-Chap-Password}', '%{reply:Packet-Type}', '%S'); -> INSERT INTO radpostauth (username, pass, reply, authdate) VALUES ('[email protected]', 'Chap-Password', 'Access-Accept', '2012-10-10 14:33:38');
- [sql_log] expand: /var/log/freeradius/radacct/sql-relay -> /var/log/freeradius/radacct/sql-relay
- ++[sql_log] returns ok
- ++[exec] returns noop
- Sending Access-Accept of id 45 to 172.16.18.82 port 36327
- User-Name = "markus"
- MS-MPPE-Recv-Key = 0x26c83d9577f8e06537d0b2d74ffd6194175771c85f16ff741e3178cba1b6cfb4
- MS-MPPE-Send-Key = 0x54375696e746e92edc43738d5f266116756be409d577ebbb3c769b456fa34f77
- EAP-Message = 0x030e0004
- Message-Authenticator = 0x00000000000000000000000000000000
- Finished request 10.
- Going to the next request
- Waking up in 4.9 seconds.
- rad_recv: Accounting-Request packet from host 172.16.18.82 port 53432, id=46, length=147
- Acct-Session-Id = "50758488-00000003"
- Acct-Status-Type = Start
- Acct-Authentic = RADIUS
- User-Name = "markus"
- NAS-IP-Address = 172.16.18.82
- NAS-Port = 1
- Called-Station-Id = "4C-E6-76-CC-54-C7:OpenURC"
- Calling-Station-Id = "00-24-2C-2A-F9-89"
- NAS-Port-Type = Wireless-802.11
- Connect-Info = "CONNECT 54Mbps 802.11g"
- # Executing section preacct from file /etc/freeradius/sites-enabled/default
- +- entering group preacct {...}
- ++[preprocess] returns ok
- [acct_unique] Hashing 'NAS-Port = 1,Client-IP-Address = 172.16.18.82,NAS-IP-Address = 172.16.18.82,Acct-Session-Id = "50758488-00000003",User-Name = "markus"'
- [acct_unique] Acct-Unique-Session-ID = "a77699ebec6865f8".
- ++[acct_unique] returns ok
- ++[files] returns noop
- # Executing section accounting from file /etc/freeradius/sites-enabled/default
- +- entering group accounting {...}
- [detail] expand: /var/log/freeradius/radacct/%{Client-IP-Address}/detail-%Y%m%d -> /var/log/freeradius/radacct/172.16.18.82/detail-20121010
- [detail] /var/log/freeradius/radacct/%{Client-IP-Address}/detail-%Y%m%d expands to /var/log/freeradius/radacct/172.16.18.82/detail-20121010
- [detail] expand: %t -> Wed Oct 10 14:33:38 2012
- ++[detail] returns ok
- ++[unix] returns ok
- [radutmp] expand: /var/log/freeradius/radutmp -> /var/log/freeradius/radutmp
- [radutmp] expand: %{User-Name} -> markus
- ++[radutmp] returns ok
- [sql] expand: %{Stripped-User-Name} ->
- [sql] ... expanding second conditional
- [sql] expand: %{User-Name} -> markus
- [sql] expand: %{%{User-Name}:-DEFAULT} -> markus
- [sql] expand: %{%{Stripped-User-Name}:-%{%{User-Name}:-DEFAULT}} -> markus
- [sql] sql_set_user escaped user --> 'markus'
- [sql] expand: %{Acct-Delay-Time} ->
- [sql] ... expanding second conditional
- [sql] expand: INSERT INTO radacct (acctsessionid, acctuniqueid, username, realm, nasipaddress, nasportid, nasporttype, acctstarttime, acctstoptime, acctsessiontime, acctauthentic, connectinfo_start, connectinfo_stop, acctinputoctets, acctoutputoctets, calledstationid, callingstationid, acctterminatecause, servicetype, framedprotocol, framedipaddress, acctstartdelay, acctstopdelay, xascendsessionsvrkey) VALUES ('%{Acct-Session-Id}', '%{Acct-Unique-Session-Id}', '%{SQL-User-Name}', '%{Realm}', '%{NAS-IP-Address}', '%{NAS-Port}', '%{NAS-Port-Type}', '%S', NULL, '0', '%{Acct-Authentic}', '%{Connect-Info}', '', '0', '0', '%{Called-Station-Id}', '%{Calling-Station-Id}', '', '%{Service-Type}', '%{Framed-Protocol}', '%{Framed-IP-Address}',
- rlm_sql (sql): Reserving sql socket id: 2
- rlm_sql (sql): Released sql socket id: 2
- ++[sql] returns ok
- ++[exec] returns noop
- [attr_filter.accounting_response] expand: %{User-Name} -> markus
- attr_filter: Matched entry DEFAULT at line 12
- ++[attr_filter.accounting_response] returns updated
- Sending Accounting-Response of id 46 to 172.16.18.82 port 53432
- Finished request 11.
- Cleaning up request 11 ID 46 with timestamp +14
- Going to the next request
- Waking up in 4.8 seconds.
- Cleaning up request 1 ID 36 with timestamp +14
- Cleaning up request 2 ID 37 with timestamp +14
- Cleaning up request 3 ID 38 with timestamp +14
- Cleaning up request 4 ID 39 with timestamp +14
- Cleaning up request 5 ID 40 with timestamp +14
- Cleaning up request 6 ID 41 with timestamp +14
- Cleaning up request 7 ID 42 with timestamp +14
- Cleaning up request 8 ID 43 with timestamp +14
- Cleaning up request 9 ID 44 with timestamp +14
- Cleaning up request 10 ID 45 with timestamp +14
- Ready to process requests.
Advertisement
Add Comment
Please, Sign In to add comment