Guest User

Untitled

a guest
Oct 10th, 2012
209
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 97.15 KB | None | 0 0
  1. FreeRADIUS Version 2.1.10, for host x86_64-pc-linux-gnu, built on Sep 24 2012 at 17:58:57
  2. Copyright (C) 1999-2009 The FreeRADIUS server project and contributors.
  3. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A
  4. PARTICULAR PURPOSE.
  5. You may redistribute copies of FreeRADIUS under the terms of the
  6. GNU General Public License v2.
  7. Starting - reading configuration files ...
  8. including configuration file /etc/freeradius/radiusd.conf
  9. including configuration file /etc/freeradius/proxy.conf
  10. including configuration file /etc/freeradius/clients.conf
  11. including files in directory /etc/freeradius/modules/
  12. including configuration file /etc/freeradius/modules/always
  13. including configuration file /etc/freeradius/modules/exec
  14. including configuration file /etc/freeradius/modules/sql_log
  15. including configuration file /etc/freeradius/modules/passwd
  16. including configuration file /etc/freeradius/modules/mschap
  17. including configuration file /etc/freeradius/modules/logintime
  18. including configuration file /etc/freeradius/modules/echo
  19. including configuration file /etc/freeradius/modules/expiration
  20. including configuration file /etc/freeradius/modules/detail.log
  21. including configuration file /etc/freeradius/modules/realm
  22. including configuration file /etc/freeradius/modules/unix
  23. including configuration file /etc/freeradius/modules/expr
  24. including configuration file /etc/freeradius/modules/dynamic_clients
  25. including configuration file /etc/freeradius/modules/policy
  26. including configuration file /etc/freeradius/modules/cui
  27. including configuration file /etc/freeradius/modules/mac2vlan
  28. including configuration file /etc/freeradius/modules/krb5
  29. including configuration file /etc/freeradius/modules/ippool
  30. including configuration file /etc/freeradius/modules/attr_rewrite
  31. including configuration file /etc/freeradius/modules/pap
  32. including configuration file /etc/freeradius/modules/detail.example.com
  33. including configuration file /etc/freeradius/modules/acct_unique
  34. including configuration file /etc/freeradius/modules/checkval
  35. including configuration file /etc/freeradius/modules/sradutmp
  36. including configuration file /etc/freeradius/modules/preprocess
  37. including configuration file /etc/freeradius/modules/counter
  38. including configuration file /etc/freeradius/modules/opendirectory
  39. including configuration file /etc/freeradius/modules/chap
  40. including configuration file /etc/freeradius/modules/attr_filter
  41. including configuration file /etc/freeradius/modules/files
  42. including configuration file /etc/freeradius/modules/etc_group
  43. including configuration file /etc/freeradius/modules/perl
  44. including configuration file /etc/freeradius/modules/radutmp
  45. including configuration file /etc/freeradius/modules/wimax
  46. including configuration file /etc/freeradius/modules/mac2ip
  47. including configuration file /etc/freeradius/modules/ldap
  48. including configuration file /etc/freeradius/modules/smbpasswd
  49. including configuration file /etc/freeradius/modules/detail
  50. including configuration file /etc/freeradius/modules/sqlcounter_expire_on_login
  51. including configuration file /etc/freeradius/modules/smsotp
  52. including configuration file /etc/freeradius/modules/digest
  53. including configuration file /etc/freeradius/modules/linelog
  54. including configuration file /etc/freeradius/modules/ntlm_auth
  55. including configuration file /etc/freeradius/modules/inner-eap
  56. including configuration file /etc/freeradius/modules/pam
  57. including configuration file /etc/freeradius/modules/otp
  58. including configuration file /etc/freeradius/eap.conf
  59. including configuration file /etc/freeradius/sql.conf
  60. including configuration file /etc/freeradius/sql/mysql/dialup.conf
  61. including configuration file /etc/freeradius/policy.conf
  62. including files in directory /etc/freeradius/sites-enabled/
  63. including configuration file /etc/freeradius/sites-enabled/inner-tunnel
  64. including configuration file /etc/freeradius/sites-enabled/default
  65. main {
  66. user = "freerad"
  67. group = "freerad"
  68. allow_core_dumps = no
  69. }
  70. including dictionary file /etc/freeradius/dictionary
  71. main {
  72. prefix = "/usr"
  73. localstatedir = "/var"
  74. logdir = "/var/log/freeradius"
  75. libdir = "/usr/lib/freeradius"
  76. radacctdir = "/var/log/freeradius/radacct"
  77. hostname_lookups = no
  78. max_request_time = 30
  79. cleanup_delay = 5
  80. max_requests = 1024
  81. pidfile = "/var/run/freeradius/freeradius.pid"
  82. checkrad = "/usr/sbin/checkrad"
  83. debug_level = 0
  84. proxy_requests = yes
  85. log {
  86. stripped_names = no
  87. auth = no
  88. auth_badpass = no
  89. auth_goodpass = no
  90. }
  91. security {
  92. max_attributes = 200
  93. reject_delay = 1
  94. status_server = yes
  95. }
  96. }
  97. radiusd: #### Loading Realms and Home Servers ####
  98. proxy server {
  99. retry_delay = 5
  100. retry_count = 3
  101. default_fallback = no
  102. dead_time = 120
  103. wake_all_if_all_dead = no
  104. }
  105. realm LOCAL {
  106. }
  107. realm sb-dfki.de {
  108. authhost = LOCAL
  109. accthost = LOCAL
  110. }
  111. realm DEFAULT {
  112. nostrip
  113. authhost = 172.16.3.225
  114. accthost = 172.16.3.225
  115. secret = xxxxx
  116. }
  117. radiusd: #### Loading Clients ####
  118. radiusd: #### Instantiating modules ####
  119. instantiate {
  120. Module: Linked to module rlm_exec
  121. Module: Instantiating module "exec" from file /etc/freeradius/modules/exec
  122. exec {
  123. wait = no
  124. input_pairs = "request"
  125. shell_escape = yes
  126. }
  127. Module: Linked to module rlm_expr
  128. Module: Instantiating module "expr" from file /etc/freeradius/modules/expr
  129. Module: Linked to module rlm_expiration
  130. Module: Instantiating module "expiration" from file /etc/freeradius/modules/expiration
  131. expiration {
  132. reply-message = "Password Has Expired "
  133. }
  134. Module: Linked to module rlm_logintime
  135. Module: Instantiating module "logintime" from file /etc/freeradius/modules/logintime
  136. logintime {
  137. reply-message = "You are calling outside your allowed timespan "
  138. minimum-timeout = 60
  139. }
  140. }
  141. radiusd: #### Loading Virtual Servers ####
  142. server inner-tunnel { # from file /etc/freeradius/sites-enabled/inner-tunnel
  143. modules {
  144. Module: Checking authenticate {...} for more modules to load
  145. Module: Linked to module rlm_mschap
  146. Module: Instantiating module "mschap" from file /etc/freeradius/modules/mschap
  147. mschap {
  148. use_mppe = yes
  149. require_encryption = no
  150. require_strong = no
  151. with_ntdomain_hack = no
  152. }
  153. Module: Linked to module rlm_eap
  154. Module: Instantiating module "eap" from file /etc/freeradius/eap.conf
  155. eap {
  156. default_eap_type = "peap"
  157. timer_expire = 60
  158. ignore_unknown_eap_types = no
  159. cisco_accounting_username_bug = no
  160. max_sessions = 4096
  161. }
  162. Module: Linked to sub-module rlm_eap_md5
  163. Module: Instantiating eap-md5
  164. Module: Linked to sub-module rlm_eap_leap
  165. Module: Instantiating eap-leap
  166. Module: Linked to sub-module rlm_eap_gtc
  167. Module: Instantiating eap-gtc
  168. gtc {
  169. challenge = "Password: "
  170. auth_type = "PAP"
  171. }
  172. Module: Linked to sub-module rlm_eap_tls
  173. Module: Instantiating eap-tls
  174. tls {
  175. rsa_key_exchange = no
  176. dh_key_exchange = yes
  177. rsa_key_length = 512
  178. dh_key_length = 512
  179. verify_depth = 0
  180. pem_file_type = yes
  181. private_key_file = "/etc/wireless/certs/server/server.pem"
  182. certificate_file = "/etc/wireless/certs/server/server.pem"
  183. CA_file = "/etc/wireless/certs/server/ca.pem"
  184. private_key_password = "xxxxx"
  185. dh_file = "/etc/wireless/dh"
  186. random_file = "/etc/wireless/random"
  187. fragment_size = 1024
  188. include_length = yes
  189. check_crl = no
  190. cipher_list = "HIGH"
  191. cache {
  192. enable = no
  193. lifetime = 24
  194. max_entries = 255
  195. }
  196. verify {
  197. }
  198. }
  199. Module: Linked to sub-module rlm_eap_ttls
  200. Module: Instantiating eap-ttls
  201. ttls {
  202. default_eap_type = "mschapv2"
  203. copy_request_to_tunnel = yes
  204. use_tunneled_reply = yes
  205. virtual_server = "inner-tunnel"
  206. include_length = yes
  207. }
  208. Module: Linked to sub-module rlm_eap_peap
  209. Module: Instantiating eap-peap
  210. peap {
  211. default_eap_type = "mschapv2"
  212. copy_request_to_tunnel = yes
  213. use_tunneled_reply = yes
  214. proxy_tunneled_request_as_eap = no
  215. virtual_server = "inner-tunnel"
  216. }
  217. Module: Linked to sub-module rlm_eap_mschapv2
  218. Module: Instantiating eap-mschapv2
  219. mschapv2 {
  220. with_ntdomain_hack = no
  221. }
  222. Module: Checking authorize {...} for more modules to load
  223. Module: Linked to module rlm_realm
  224. Module: Instantiating module "suffix" from file /etc/freeradius/modules/realm
  225. realm suffix {
  226. format = "suffix"
  227. delimiter = "@"
  228. ignore_default = no
  229. ignore_null = no
  230. }
  231. Module: Linked to module rlm_files
  232. Module: Instantiating module "files" from file /etc/freeradius/modules/files
  233. files {
  234. usersfile = "/etc/freeradius/users"
  235. acctusersfile = "/etc/freeradius/acct_users"
  236. preproxy_usersfile = "/etc/freeradius/preproxy_users"
  237. compat = "no"
  238. }
  239. Module: Linked to module rlm_sql
  240. Module: Instantiating module "sql" from file /etc/freeradius/sql.conf
  241. sql {
  242. driver = "rlm_sql_mysql"
  243. server = "localhost"
  244. port = ""
  245. login = "root"
  246. password = "xxxxx"
  247. radius_db = "radius"
  248. read_groups = yes
  249. sqltrace = no
  250. sqltracefile = "/var/log/freeradius/sqltrace.sql"
  251. readclients = yes
  252. deletestalesessions = yes
  253. num_sql_socks = 5
  254. lifetime = 0
  255. max_queries = 0
  256. sql_user_name = "%{%{Stripped-User-Name}:-%{%{User-Name}:-DEFAULT}}"
  257. default_user_profile = ""
  258. nas_query = "SELECT id, nasname, shortname, type, secret, server FROM nas"
  259. authorize_check_query = "SELECT id, username, attribute, value, op FROM radcheck WHERE username = '%{SQL-User-Name}' ORDER BY id"
  260. authorize_reply_query = "SELECT id, username, attribute, value, op FROM radreply WHERE username = '%{SQL-User-Name}' ORDER BY id"
  261. authorize_group_check_query = "SELECT id, groupname, attribute, Value, op FROM radgroupcheck WHERE groupname = '%{Sql-Group}' ORDER BY id"
  262. authorize_group_reply_query = "SELECT id, groupname, attribute, value, op FROM radgroupreply WHERE groupname = '%{Sql-Group}' ORDER BY id"
  263. 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'"
  264. 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}'"
  265. 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}')"
  266. 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}')"
  267. 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}'"
  268. 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}'"
  269. 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}')"
  270. group_membership_query = "SELECT groupname FROM radusergroup WHERE username = '%{SQL-User-Name}' ORDER BY priority"
  271. connect_failure_retry_delay = 60
  272. simul_count_query = ""
  273. simul_verify_query = "SELECT radacctid, acctsessionid, username, nasipaddress, nasportid, framedipaddress, callingstationid, framedprotocol FROM radacct WHERE username = '%{SQL-User-Name}' AND acctstoptime IS NULL"
  274. postauth_query = "INSERT INTO radpostauth (username, pass, reply, authdate) VALUES ( '%{User-Name}', '%{%{User-Password}:-%{Chap-Password}}', '%{reply:Packet-Type}', '%S')"
  275. safe-characters = "@abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789.-_: /"
  276. }
  277. rlm_sql (sql): Driver rlm_sql_mysql (module rlm_sql_mysql) loaded and linked
  278. rlm_sql (sql): Attempting to connect to root@localhost:/radius
  279. rlm_sql (sql): starting 0
  280. rlm_sql (sql): Attempting to connect rlm_sql_mysql #0
  281. rlm_sql_mysql: Starting connect to MySQL server for #0
  282. rlm_sql (sql): Connected new DB handle, #0
  283. rlm_sql (sql): starting 1
  284. rlm_sql (sql): Attempting to connect rlm_sql_mysql #1
  285. rlm_sql_mysql: Starting connect to MySQL server for #1
  286. rlm_sql (sql): Connected new DB handle, #1
  287. rlm_sql (sql): starting 2
  288. rlm_sql (sql): Attempting to connect rlm_sql_mysql #2
  289. rlm_sql_mysql: Starting connect to MySQL server for #2
  290. rlm_sql (sql): Connected new DB handle, #2
  291. rlm_sql (sql): starting 3
  292. rlm_sql (sql): Attempting to connect rlm_sql_mysql #3
  293. rlm_sql_mysql: Starting connect to MySQL server for #3
  294. rlm_sql (sql): Connected new DB handle, #3
  295. rlm_sql (sql): starting 4
  296. rlm_sql (sql): Attempting to connect rlm_sql_mysql #4
  297. rlm_sql_mysql: Starting connect to MySQL server for #4
  298. rlm_sql (sql): Connected new DB handle, #4
  299. rlm_sql (sql): Processing generate_sql_clients
  300. rlm_sql (sql) in generate_sql_clients: query is SELECT id, nasname, shortname, type, secret, server FROM nas
  301. rlm_sql (sql): Reserving sql socket id: 4
  302. rlm_sql (sql): Read entry nasname=127.0.0.1,shortname=localTest,secret=SecretOfSB
  303. rlm_sql (sql): Adding client 127.0.0.1 (localTest, server=<none>) to clients list
  304. rlm_sql (sql): Read entry nasname=172.16.3.225,shortname=OpenURC-Global,secret=xxxxx
  305. rlm_sql (sql): Adding client 172.16.3.225 (OpenURC-Global, server=<none>) to clients list
  306. rlm_sql (sql): Read entry nasname=172.16.18.82,shortname=AP-SB,secret=xxxxx
  307. rlm_sql (sql): Adding client 172.16.18.82 (AP-SB, server=<none>) to clients list
  308. rlm_sql (sql): Released sql socket id: 4
  309. Module: Checking session {...} for more modules to load
  310. Module: Linked to module rlm_radutmp
  311. Module: Instantiating module "radutmp" from file /etc/freeradius/modules/radutmp
  312. radutmp {
  313. filename = "/var/log/freeradius/radutmp"
  314. username = "%{User-Name}"
  315. case_sensitive = yes
  316. check_with_nas = yes
  317. perm = 384
  318. callerid = yes
  319. }
  320. Module: Checking post-proxy {...} for more modules to load
  321. Module: Checking post-auth {...} for more modules to load
  322. Module: Linked to module rlm_attr_filter
  323. Module: Instantiating module "attr_filter.access_reject" from file /etc/freeradius/modules/attr_filter
  324. attr_filter attr_filter.access_reject {
  325. attrsfile = "/etc/freeradius/attrs.access_reject"
  326. key = "%{User-Name}"
  327. }
  328. } # modules
  329. } # server
  330. server { # from file /etc/freeradius/radiusd.conf
  331. modules {
  332. Module: Checking authenticate {...} for more modules to load
  333. Module: Linked to module rlm_digest
  334. Module: Instantiating module "digest" from file /etc/freeradius/modules/digest
  335. Module: Checking authorize {...} for more modules to load
  336. Module: Linked to module rlm_preprocess
  337. Module: Instantiating module "preprocess" from file /etc/freeradius/modules/preprocess
  338. preprocess {
  339. huntgroups = "/etc/freeradius/huntgroups"
  340. hints = "/etc/freeradius/hints"
  341. with_ascend_hack = no
  342. ascend_channels_per_line = 23
  343. with_ntdomain_hack = no
  344. with_specialix_jetstream_hack = no
  345. with_cisco_vsa_hack = no
  346. with_alvarion_vsa_hack = no
  347. }
  348. Module: Linked to module rlm_detail
  349. Module: Instantiating module "auth_log" from file /etc/freeradius/modules/detail.log
  350. detail auth_log {
  351. detailfile = "/var/log/freeradius/radacct/%{Client-IP-Address}/auth-detail-%Y%m%d"
  352. header = "%t"
  353. detailperm = 384
  354. dirperm = 493
  355. locking = no
  356. log_packet_header = no
  357. }
  358. Module: Checking preacct {...} for more modules to load
  359. Module: Linked to module rlm_acct_unique
  360. Module: Instantiating module "acct_unique" from file /etc/freeradius/modules/acct_unique
  361. acct_unique {
  362. key = "User-Name, Acct-Session-Id, NAS-IP-Address, Client-IP-Address, NAS-Port"
  363. }
  364. Module: Checking accounting {...} for more modules to load
  365. Module: Instantiating module "detail" from file /etc/freeradius/modules/detail
  366. detail {
  367. detailfile = "/var/log/freeradius/radacct/%{Client-IP-Address}/detail-%Y%m%d"
  368. header = "%t"
  369. detailperm = 384
  370. dirperm = 493
  371. locking = no
  372. log_packet_header = no
  373. }
  374. Module: Linked to module rlm_unix
  375. Module: Instantiating module "unix" from file /etc/freeradius/modules/unix
  376. unix {
  377. radwtmp = "/var/log/freeradius/radwtmp"
  378. }
  379. Module: Instantiating module "attr_filter.accounting_response" from file /etc/freeradius/modules/attr_filter
  380. attr_filter attr_filter.accounting_response {
  381. attrsfile = "/etc/freeradius/attrs.accounting_response"
  382. key = "%{User-Name}"
  383. }
  384. Module: Checking session {...} for more modules to load
  385. Module: Checking pre-proxy {...} for more modules to load
  386. Module: Instantiating module "pre_proxy_log" from file /etc/freeradius/modules/detail.log
  387. detail pre_proxy_log {
  388. detailfile = "/var/log/freeradius/radacct/%{Client-IP-Address}/pre-proxy-detail-%Y%m%d"
  389. header = "%t"
  390. detailperm = 384
  391. dirperm = 493
  392. locking = no
  393. log_packet_header = no
  394. }
  395. Module: Checking post-proxy {...} for more modules to load
  396. Module: Instantiating module "post_proxy_log" from file /etc/freeradius/modules/detail.log
  397. detail post_proxy_log {
  398. detailfile = "/var/log/freeradius/radacct/%{Client-IP-Address}/post-proxy-detail-%Y%m%d"
  399. header = "%t"
  400. detailperm = 384
  401. dirperm = 493
  402. locking = no
  403. log_packet_header = no
  404. }
  405. Module: Checking post-auth {...} for more modules to load
  406. Module: Linked to module rlm_sql_log
  407. Module: Instantiating module "sql_log" from file /etc/freeradius/modules/sql_log
  408. sql_log {
  409. path = "/var/log/freeradius/radacct/sql-relay"
  410. Post-Auth = "INSERT INTO radpostauth (username, pass, reply, authdate) VALUES ('%{User-Name}', '%{User-Password:-Chap-Password}', '%{reply:Packet-Type}', '%S');"
  411. sql_user_name = "%{%{User-Name}:-DEFAULT}"
  412. utf8 = no
  413. safe-characters = "@abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789.-_: /"
  414. }
  415. } # modules
  416. } # server
  417. radiusd: #### Opening IP addresses and Ports ####
  418. listen {
  419. type = "auth"
  420. ipaddr = *
  421. port = 0
  422. }
  423. listen {
  424. type = "acct"
  425. ipaddr = *
  426. port = 0
  427. }
  428. listen {
  429. type = "auth"
  430. ipaddr = 127.0.0.1
  431. port = 18120
  432. }
  433. Listening on authentication address * port 1812
  434. Listening on accounting address * port 1813
  435. Listening on authentication address 127.0.0.1 port 18120 as server inner-tunnel
  436. Listening on proxy address * port 1814
  437. Ready to process requests.
  438. rad_recv: Accounting-Request packet from host 172.16.18.82 port 53432, id=35, length=189
  439. Acct-Session-Id = "50758488-00000002"
  440. Acct-Status-Type = Stop
  441. Acct-Authentic = RADIUS
  442. User-Name = "markus"
  443. NAS-IP-Address = 172.16.18.82
  444. NAS-Port = 1
  445. Called-Station-Id = "4C-E6-76-CC-54-C7:OpenURC"
  446. Calling-Station-Id = "00-24-2C-2A-F9-89"
  447. NAS-Port-Type = Wireless-802.11
  448. Connect-Info = "CONNECT 54Mbps 802.11g"
  449. Acct-Session-Time = 59
  450. Acct-Input-Packets = 58
  451. Acct-Output-Packets = 27
  452. Acct-Input-Octets = 3806
  453. Acct-Output-Octets = 4875
  454. Event-Timestamp = "Oct 10 2012 16:33:13 CEST"
  455. Acct-Terminate-Cause = User-Request
  456. # Executing section preacct from file /etc/freeradius/sites-enabled/default
  457. +- entering group preacct {...}
  458. ++[preprocess] returns ok
  459. [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"'
  460. [acct_unique] Acct-Unique-Session-ID = "122d559cb73be633".
  461. ++[acct_unique] returns ok
  462. ++[files] returns noop
  463. # Executing section accounting from file /etc/freeradius/sites-enabled/default
  464. +- entering group accounting {...}
  465. [detail] expand: /var/log/freeradius/radacct/%{Client-IP-Address}/detail-%Y%m%d -> /var/log/freeradius/radacct/172.16.18.82/detail-20121010
  466. [detail] /var/log/freeradius/radacct/%{Client-IP-Address}/detail-%Y%m%d expands to /var/log/freeradius/radacct/172.16.18.82/detail-20121010
  467. [detail] expand: %t -> Wed Oct 10 14:33:34 2012
  468. ++[detail] returns ok
  469. ++[unix] returns ok
  470. [radutmp] expand: /var/log/freeradius/radutmp -> /var/log/freeradius/radutmp
  471. [radutmp] expand: %{User-Name} -> markus
  472. rlm_radutmp: Logout entry for NAS AP-SB port 1 has wrong ID
  473. ++[radutmp] returns ok
  474. [sql] expand: %{Stripped-User-Name} ->
  475. [sql] ... expanding second conditional
  476. [sql] expand: %{User-Name} -> markus
  477. [sql] expand: %{%{User-Name}:-DEFAULT} -> markus
  478. [sql] expand: %{%{Stripped-User-Name}:-%{%{User-Name}:-DEFAULT}} -> markus
  479. [sql] sql_set_user escaped user --> 'markus'
  480. [sql] expand: %{Acct-Input-Gigawords} ->
  481. [sql] ... expanding second conditional
  482. [sql] expand: %{Acct-Input-Octets} -> 3806
  483. [sql] expand: %{Acct-Output-Gigawords} ->
  484. [sql] ... expanding second conditional
  485. [sql] expand: %{Acct-Output-Octets} -> 4875
  486. [sql] expand: %{Acct-Delay-Time} ->
  487. [sql] ... expanding second conditional
  488. [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 |
  489. rlm_sql (sql): Reserving sql socket id: 3
  490. rlm_sql (sql): Released sql socket id: 3
  491. ++[sql] returns ok
  492. ++[exec] returns noop
  493. [attr_filter.accounting_response] expand: %{User-Name} -> markus
  494. attr_filter: Matched entry DEFAULT at line 12
  495. ++[attr_filter.accounting_response] returns updated
  496. Sending Accounting-Response of id 35 to 172.16.18.82 port 53432
  497. Finished request 0.
  498. Cleaning up request 0 ID 35 with timestamp +10
  499. Going to the next request
  500. Ready to process requests.
  501. rad_recv: Access-Request packet from host 172.16.18.82 port 36327, id=36, length=175
  502. User-Name = "[email protected]"
  503. NAS-IP-Address = 172.16.18.82
  504. NAS-Port = 1
  505. Called-Station-Id = "4C-E6-76-CC-54-C7:OpenURC"
  506. Calling-Station-Id = "00-24-2C-2A-F9-89"
  507. Framed-MTU = 1400
  508. NAS-Port-Type = Wireless-802.11
  509. Connect-Info = "CONNECT 54Mbps 802.11g"
  510. EAP-Message = 0x02050016016d61726b7573406b6c2d64666b692e6465
  511. Message-Authenticator = 0x7ee815f2d50a1404f385e287b46a896a
  512. # Executing section authorize from file /etc/freeradius/sites-enabled/default
  513. +- entering group authorize {...}
  514. ++[preprocess] returns ok
  515. [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
  516. [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
  517. [auth_log] expand: %t -> Wed Oct 10 14:33:38 2012
  518. ++[auth_log] returns ok
  519. ++[mschap] returns noop
  520. ++[digest] returns noop
  521. [suffix] Looking up realm "kl-dfki.de" for User-Name = "[email protected]"
  522. [suffix] Found realm "DEFAULT"
  523. [suffix] Adding Realm = "DEFAULT"
  524. [suffix] Proxying request from user markus to realm DEFAULT
  525. [suffix] Preparing to proxy authentication request to realm "DEFAULT"
  526. ++[suffix] returns updated
  527. [eap] Request is supposed to be proxied to Realm DEFAULT. Not doing EAP.
  528. ++[eap] returns noop
  529. ++[files] returns noop
  530. [sql] expand: %{Stripped-User-Name} ->
  531. [sql] ... expanding second conditional
  532. [sql] expand: %{User-Name} -> [email protected]
  533. [sql] expand: %{%{User-Name}:-DEFAULT} -> [email protected]
  534. [sql] expand: %{%{Stripped-User-Name}:-%{%{User-Name}:-DEFAULT}} -> [email protected]
  535. [sql] sql_set_user escaped user --> '[email protected]'
  536. rlm_sql (sql): Reserving sql socket id: 2
  537. [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
  538. [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
  539. rlm_sql (sql): Released sql socket id: 2
  540. [sql] User [email protected] not found
  541. ++[sql] returns notfound
  542. ++[expiration] returns noop
  543. ++[logintime] returns noop
  544. # Executing section pre-proxy from file /etc/freeradius/sites-enabled/default
  545. +- entering group pre-proxy {...}
  546. [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
  547. [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
  548. [pre_proxy_log] expand: %t -> Wed Oct 10 14:33:38 2012
  549. ++[pre_proxy_log] returns ok
  550. Sending Access-Request of id 143 to 172.16.3.225 port 1812
  551. User-Name = "[email protected]"
  552. NAS-IP-Address = 172.16.18.82
  553. NAS-Port = 1
  554. Called-Station-Id = "4C-E6-76-CC-54-C7:OpenURC"
  555. Calling-Station-Id = "00-24-2C-2A-F9-89"
  556. Framed-MTU = 1400
  557. NAS-Port-Type = Wireless-802.11
  558. Connect-Info = "CONNECT 54Mbps 802.11g"
  559. EAP-Message = 0x02050016016d61726b7573406b6c2d64666b692e6465
  560. Message-Authenticator = 0x00000000000000000000000000000000
  561. Proxy-State = 0x3336
  562. Proxying request 1 to home server 172.16.3.225 port 1812
  563. Sending Access-Request of id 143 to 172.16.3.225 port 1812
  564. User-Name = "[email protected]"
  565. NAS-IP-Address = 172.16.18.82
  566. NAS-Port = 1
  567. Called-Station-Id = "4C-E6-76-CC-54-C7:OpenURC"
  568. Calling-Station-Id = "00-24-2C-2A-F9-89"
  569. Framed-MTU = 1400
  570. NAS-Port-Type = Wireless-802.11
  571. Connect-Info = "CONNECT 54Mbps 802.11g"
  572. EAP-Message = 0x02050016016d61726b7573406b6c2d64666b692e6465
  573. Message-Authenticator = 0x00000000000000000000000000000000
  574. Proxy-State = 0x3336
  575. Going to the next request
  576. Waking up in 0.9 seconds.
  577. rad_recv: Access-Challenge packet from host 172.16.3.225 port 1812, id=143, length=68
  578. EAP-Message = 0x010600061920
  579. Message-Authenticator = 0x7ef3c80f77566a627cff6792a68a2772
  580. State = 0xbd14c6c2bd12dfa7a4efca0ea3eef625
  581. Proxy-State = 0x3336
  582. # Executing section post-proxy from file /etc/freeradius/sites-enabled/default
  583. +- entering group post-proxy {...}
  584. [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
  585. [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
  586. [post_proxy_log] expand: %t -> Wed Oct 10 14:33:38 2012
  587. ++[post_proxy_log] returns ok
  588. [eap] No pre-existing handler found
  589. ++[eap] returns noop
  590. Sending Access-Challenge of id 36 to 172.16.18.82 port 36327
  591. EAP-Message = 0x010600061920
  592. Message-Authenticator = 0x00000000000000000000000000000000
  593. State = 0xbd14c6c2bd12dfa7a4efca0ea3eef625
  594. Finished request 1.
  595. Going to the next request
  596. Waking up in 4.9 seconds.
  597. rad_recv: Access-Request packet from host 172.16.18.82 port 36327, id=37, length=258
  598. User-Name = "[email protected]"
  599. NAS-IP-Address = 172.16.18.82
  600. NAS-Port = 1
  601. Called-Station-Id = "4C-E6-76-CC-54-C7:OpenURC"
  602. Calling-Station-Id = "00-24-2C-2A-F9-89"
  603. Framed-MTU = 1400
  604. NAS-Port-Type = Wireless-802.11
  605. Connect-Info = "CONNECT 54Mbps 802.11g"
  606. EAP-Message = 0x0206005719800000004d160301004801000044030150756b236af31d1cff7a4452e8365d1ec47009d9c46593b13f83e9f13140e8d900001600040005000a0009006400620003000600130012006301000005ff01000100
  607. State = 0xbd14c6c2bd12dfa7a4efca0ea3eef625
  608. Message-Authenticator = 0x1e103a2c6a3ec39e63dd13ecec9658e1
  609. # Executing section authorize from file /etc/freeradius/sites-enabled/default
  610. +- entering group authorize {...}
  611. ++[preprocess] returns ok
  612. [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
  613. [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
  614. [auth_log] expand: %t -> Wed Oct 10 14:33:38 2012
  615. ++[auth_log] returns ok
  616. ++[mschap] returns noop
  617. ++[digest] returns noop
  618. [suffix] Looking up realm "kl-dfki.de" for User-Name = "[email protected]"
  619. [suffix] Found realm "DEFAULT"
  620. [suffix] Adding Realm = "DEFAULT"
  621. [suffix] Proxying request from user markus to realm DEFAULT
  622. [suffix] Preparing to proxy authentication request to realm "DEFAULT"
  623. ++[suffix] returns updated
  624. [eap] Request is supposed to be proxied to Realm DEFAULT. Not doing EAP.
  625. ++[eap] returns noop
  626. ++[files] returns noop
  627. [sql] expand: %{Stripped-User-Name} ->
  628. [sql] ... expanding second conditional
  629. [sql] expand: %{User-Name} -> [email protected]
  630. [sql] expand: %{%{User-Name}:-DEFAULT} -> [email protected]
  631. [sql] expand: %{%{Stripped-User-Name}:-%{%{User-Name}:-DEFAULT}} -> [email protected]
  632. [sql] sql_set_user escaped user --> '[email protected]'
  633. rlm_sql (sql): Reserving sql socket id: 1
  634. [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
  635. [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
  636. rlm_sql (sql): Released sql socket id: 1
  637. [sql] User [email protected] not found
  638. ++[sql] returns notfound
  639. ++[expiration] returns noop
  640. ++[logintime] returns noop
  641. # Executing section pre-proxy from file /etc/freeradius/sites-enabled/default
  642. +- entering group pre-proxy {...}
  643. [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
  644. [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
  645. [pre_proxy_log] expand: %t -> Wed Oct 10 14:33:38 2012
  646. ++[pre_proxy_log] returns ok
  647. Sending Access-Request of id 253 to 172.16.3.225 port 1812
  648. User-Name = "[email protected]"
  649. NAS-IP-Address = 172.16.18.82
  650. NAS-Port = 1
  651. Called-Station-Id = "4C-E6-76-CC-54-C7:OpenURC"
  652. Calling-Station-Id = "00-24-2C-2A-F9-89"
  653. Framed-MTU = 1400
  654. NAS-Port-Type = Wireless-802.11
  655. Connect-Info = "CONNECT 54Mbps 802.11g"
  656. EAP-Message = 0x0206005719800000004d160301004801000044030150756b236af31d1cff7a4452e8365d1ec47009d9c46593b13f83e9f13140e8d900001600040005000a0009006400620003000600130012006301000005ff01000100
  657. State = 0xbd14c6c2bd12dfa7a4efca0ea3eef625
  658. Message-Authenticator = 0x00000000000000000000000000000000
  659. Proxy-State = 0x3337
  660. Proxying request 2 to home server 172.16.3.225 port 1812
  661. Sending Access-Request of id 253 to 172.16.3.225 port 1812
  662. User-Name = "[email protected]"
  663. NAS-IP-Address = 172.16.18.82
  664. NAS-Port = 1
  665. Called-Station-Id = "4C-E6-76-CC-54-C7:OpenURC"
  666. Calling-Station-Id = "00-24-2C-2A-F9-89"
  667. Framed-MTU = 1400
  668. NAS-Port-Type = Wireless-802.11
  669. Connect-Info = "CONNECT 54Mbps 802.11g"
  670. EAP-Message = 0x0206005719800000004d160301004801000044030150756b236af31d1cff7a4452e8365d1ec47009d9c46593b13f83e9f13140e8d900001600040005000a0009006400620003000600130012006301000005ff01000100
  671. State = 0xbd14c6c2bd12dfa7a4efca0ea3eef625
  672. Message-Authenticator = 0x00000000000000000000000000000000
  673. Proxy-State = 0x3337
  674. Going to the next request
  675. Waking up in 0.9 seconds.
  676. rad_recv: Access-Challenge packet from host 172.16.3.225 port 1812, id=253, length=1094
  677. EAP-Message = 0x0107040019c0000007f616030100310200002d030150756b224cd3f5bede02b0f9d8357089615302dee136ac1fa3efc4f85bff91df00000a000005ff0100010016030107b20b0007ae0007ab0003653082036130820249a003020102020101300d06092a864886f70d01010405003071310b3009060355040613024445310f300d060355040813065261646975733111300f06035504071308536161726c616e64310d300b060355040a130444464b49311d301b06092a864886f70d010901160e61646d696e4064666b692e636f6d3110300e060355040313074f70656e555243301e170d3132313030313136303135385a170d313331303031313630
  678. EAP-Message = 0x3135385a305e310b3009060355040613024445310f300d06035504081306526164697573310d300b060355040a130444464b493110300e060355040313074f70656e555243311d301b06092a864886f70d010901160e61646d696e4064666b692e636f6d30820122300d06092a864886f70d01010105000382010f003082010a0282010100bcd6c17681a176bbbe2db5065e8114a27d42330a9aa7648df4c042697ba254341f7d1ac1eaeb8f7519fd0d23365356b3721e30541db6228d8addcfe7683d23156e7b892a1429ef89cfed4d42d8a5be337c3918712115d43dacc8dbabc9dfadd389ce621aa744fd2738387dbf106c7d3742beb45b73dc5799
  679. EAP-Message = 0x89e39d883f8a9ea82709e2f2c21405f777b178ad759ebf1a7db1fd8e79e9c44699840765a4e9ff2110bc5f40aebeb02a0526f40fa50460311a6466cb5fec569f2be0143a12ab7c5ec9ab7ce36f41ad02e4b58899a36fac57e3953618a2d5af97d463ef353562ceac83e3260069c92a47736a122a87958dc055d18a79812b2465dfa580ddfabc0e0d0203010001a317301530130603551d25040c300a06082b06010505070301300d06092a864886f70d01010405000382010100705316e84a45d684ce9a240af0f38dc3d51c3ef0767812b2cb5108630a2f4a3705a22c365edc04948fd3aad63d8d05ec3baf32fbc8b97f0629c5cca3f0f3a966b5de35
  680. EAP-Message = 0x2c4f0da3db0cfff2dfa81f2dd2b651fc2b14d91ffc9e24581976f3736ec56a0938ccca0cbbd292c20389c16d6d3688af50bb77175361da7ba9e911c78b9c49e69ba88befa0eeca697cdf778753817fb1d61fd475772ff44c867709f21a78e11e7259164a45a751ac1c6f26e745701d5800ca20627b825810b7177af63504bfb49ee8b05bf310052153aaafd24b241886b9bf79edeb26c7cf3d893a023b5409945daef31821ec71dd3f04974e36ee99e4db63e66bddcf182f558cd473980004403082043c30820324a003020102020900c80d86abf0d12be2300d06092a864886f70d01010505003071310b3009060355040613024445310f300d060355
  681. EAP-Message = 0x040813065261646975733111
  682. Message-Authenticator = 0xaa0b77775362b9f2a373dc36f733b98d
  683. State = 0xbd14c6c2bc13dfa7a4efca0ea3eef625
  684. Proxy-State = 0x3337
  685. # Executing section post-proxy from file /etc/freeradius/sites-enabled/default
  686. +- entering group post-proxy {...}
  687. [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
  688. [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
  689. [post_proxy_log] expand: %t -> Wed Oct 10 14:33:38 2012
  690. ++[post_proxy_log] returns ok
  691. [eap] No pre-existing handler found
  692. ++[eap] returns noop
  693. Sending Access-Challenge of id 37 to 172.16.18.82 port 36327
  694. EAP-Message = 0x0107040019c0000007f616030100310200002d030150756b224cd3f5bede02b0f9d8357089615302dee136ac1fa3efc4f85bff91df00000a000005ff0100010016030107b20b0007ae0007ab0003653082036130820249a003020102020101300d06092a864886f70d01010405003071310b3009060355040613024445310f300d060355040813065261646975733111300f06035504071308536161726c616e64310d300b060355040a130444464b49311d301b06092a864886f70d010901160e61646d696e4064666b692e636f6d3110300e060355040313074f70656e555243301e170d3132313030313136303135385a170d313331303031313630
  695. EAP-Message = 0x3135385a305e310b3009060355040613024445310f300d06035504081306526164697573310d300b060355040a130444464b493110300e060355040313074f70656e555243311d301b06092a864886f70d010901160e61646d696e4064666b692e636f6d30820122300d06092a864886f70d01010105000382010f003082010a0282010100bcd6c17681a176bbbe2db5065e8114a27d42330a9aa7648df4c042697ba254341f7d1ac1eaeb8f7519fd0d23365356b3721e30541db6228d8addcfe7683d23156e7b892a1429ef89cfed4d42d8a5be337c3918712115d43dacc8dbabc9dfadd389ce621aa744fd2738387dbf106c7d3742beb45b73dc5799
  696. EAP-Message = 0x89e39d883f8a9ea82709e2f2c21405f777b178ad759ebf1a7db1fd8e79e9c44699840765a4e9ff2110bc5f40aebeb02a0526f40fa50460311a6466cb5fec569f2be0143a12ab7c5ec9ab7ce36f41ad02e4b58899a36fac57e3953618a2d5af97d463ef353562ceac83e3260069c92a47736a122a87958dc055d18a79812b2465dfa580ddfabc0e0d0203010001a317301530130603551d25040c300a06082b06010505070301300d06092a864886f70d01010405000382010100705316e84a45d684ce9a240af0f38dc3d51c3ef0767812b2cb5108630a2f4a3705a22c365edc04948fd3aad63d8d05ec3baf32fbc8b97f0629c5cca3f0f3a966b5de35
  697. EAP-Message = 0x2c4f0da3db0cfff2dfa81f2dd2b651fc2b14d91ffc9e24581976f3736ec56a0938ccca0cbbd292c20389c16d6d3688af50bb77175361da7ba9e911c78b9c49e69ba88befa0eeca697cdf778753817fb1d61fd475772ff44c867709f21a78e11e7259164a45a751ac1c6f26e745701d5800ca20627b825810b7177af63504bfb49ee8b05bf310052153aaafd24b241886b9bf79edeb26c7cf3d893a023b5409945daef31821ec71dd3f04974e36ee99e4db63e66bddcf182f558cd473980004403082043c30820324a003020102020900c80d86abf0d12be2300d06092a864886f70d01010505003071310b3009060355040613024445310f300d060355
  698. EAP-Message = 0x040813065261646975733111
  699. Message-Authenticator = 0x00000000000000000000000000000000
  700. State = 0xbd14c6c2bc13dfa7a4efca0ea3eef625
  701. Finished request 2.
  702. Going to the next request
  703. Waking up in 4.9 seconds.
  704. rad_recv: Access-Request packet from host 172.16.18.82 port 36327, id=38, length=177
  705. User-Name = "[email protected]"
  706. NAS-IP-Address = 172.16.18.82
  707. NAS-Port = 1
  708. Called-Station-Id = "4C-E6-76-CC-54-C7:OpenURC"
  709. Calling-Station-Id = "00-24-2C-2A-F9-89"
  710. Framed-MTU = 1400
  711. NAS-Port-Type = Wireless-802.11
  712. Connect-Info = "CONNECT 54Mbps 802.11g"
  713. EAP-Message = 0x020700061900
  714. State = 0xbd14c6c2bc13dfa7a4efca0ea3eef625
  715. Message-Authenticator = 0xdb693ad2d329da31ff35d5204f7c95ea
  716. # Executing section authorize from file /etc/freeradius/sites-enabled/default
  717. +- entering group authorize {...}
  718. ++[preprocess] returns ok
  719. [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
  720. [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
  721. [auth_log] expand: %t -> Wed Oct 10 14:33:38 2012
  722. ++[auth_log] returns ok
  723. ++[mschap] returns noop
  724. ++[digest] returns noop
  725. [suffix] Looking up realm "kl-dfki.de" for User-Name = "[email protected]"
  726. [suffix] Found realm "DEFAULT"
  727. [suffix] Adding Realm = "DEFAULT"
  728. [suffix] Proxying request from user markus to realm DEFAULT
  729. [suffix] Preparing to proxy authentication request to realm "DEFAULT"
  730. ++[suffix] returns updated
  731. [eap] Request is supposed to be proxied to Realm DEFAULT. Not doing EAP.
  732. ++[eap] returns noop
  733. ++[files] returns noop
  734. [sql] expand: %{Stripped-User-Name} ->
  735. [sql] ... expanding second conditional
  736. [sql] expand: %{User-Name} -> [email protected]
  737. [sql] expand: %{%{User-Name}:-DEFAULT} -> [email protected]
  738. [sql] expand: %{%{Stripped-User-Name}:-%{%{User-Name}:-DEFAULT}} -> [email protected]
  739. [sql] sql_set_user escaped user --> '[email protected]'
  740. rlm_sql (sql): Reserving sql socket id: 0
  741. [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
  742. [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
  743. rlm_sql (sql): Released sql socket id: 0
  744. [sql] User [email protected] not found
  745. ++[sql] returns notfound
  746. ++[expiration] returns noop
  747. ++[logintime] returns noop
  748. # Executing section pre-proxy from file /etc/freeradius/sites-enabled/default
  749. +- entering group pre-proxy {...}
  750. [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
  751. [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
  752. [pre_proxy_log] expand: %t -> Wed Oct 10 14:33:38 2012
  753. ++[pre_proxy_log] returns ok
  754. Sending Access-Request of id 156 to 172.16.3.225 port 1812
  755. User-Name = "[email protected]"
  756. NAS-IP-Address = 172.16.18.82
  757. NAS-Port = 1
  758. Called-Station-Id = "4C-E6-76-CC-54-C7:OpenURC"
  759. Calling-Station-Id = "00-24-2C-2A-F9-89"
  760. Framed-MTU = 1400
  761. NAS-Port-Type = Wireless-802.11
  762. Connect-Info = "CONNECT 54Mbps 802.11g"
  763. EAP-Message = 0x020700061900
  764. State = 0xbd14c6c2bc13dfa7a4efca0ea3eef625
  765. Message-Authenticator = 0x00000000000000000000000000000000
  766. Proxy-State = 0x3338
  767. Proxying request 3 to home server 172.16.3.225 port 1812
  768. Sending Access-Request of id 156 to 172.16.3.225 port 1812
  769. User-Name = "[email protected]"
  770. NAS-IP-Address = 172.16.18.82
  771. NAS-Port = 1
  772. Called-Station-Id = "4C-E6-76-CC-54-C7:OpenURC"
  773. Calling-Station-Id = "00-24-2C-2A-F9-89"
  774. Framed-MTU = 1400
  775. NAS-Port-Type = Wireless-802.11
  776. Connect-Info = "CONNECT 54Mbps 802.11g"
  777. EAP-Message = 0x020700061900
  778. State = 0xbd14c6c2bc13dfa7a4efca0ea3eef625
  779. Message-Authenticator = 0x00000000000000000000000000000000
  780. Proxy-State = 0x3338
  781. Going to the next request
  782. Waking up in 0.9 seconds.
  783. rad_recv: Access-Challenge packet from host 172.16.3.225 port 1812, id=156, length=1090
  784. EAP-Message = 0x010803fc1940300f06035504071308536161726c616e64310d300b060355040a130444464b49311d301b06092a864886f70d010901160e61646d696e4064666b692e636f6d3110300e060355040313074f70656e555243301e170d3132313030313136303135385a170d3133313030313136303135385a3071310b3009060355040613024445310f300d060355040813065261646975733111300f06035504071308536161726c616e64310d300b060355040a130444464b49311d301b06092a864886f70d010901160e61646d696e4064666b692e636f6d3110300e060355040313074f70656e55524330820122300d06092a864886f70d0101010500
  785. EAP-Message = 0x0382010f003082010a0282010100d2c5c75600372e4aeef7ba1e1ddb69d6b457aacae441c07f6cae9a398506492ab16c46eb1965813c9e81da8db928539aab5299090f0986fd893cffe5cbdc55333e6812c2087e1f832062255400069d78a56c208fa37d1b374efe0b21797f8d8a8da5b86f80ec98dd6dc703c7dce6b2f5c6242d19d9ecd2f2c3f3c71fca3cff827d8dab44e8b53c993350f5f8ac76c5c79f3537c757e4a63fcc967c6adb56602e1c698717f7798d667ce7daa4d8a012d6c873079081786acc0ffc992020b07414253f24c5f774410c8f9075b13487840e44a03e0d42c2a1e38ad4315d62c8b0b7062d3fe2b4e4cdc6322f306b3d1509
  786. EAP-Message = 0x5c524471d0f67173d6e4094a2e939e03df0203010001a381d63081d3301d0603551d0e041604144a392713a2a5d078a97bd76691bd8c54ad56cfce3081a30603551d2304819b30819880144a392713a2a5d078a97bd76691bd8c54ad56cfcea175a4733071310b3009060355040613024445310f300d060355040813065261646975733111300f06035504071308536161726c616e64310d300b060355040a130444464b49311d301b06092a864886f70d010901160e61646d696e4064666b692e636f6d3110300e060355040313074f70656e555243820900c80d86abf0d12be2300c0603551d13040530030101ff300d06092a864886f70d01010505
  787. EAP-Message = 0x000382010100648ffc18ffaf9da4e13fcfe30a9e918b005a9c9ba28ba66df04fd4ee2c2deb02aab7e5f7c5072800e4c2209ed11d6fcdbf702f0edf6ea10dacba484f63ea1964fdcb0160e22598ac3904feba329f58ae04522d9a1b2024893207aab51c0687afc3dd9952fc75a11de5655c0f6bc8bf1f167eb9a14671bcf8dd536e367189f836f2fab3266a3ae5e770c117e1b6c291e33851f70bd373bcacae3c117659820f7d00d64200b1eb17df522a13b03f42fef987fad98c1ff4a0db6cee6e4ccf9f9b893af776c2510d9d0dcf15720d3623cebe24272507f2791e0aea53299b9e4b76990d4a5f1f1dbfd4eed18939ef72d4aeba072fcfa6f15c43
  788. EAP-Message = 0x3987a767df292136
  789. Message-Authenticator = 0xffa93a47cd20e4ebde69449f6b9b962e
  790. State = 0xbd14c6c2bf1cdfa7a4efca0ea3eef625
  791. Proxy-State = 0x3338
  792. # Executing section post-proxy from file /etc/freeradius/sites-enabled/default
  793. +- entering group post-proxy {...}
  794. [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
  795. [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
  796. [post_proxy_log] expand: %t -> Wed Oct 10 14:33:38 2012
  797. ++[post_proxy_log] returns ok
  798. [eap] No pre-existing handler found
  799. ++[eap] returns noop
  800. Sending Access-Challenge of id 38 to 172.16.18.82 port 36327
  801. EAP-Message = 0x010803fc1940300f06035504071308536161726c616e64310d300b060355040a130444464b49311d301b06092a864886f70d010901160e61646d696e4064666b692e636f6d3110300e060355040313074f70656e555243301e170d3132313030313136303135385a170d3133313030313136303135385a3071310b3009060355040613024445310f300d060355040813065261646975733111300f06035504071308536161726c616e64310d300b060355040a130444464b49311d301b06092a864886f70d010901160e61646d696e4064666b692e636f6d3110300e060355040313074f70656e55524330820122300d06092a864886f70d0101010500
  802. EAP-Message = 0x0382010f003082010a0282010100d2c5c75600372e4aeef7ba1e1ddb69d6b457aacae441c07f6cae9a398506492ab16c46eb1965813c9e81da8db928539aab5299090f0986fd893cffe5cbdc55333e6812c2087e1f832062255400069d78a56c208fa37d1b374efe0b21797f8d8a8da5b86f80ec98dd6dc703c7dce6b2f5c6242d19d9ecd2f2c3f3c71fca3cff827d8dab44e8b53c993350f5f8ac76c5c79f3537c757e4a63fcc967c6adb56602e1c698717f7798d667ce7daa4d8a012d6c873079081786acc0ffc992020b07414253f24c5f774410c8f9075b13487840e44a03e0d42c2a1e38ad4315d62c8b0b7062d3fe2b4e4cdc6322f306b3d1509
  803. EAP-Message = 0x5c524471d0f67173d6e4094a2e939e03df0203010001a381d63081d3301d0603551d0e041604144a392713a2a5d078a97bd76691bd8c54ad56cfce3081a30603551d2304819b30819880144a392713a2a5d078a97bd76691bd8c54ad56cfcea175a4733071310b3009060355040613024445310f300d060355040813065261646975733111300f06035504071308536161726c616e64310d300b060355040a130444464b49311d301b06092a864886f70d010901160e61646d696e4064666b692e636f6d3110300e060355040313074f70656e555243820900c80d86abf0d12be2300c0603551d13040530030101ff300d06092a864886f70d01010505
  804. EAP-Message = 0x000382010100648ffc18ffaf9da4e13fcfe30a9e918b005a9c9ba28ba66df04fd4ee2c2deb02aab7e5f7c5072800e4c2209ed11d6fcdbf702f0edf6ea10dacba484f63ea1964fdcb0160e22598ac3904feba329f58ae04522d9a1b2024893207aab51c0687afc3dd9952fc75a11de5655c0f6bc8bf1f167eb9a14671bcf8dd536e367189f836f2fab3266a3ae5e770c117e1b6c291e33851f70bd373bcacae3c117659820f7d00d64200b1eb17df522a13b03f42fef987fad98c1ff4a0db6cee6e4ccf9f9b893af776c2510d9d0dcf15720d3623cebe24272507f2791e0aea53299b9e4b76990d4a5f1f1dbfd4eed18939ef72d4aeba072fcfa6f15c43
  805. EAP-Message = 0x3987a767df292136
  806. Message-Authenticator = 0x00000000000000000000000000000000
  807. State = 0xbd14c6c2bf1cdfa7a4efca0ea3eef625
  808. Finished request 3.
  809. Going to the next request
  810. Waking up in 4.9 seconds.
  811. rad_recv: Access-Request packet from host 172.16.18.82 port 36327, id=39, length=177
  812. User-Name = "[email protected]"
  813. NAS-IP-Address = 172.16.18.82
  814. NAS-Port = 1
  815. Called-Station-Id = "4C-E6-76-CC-54-C7:OpenURC"
  816. Calling-Station-Id = "00-24-2C-2A-F9-89"
  817. Framed-MTU = 1400
  818. NAS-Port-Type = Wireless-802.11
  819. Connect-Info = "CONNECT 54Mbps 802.11g"
  820. EAP-Message = 0x020800061900
  821. State = 0xbd14c6c2bf1cdfa7a4efca0ea3eef625
  822. Message-Authenticator = 0x99003a5aae788349e59c007e2d0a7119
  823. # Executing section authorize from file /etc/freeradius/sites-enabled/default
  824. +- entering group authorize {...}
  825. ++[preprocess] returns ok
  826. [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
  827. [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
  828. [auth_log] expand: %t -> Wed Oct 10 14:33:38 2012
  829. ++[auth_log] returns ok
  830. ++[mschap] returns noop
  831. ++[digest] returns noop
  832. [suffix] Looking up realm "kl-dfki.de" for User-Name = "[email protected]"
  833. [suffix] Found realm "DEFAULT"
  834. [suffix] Adding Realm = "DEFAULT"
  835. [suffix] Proxying request from user markus to realm DEFAULT
  836. [suffix] Preparing to proxy authentication request to realm "DEFAULT"
  837. ++[suffix] returns updated
  838. [eap] Request is supposed to be proxied to Realm DEFAULT. Not doing EAP.
  839. ++[eap] returns noop
  840. ++[files] returns noop
  841. [sql] expand: %{Stripped-User-Name} ->
  842. [sql] ... expanding second conditional
  843. [sql] expand: %{User-Name} -> [email protected]
  844. [sql] expand: %{%{User-Name}:-DEFAULT} -> [email protected]
  845. [sql] expand: %{%{Stripped-User-Name}:-%{%{User-Name}:-DEFAULT}} -> [email protected]
  846. [sql] sql_set_user escaped user --> '[email protected]'
  847. rlm_sql (sql): Reserving sql socket id: 4
  848. [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
  849. [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
  850. rlm_sql (sql): Released sql socket id: 4
  851. [sql] User [email protected] not found
  852. ++[sql] returns notfound
  853. ++[expiration] returns noop
  854. ++[logintime] returns noop
  855. # Executing section pre-proxy from file /etc/freeradius/sites-enabled/default
  856. +- entering group pre-proxy {...}
  857. [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
  858. [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
  859. [pre_proxy_log] expand: %t -> Wed Oct 10 14:33:38 2012
  860. ++[pre_proxy_log] returns ok
  861. Sending Access-Request of id 81 to 172.16.3.225 port 1812
  862. User-Name = "[email protected]"
  863. NAS-IP-Address = 172.16.18.82
  864. NAS-Port = 1
  865. Called-Station-Id = "4C-E6-76-CC-54-C7:OpenURC"
  866. Calling-Station-Id = "00-24-2C-2A-F9-89"
  867. Framed-MTU = 1400
  868. NAS-Port-Type = Wireless-802.11
  869. Connect-Info = "CONNECT 54Mbps 802.11g"
  870. EAP-Message = 0x020800061900
  871. State = 0xbd14c6c2bf1cdfa7a4efca0ea3eef625
  872. Message-Authenticator = 0x00000000000000000000000000000000
  873. Proxy-State = 0x3339
  874. Proxying request 4 to home server 172.16.3.225 port 1812
  875. Sending Access-Request of id 81 to 172.16.3.225 port 1812
  876. User-Name = "[email protected]"
  877. NAS-IP-Address = 172.16.18.82
  878. NAS-Port = 1
  879. Called-Station-Id = "4C-E6-76-CC-54-C7:OpenURC"
  880. Calling-Station-Id = "00-24-2C-2A-F9-89"
  881. Framed-MTU = 1400
  882. NAS-Port-Type = Wireless-802.11
  883. Connect-Info = "CONNECT 54Mbps 802.11g"
  884. EAP-Message = 0x020800061900
  885. State = 0xbd14c6c2bf1cdfa7a4efca0ea3eef625
  886. Message-Authenticator = 0x00000000000000000000000000000000
  887. Proxy-State = 0x3339
  888. Going to the next request
  889. Waking up in 0.9 seconds.
  890. rad_recv: Access-Challenge packet from host 172.16.3.225 port 1812, id=81, length=78
  891. EAP-Message = 0x010900101900e316030100040e000000
  892. Message-Authenticator = 0xeb9f0a757dd79711536af6e19ab1b79a
  893. State = 0xbd14c6c2be1ddfa7a4efca0ea3eef625
  894. Proxy-State = 0x3339
  895. # Executing section post-proxy from file /etc/freeradius/sites-enabled/default
  896. +- entering group post-proxy {...}
  897. [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
  898. [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
  899. [post_proxy_log] expand: %t -> Wed Oct 10 14:33:38 2012
  900. ++[post_proxy_log] returns ok
  901. [eap] No pre-existing handler found
  902. ++[eap] returns noop
  903. Sending Access-Challenge of id 39 to 172.16.18.82 port 36327
  904. EAP-Message = 0x010900101900e316030100040e000000
  905. Message-Authenticator = 0x00000000000000000000000000000000
  906. State = 0xbd14c6c2be1ddfa7a4efca0ea3eef625
  907. Finished request 4.
  908. Going to the next request
  909. Waking up in 4.9 seconds.
  910. rad_recv: Access-Request packet from host 172.16.18.82 port 36327, id=40, length=501
  911. User-Name = "[email protected]"
  912. NAS-IP-Address = 172.16.18.82
  913. NAS-Port = 1
  914. Called-Station-Id = "4C-E6-76-CC-54-C7:OpenURC"
  915. Calling-Station-Id = "00-24-2C-2A-F9-89"
  916. Framed-MTU = 1400
  917. NAS-Port-Type = Wireless-802.11
  918. Connect-Info = "CONNECT 54Mbps 802.11g"
  919. EAP-Message = 0x0209014819800000013e16030101061000010201001df36c097efe7a76d9cf933070f8471a1985208574e5cf44c6931e741b1889ab5a1064448f1a0a0f668957a46847b808c6b746490e6fdc10ce433971719435b82cdf964960a5262cf6157653b0aef36c3ee1a92aa57adabf5f229bc1b688f24ad5a97344e344dbf379f63c8bec9195dc23314a4a1bd8b1f575ff6888fa5fdc3bf22151a56f8693de1381c804850fa51f3f119f424a38c0370e77cba524a9b75c6f2852b2cd53ca6b24bf65f0f8fbb86fb71bb554e91b6ed1558233df49876b5066d55e0169cac06ef3eea07e8f95133f5c056605b5e7d3f8d9b7b19f9844e0778e13708ac2c8192f
  920. EAP-Message = 0x6b27691a4231de7b2aad4dcfbd5aeec9c8847b72b999702d140301000101160301002868d139093bc34d87e116f596db8d145bfc7365a7f97425b99f7384629efd306332cc31807e92221b
  921. State = 0xbd14c6c2be1ddfa7a4efca0ea3eef625
  922. Message-Authenticator = 0x91542f818a4474fad710a63b56efbab3
  923. # Executing section authorize from file /etc/freeradius/sites-enabled/default
  924. +- entering group authorize {...}
  925. ++[preprocess] returns ok
  926. [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
  927. [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
  928. [auth_log] expand: %t -> Wed Oct 10 14:33:38 2012
  929. ++[auth_log] returns ok
  930. ++[mschap] returns noop
  931. ++[digest] returns noop
  932. [suffix] Looking up realm "kl-dfki.de" for User-Name = "[email protected]"
  933. [suffix] Found realm "DEFAULT"
  934. [suffix] Adding Realm = "DEFAULT"
  935. [suffix] Proxying request from user markus to realm DEFAULT
  936. [suffix] Preparing to proxy authentication request to realm "DEFAULT"
  937. ++[suffix] returns updated
  938. [eap] Request is supposed to be proxied to Realm DEFAULT. Not doing EAP.
  939. ++[eap] returns noop
  940. ++[files] returns noop
  941. [sql] expand: %{Stripped-User-Name} ->
  942. [sql] ... expanding second conditional
  943. [sql] expand: %{User-Name} -> [email protected]
  944. [sql] expand: %{%{User-Name}:-DEFAULT} -> [email protected]
  945. [sql] expand: %{%{Stripped-User-Name}:-%{%{User-Name}:-DEFAULT}} -> [email protected]
  946. [sql] sql_set_user escaped user --> '[email protected]'
  947. rlm_sql (sql): Reserving sql socket id: 3
  948. [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
  949. [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
  950. rlm_sql (sql): Released sql socket id: 3
  951. [sql] User [email protected] not found
  952. ++[sql] returns notfound
  953. ++[expiration] returns noop
  954. ++[logintime] returns noop
  955. # Executing section pre-proxy from file /etc/freeradius/sites-enabled/default
  956. +- entering group pre-proxy {...}
  957. [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
  958. [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
  959. [pre_proxy_log] expand: %t -> Wed Oct 10 14:33:38 2012
  960. ++[pre_proxy_log] returns ok
  961. Sending Access-Request of id 95 to 172.16.3.225 port 1812
  962. User-Name = "[email protected]"
  963. NAS-IP-Address = 172.16.18.82
  964. NAS-Port = 1
  965. Called-Station-Id = "4C-E6-76-CC-54-C7:OpenURC"
  966. Calling-Station-Id = "00-24-2C-2A-F9-89"
  967. Framed-MTU = 1400
  968. NAS-Port-Type = Wireless-802.11
  969. Connect-Info = "CONNECT 54Mbps 802.11g"
  970. EAP-Message = 0x0209014819800000013e16030101061000010201001df36c097efe7a76d9cf933070f8471a1985208574e5cf44c6931e741b1889ab5a1064448f1a0a0f668957a46847b808c6b746490e6fdc10ce433971719435b82cdf964960a5262cf6157653b0aef36c3ee1a92aa57adabf5f229bc1b688f24ad5a97344e344dbf379f63c8bec9195dc23314a4a1bd8b1f575ff6888fa5fdc3bf22151a56f8693de1381c804850fa51f3f119f424a38c0370e77cba524a9b75c6f2852b2cd53ca6b24bf65f0f8fbb86fb71bb554e91b6ed1558233df49876b5066d55e0169cac06ef3eea07e8f95133f5c056605b5e7d3f8d9b7b19f9844e0778e13708ac2c8192f
  971. EAP-Message = 0x6b27691a4231de7b2aad4dcfbd5aeec9c8847b72b999702d140301000101160301002868d139093bc34d87e116f596db8d145bfc7365a7f97425b99f7384629efd306332cc31807e92221b
  972. State = 0xbd14c6c2be1ddfa7a4efca0ea3eef625
  973. Message-Authenticator = 0x00000000000000000000000000000000
  974. Proxy-State = 0x3430
  975. Proxying request 5 to home server 172.16.3.225 port 1812
  976. Sending Access-Request of id 95 to 172.16.3.225 port 1812
  977. User-Name = "[email protected]"
  978. NAS-IP-Address = 172.16.18.82
  979. NAS-Port = 1
  980. Called-Station-Id = "4C-E6-76-CC-54-C7:OpenURC"
  981. Calling-Station-Id = "00-24-2C-2A-F9-89"
  982. Framed-MTU = 1400
  983. NAS-Port-Type = Wireless-802.11
  984. Connect-Info = "CONNECT 54Mbps 802.11g"
  985. EAP-Message = 0x0209014819800000013e16030101061000010201001df36c097efe7a76d9cf933070f8471a1985208574e5cf44c6931e741b1889ab5a1064448f1a0a0f668957a46847b808c6b746490e6fdc10ce433971719435b82cdf964960a5262cf6157653b0aef36c3ee1a92aa57adabf5f229bc1b688f24ad5a97344e344dbf379f63c8bec9195dc23314a4a1bd8b1f575ff6888fa5fdc3bf22151a56f8693de1381c804850fa51f3f119f424a38c0370e77cba524a9b75c6f2852b2cd53ca6b24bf65f0f8fbb86fb71bb554e91b6ed1558233df49876b5066d55e0169cac06ef3eea07e8f95133f5c056605b5e7d3f8d9b7b19f9844e0778e13708ac2c8192f
  986. EAP-Message = 0x6b27691a4231de7b2aad4dcfbd5aeec9c8847b72b999702d140301000101160301002868d139093bc34d87e116f596db8d145bfc7365a7f97425b99f7384629efd306332cc31807e92221b
  987. State = 0xbd14c6c2be1ddfa7a4efca0ea3eef625
  988. Message-Authenticator = 0x00000000000000000000000000000000
  989. Proxy-State = 0x3430
  990. Going to the next request
  991. Waking up in 0.9 seconds.
  992. rad_recv: Access-Challenge packet from host 172.16.3.225 port 1812, id=95, length=119
  993. EAP-Message = 0x010a003919001403010001011603010028efa6af376a7473eea192489827277d5c1c877a929f4c6a05635c1ff7c529bb5c0ffb9bf2d6127060
  994. Message-Authenticator = 0x614c8f441e104d6d22457a9012e98fe6
  995. State = 0xbd14c6c2b91edfa7a4efca0ea3eef625
  996. Proxy-State = 0x3430
  997. # Executing section post-proxy from file /etc/freeradius/sites-enabled/default
  998. +- entering group post-proxy {...}
  999. [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
  1000. [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
  1001. [post_proxy_log] expand: %t -> Wed Oct 10 14:33:38 2012
  1002. ++[post_proxy_log] returns ok
  1003. [eap] No pre-existing handler found
  1004. ++[eap] returns noop
  1005. Sending Access-Challenge of id 40 to 172.16.18.82 port 36327
  1006. EAP-Message = 0x010a003919001403010001011603010028efa6af376a7473eea192489827277d5c1c877a929f4c6a05635c1ff7c529bb5c0ffb9bf2d6127060
  1007. Message-Authenticator = 0x00000000000000000000000000000000
  1008. State = 0xbd14c6c2b91edfa7a4efca0ea3eef625
  1009. Finished request 5.
  1010. Going to the next request
  1011. Waking up in 4.9 seconds.
  1012. rad_recv: Access-Request packet from host 172.16.18.82 port 36327, id=41, length=177
  1013. User-Name = "[email protected]"
  1014. NAS-IP-Address = 172.16.18.82
  1015. NAS-Port = 1
  1016. Called-Station-Id = "4C-E6-76-CC-54-C7:OpenURC"
  1017. Calling-Station-Id = "00-24-2C-2A-F9-89"
  1018. Framed-MTU = 1400
  1019. NAS-Port-Type = Wireless-802.11
  1020. Connect-Info = "CONNECT 54Mbps 802.11g"
  1021. EAP-Message = 0x020a00061900
  1022. State = 0xbd14c6c2b91edfa7a4efca0ea3eef625
  1023. Message-Authenticator = 0xa2c9da67ade370411aad2570f56538d7
  1024. # Executing section authorize from file /etc/freeradius/sites-enabled/default
  1025. +- entering group authorize {...}
  1026. ++[preprocess] returns ok
  1027. [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
  1028. [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
  1029. [auth_log] expand: %t -> Wed Oct 10 14:33:38 2012
  1030. ++[auth_log] returns ok
  1031. ++[mschap] returns noop
  1032. ++[digest] returns noop
  1033. [suffix] Looking up realm "kl-dfki.de" for User-Name = "[email protected]"
  1034. [suffix] Found realm "DEFAULT"
  1035. [suffix] Adding Realm = "DEFAULT"
  1036. [suffix] Proxying request from user markus to realm DEFAULT
  1037. [suffix] Preparing to proxy authentication request to realm "DEFAULT"
  1038. ++[suffix] returns updated
  1039. [eap] Request is supposed to be proxied to Realm DEFAULT. Not doing EAP.
  1040. ++[eap] returns noop
  1041. ++[files] returns noop
  1042. [sql] expand: %{Stripped-User-Name} ->
  1043. [sql] ... expanding second conditional
  1044. [sql] expand: %{User-Name} -> [email protected]
  1045. [sql] expand: %{%{User-Name}:-DEFAULT} -> [email protected]
  1046. [sql] expand: %{%{Stripped-User-Name}:-%{%{User-Name}:-DEFAULT}} -> [email protected]
  1047. [sql] sql_set_user escaped user --> '[email protected]'
  1048. rlm_sql (sql): Reserving sql socket id: 2
  1049. [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
  1050. [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
  1051. rlm_sql (sql): Released sql socket id: 2
  1052. [sql] User [email protected] not found
  1053. ++[sql] returns notfound
  1054. ++[expiration] returns noop
  1055. ++[logintime] returns noop
  1056. # Executing section pre-proxy from file /etc/freeradius/sites-enabled/default
  1057. +- entering group pre-proxy {...}
  1058. [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
  1059. [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
  1060. [pre_proxy_log] expand: %t -> Wed Oct 10 14:33:38 2012
  1061. ++[pre_proxy_log] returns ok
  1062. Sending Access-Request of id 145 to 172.16.3.225 port 1812
  1063. User-Name = "[email protected]"
  1064. NAS-IP-Address = 172.16.18.82
  1065. NAS-Port = 1
  1066. Called-Station-Id = "4C-E6-76-CC-54-C7:OpenURC"
  1067. Calling-Station-Id = "00-24-2C-2A-F9-89"
  1068. Framed-MTU = 1400
  1069. NAS-Port-Type = Wireless-802.11
  1070. Connect-Info = "CONNECT 54Mbps 802.11g"
  1071. EAP-Message = 0x020a00061900
  1072. State = 0xbd14c6c2b91edfa7a4efca0ea3eef625
  1073. Message-Authenticator = 0x00000000000000000000000000000000
  1074. Proxy-State = 0x3431
  1075. Proxying request 6 to home server 172.16.3.225 port 1812
  1076. Sending Access-Request of id 145 to 172.16.3.225 port 1812
  1077. User-Name = "[email protected]"
  1078. NAS-IP-Address = 172.16.18.82
  1079. NAS-Port = 1
  1080. Called-Station-Id = "4C-E6-76-CC-54-C7:OpenURC"
  1081. Calling-Station-Id = "00-24-2C-2A-F9-89"
  1082. Framed-MTU = 1400
  1083. NAS-Port-Type = Wireless-802.11
  1084. Connect-Info = "CONNECT 54Mbps 802.11g"
  1085. EAP-Message = 0x020a00061900
  1086. State = 0xbd14c6c2b91edfa7a4efca0ea3eef625
  1087. Message-Authenticator = 0x00000000000000000000000000000000
  1088. Proxy-State = 0x3431
  1089. Going to the next request
  1090. Waking up in 0.9 seconds.
  1091. rad_recv: Access-Challenge packet from host 172.16.3.225 port 1812, id=145, length=105
  1092. EAP-Message = 0x010b002b19001703010020dfb9390fbb1f525218dd469968c68ec210efc73324abc99c584eaa342165433c
  1093. Message-Authenticator = 0x81ccc639f294336def84cac4267cbd49
  1094. State = 0xbd14c6c2b81fdfa7a4efca0ea3eef625
  1095. Proxy-State = 0x3431
  1096. # Executing section post-proxy from file /etc/freeradius/sites-enabled/default
  1097. +- entering group post-proxy {...}
  1098. [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
  1099. [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
  1100. [post_proxy_log] expand: %t -> Wed Oct 10 14:33:38 2012
  1101. ++[post_proxy_log] returns ok
  1102. [eap] No pre-existing handler found
  1103. ++[eap] returns noop
  1104. Sending Access-Challenge of id 41 to 172.16.18.82 port 36327
  1105. EAP-Message = 0x010b002b19001703010020dfb9390fbb1f525218dd469968c68ec210efc73324abc99c584eaa342165433c
  1106. Message-Authenticator = 0x00000000000000000000000000000000
  1107. State = 0xbd14c6c2b81fdfa7a4efca0ea3eef625
  1108. Finished request 6.
  1109. Going to the next request
  1110. Waking up in 4.9 seconds.
  1111. rad_recv: Access-Request packet from host 172.16.18.82 port 36327, id=42, length=222
  1112. User-Name = "[email protected]"
  1113. NAS-IP-Address = 172.16.18.82
  1114. NAS-Port = 1
  1115. Called-Station-Id = "4C-E6-76-CC-54-C7:OpenURC"
  1116. Calling-Station-Id = "00-24-2C-2A-F9-89"
  1117. Framed-MTU = 1400
  1118. NAS-Port-Type = Wireless-802.11
  1119. Connect-Info = "CONNECT 54Mbps 802.11g"
  1120. EAP-Message = 0x020b00331900170301002819c6e29242e49dacbde95dcced1a40d20412b42ce84efdf7e189599de1436bf1538f8263c50e645b
  1121. State = 0xbd14c6c2b81fdfa7a4efca0ea3eef625
  1122. Message-Authenticator = 0x52a48d872faa74f762c09a1cb0b7f957
  1123. # Executing section authorize from file /etc/freeradius/sites-enabled/default
  1124. +- entering group authorize {...}
  1125. ++[preprocess] returns ok
  1126. [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
  1127. [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
  1128. [auth_log] expand: %t -> Wed Oct 10 14:33:38 2012
  1129. ++[auth_log] returns ok
  1130. ++[mschap] returns noop
  1131. ++[digest] returns noop
  1132. [suffix] Looking up realm "kl-dfki.de" for User-Name = "[email protected]"
  1133. [suffix] Found realm "DEFAULT"
  1134. [suffix] Adding Realm = "DEFAULT"
  1135. [suffix] Proxying request from user markus to realm DEFAULT
  1136. [suffix] Preparing to proxy authentication request to realm "DEFAULT"
  1137. ++[suffix] returns updated
  1138. [eap] Request is supposed to be proxied to Realm DEFAULT. Not doing EAP.
  1139. ++[eap] returns noop
  1140. ++[files] returns noop
  1141. [sql] expand: %{Stripped-User-Name} ->
  1142. [sql] ... expanding second conditional
  1143. [sql] expand: %{User-Name} -> [email protected]
  1144. [sql] expand: %{%{User-Name}:-DEFAULT} -> [email protected]
  1145. [sql] expand: %{%{Stripped-User-Name}:-%{%{User-Name}:-DEFAULT}} -> [email protected]
  1146. [sql] sql_set_user escaped user --> '[email protected]'
  1147. rlm_sql (sql): Reserving sql socket id: 1
  1148. [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
  1149. [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
  1150. rlm_sql (sql): Released sql socket id: 1
  1151. [sql] User [email protected] not found
  1152. ++[sql] returns notfound
  1153. ++[expiration] returns noop
  1154. ++[logintime] returns noop
  1155. # Executing section pre-proxy from file /etc/freeradius/sites-enabled/default
  1156. +- entering group pre-proxy {...}
  1157. [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
  1158. [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
  1159. [pre_proxy_log] expand: %t -> Wed Oct 10 14:33:38 2012
  1160. ++[pre_proxy_log] returns ok
  1161. Sending Access-Request of id 15 to 172.16.3.225 port 1812
  1162. User-Name = "[email protected]"
  1163. NAS-IP-Address = 172.16.18.82
  1164. NAS-Port = 1
  1165. Called-Station-Id = "4C-E6-76-CC-54-C7:OpenURC"
  1166. Calling-Station-Id = "00-24-2C-2A-F9-89"
  1167. Framed-MTU = 1400
  1168. NAS-Port-Type = Wireless-802.11
  1169. Connect-Info = "CONNECT 54Mbps 802.11g"
  1170. EAP-Message = 0x020b00331900170301002819c6e29242e49dacbde95dcced1a40d20412b42ce84efdf7e189599de1436bf1538f8263c50e645b
  1171. State = 0xbd14c6c2b81fdfa7a4efca0ea3eef625
  1172. Message-Authenticator = 0x00000000000000000000000000000000
  1173. Proxy-State = 0x3432
  1174. Proxying request 7 to home server 172.16.3.225 port 1812
  1175. Sending Access-Request of id 15 to 172.16.3.225 port 1812
  1176. User-Name = "[email protected]"
  1177. NAS-IP-Address = 172.16.18.82
  1178. NAS-Port = 1
  1179. Called-Station-Id = "4C-E6-76-CC-54-C7:OpenURC"
  1180. Calling-Station-Id = "00-24-2C-2A-F9-89"
  1181. Framed-MTU = 1400
  1182. NAS-Port-Type = Wireless-802.11
  1183. Connect-Info = "CONNECT 54Mbps 802.11g"
  1184. EAP-Message = 0x020b00331900170301002819c6e29242e49dacbde95dcced1a40d20412b42ce84efdf7e189599de1436bf1538f8263c50e645b
  1185. State = 0xbd14c6c2b81fdfa7a4efca0ea3eef625
  1186. Message-Authenticator = 0x00000000000000000000000000000000
  1187. Proxy-State = 0x3432
  1188. Going to the next request
  1189. Waking up in 0.9 seconds.
  1190. rad_recv: Access-Challenge packet from host 172.16.3.225 port 1812, id=15, length=137
  1191. EAP-Message = 0x010c004b19001703010040b79adadf8d5cb5d88870b5783adf0196322e2d7567f69159df3571676eaee865c6fe637288f35c29646f9d4f9d3f039e812003d257a8f490acecdb38336d8cac
  1192. Message-Authenticator = 0x55c8ee7be3e50c845e47dcde5a86c6c4
  1193. State = 0xbd14c6c2bb18dfa7a4efca0ea3eef625
  1194. Proxy-State = 0x3432
  1195. # Executing section post-proxy from file /etc/freeradius/sites-enabled/default
  1196. +- entering group post-proxy {...}
  1197. [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
  1198. [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
  1199. [post_proxy_log] expand: %t -> Wed Oct 10 14:33:38 2012
  1200. ++[post_proxy_log] returns ok
  1201. [eap] No pre-existing handler found
  1202. ++[eap] returns noop
  1203. Sending Access-Challenge of id 42 to 172.16.18.82 port 36327
  1204. EAP-Message = 0x010c004b19001703010040b79adadf8d5cb5d88870b5783adf0196322e2d7567f69159df3571676eaee865c6fe637288f35c29646f9d4f9d3f039e812003d257a8f490acecdb38336d8cac
  1205. Message-Authenticator = 0x00000000000000000000000000000000
  1206. State = 0xbd14c6c2bb18dfa7a4efca0ea3eef625
  1207. Finished request 7.
  1208. Going to the next request
  1209. Waking up in 4.9 seconds.
  1210. rad_recv: Access-Request packet from host 172.16.18.82 port 36327, id=43, length=278
  1211. User-Name = "[email protected]"
  1212. NAS-IP-Address = 172.16.18.82
  1213. NAS-Port = 1
  1214. Called-Station-Id = "4C-E6-76-CC-54-C7:OpenURC"
  1215. Calling-Station-Id = "00-24-2C-2A-F9-89"
  1216. Framed-MTU = 1400
  1217. NAS-Port-Type = Wireless-802.11
  1218. Connect-Info = "CONNECT 54Mbps 802.11g"
  1219. EAP-Message = 0x020c006b1900170301006080fe867c0feee663e9a5c8b7260d6a4bd5e54f777bfcc846dc7f8da84c01dd9dd39ced0ada46bc6ddb428ad97f50e7f8483153ae8b09dc58d4dd1cf85d4b18ded79e222a7e8d71f3adb9be5a0ac61ecbe5672bfa31b2999fcb00944c76831b08
  1220. State = 0xbd14c6c2bb18dfa7a4efca0ea3eef625
  1221. Message-Authenticator = 0xe93ad339b2afa003c58c0c99682b78ce
  1222. # Executing section authorize from file /etc/freeradius/sites-enabled/default
  1223. +- entering group authorize {...}
  1224. ++[preprocess] returns ok
  1225. [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
  1226. [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
  1227. [auth_log] expand: %t -> Wed Oct 10 14:33:38 2012
  1228. ++[auth_log] returns ok
  1229. ++[mschap] returns noop
  1230. ++[digest] returns noop
  1231. [suffix] Looking up realm "kl-dfki.de" for User-Name = "[email protected]"
  1232. [suffix] Found realm "DEFAULT"
  1233. [suffix] Adding Realm = "DEFAULT"
  1234. [suffix] Proxying request from user markus to realm DEFAULT
  1235. [suffix] Preparing to proxy authentication request to realm "DEFAULT"
  1236. ++[suffix] returns updated
  1237. [eap] Request is supposed to be proxied to Realm DEFAULT. Not doing EAP.
  1238. ++[eap] returns noop
  1239. ++[files] returns noop
  1240. [sql] expand: %{Stripped-User-Name} ->
  1241. [sql] ... expanding second conditional
  1242. [sql] expand: %{User-Name} -> [email protected]
  1243. [sql] expand: %{%{User-Name}:-DEFAULT} -> [email protected]
  1244. [sql] expand: %{%{Stripped-User-Name}:-%{%{User-Name}:-DEFAULT}} -> [email protected]
  1245. [sql] sql_set_user escaped user --> '[email protected]'
  1246. rlm_sql (sql): Reserving sql socket id: 0
  1247. [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
  1248. [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
  1249. rlm_sql (sql): Released sql socket id: 0
  1250. [sql] User [email protected] not found
  1251. ++[sql] returns notfound
  1252. ++[expiration] returns noop
  1253. ++[logintime] returns noop
  1254. # Executing section pre-proxy from file /etc/freeradius/sites-enabled/default
  1255. +- entering group pre-proxy {...}
  1256. [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
  1257. [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
  1258. [pre_proxy_log] expand: %t -> Wed Oct 10 14:33:38 2012
  1259. ++[pre_proxy_log] returns ok
  1260. Sending Access-Request of id 86 to 172.16.3.225 port 1812
  1261. User-Name = "[email protected]"
  1262. NAS-IP-Address = 172.16.18.82
  1263. NAS-Port = 1
  1264. Called-Station-Id = "4C-E6-76-CC-54-C7:OpenURC"
  1265. Calling-Station-Id = "00-24-2C-2A-F9-89"
  1266. Framed-MTU = 1400
  1267. NAS-Port-Type = Wireless-802.11
  1268. Connect-Info = "CONNECT 54Mbps 802.11g"
  1269. EAP-Message = 0x020c006b1900170301006080fe867c0feee663e9a5c8b7260d6a4bd5e54f777bfcc846dc7f8da84c01dd9dd39ced0ada46bc6ddb428ad97f50e7f8483153ae8b09dc58d4dd1cf85d4b18ded79e222a7e8d71f3adb9be5a0ac61ecbe5672bfa31b2999fcb00944c76831b08
  1270. State = 0xbd14c6c2bb18dfa7a4efca0ea3eef625
  1271. Message-Authenticator = 0x00000000000000000000000000000000
  1272. Proxy-State = 0x3433
  1273. Proxying request 8 to home server 172.16.3.225 port 1812
  1274. Sending Access-Request of id 86 to 172.16.3.225 port 1812
  1275. User-Name = "[email protected]"
  1276. NAS-IP-Address = 172.16.18.82
  1277. NAS-Port = 1
  1278. Called-Station-Id = "4C-E6-76-CC-54-C7:OpenURC"
  1279. Calling-Station-Id = "00-24-2C-2A-F9-89"
  1280. Framed-MTU = 1400
  1281. NAS-Port-Type = Wireless-802.11
  1282. Connect-Info = "CONNECT 54Mbps 802.11g"
  1283. EAP-Message = 0x020c006b1900170301006080fe867c0feee663e9a5c8b7260d6a4bd5e54f777bfcc846dc7f8da84c01dd9dd39ced0ada46bc6ddb428ad97f50e7f8483153ae8b09dc58d4dd1cf85d4b18ded79e222a7e8d71f3adb9be5a0ac61ecbe5672bfa31b2999fcb00944c76831b08
  1284. State = 0xbd14c6c2bb18dfa7a4efca0ea3eef625
  1285. Message-Authenticator = 0x00000000000000000000000000000000
  1286. Proxy-State = 0x3433
  1287. Going to the next request
  1288. Waking up in 0.9 seconds.
  1289. rad_recv: Access-Challenge packet from host 172.16.3.225 port 1812, id=86, length=145
  1290. EAP-Message = 0x010d005319001703010048218e2326e06471b07ba743719f2d8325a00fcb24a27225d21f80d657186ce4980527ff86b25c10950fa55cf9ad3fdf768f1ffe419a700668c6546c586b6d62a2765276083b726777
  1291. Message-Authenticator = 0xcbcb94bfe943b06c921513f5129ffc6b
  1292. State = 0xbd14c6c2ba19dfa7a4efca0ea3eef625
  1293. Proxy-State = 0x3433
  1294. # Executing section post-proxy from file /etc/freeradius/sites-enabled/default
  1295. +- entering group post-proxy {...}
  1296. [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
  1297. [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
  1298. [post_proxy_log] expand: %t -> Wed Oct 10 14:33:38 2012
  1299. ++[post_proxy_log] returns ok
  1300. [eap] No pre-existing handler found
  1301. ++[eap] returns noop
  1302. Sending Access-Challenge of id 43 to 172.16.18.82 port 36327
  1303. EAP-Message = 0x010d005319001703010048218e2326e06471b07ba743719f2d8325a00fcb24a27225d21f80d657186ce4980527ff86b25c10950fa55cf9ad3fdf768f1ffe419a700668c6546c586b6d62a2765276083b726777
  1304. Message-Authenticator = 0x00000000000000000000000000000000
  1305. State = 0xbd14c6c2ba19dfa7a4efca0ea3eef625
  1306. Finished request 8.
  1307. Going to the next request
  1308. Waking up in 4.9 seconds.
  1309. rad_recv: Access-Request packet from host 172.16.18.82 port 36327, id=44, length=206
  1310. User-Name = "[email protected]"
  1311. NAS-IP-Address = 172.16.18.82
  1312. NAS-Port = 1
  1313. Called-Station-Id = "4C-E6-76-CC-54-C7:OpenURC"
  1314. Calling-Station-Id = "00-24-2C-2A-F9-89"
  1315. Framed-MTU = 1400
  1316. NAS-Port-Type = Wireless-802.11
  1317. Connect-Info = "CONNECT 54Mbps 802.11g"
  1318. EAP-Message = 0x020d002319001703010018c7d47c7efec6b3cee59b0b2151a6a9fb01e8f4a7bf72394b
  1319. State = 0xbd14c6c2ba19dfa7a4efca0ea3eef625
  1320. Message-Authenticator = 0xd36e283888516456317d13cfb9c5651f
  1321. # Executing section authorize from file /etc/freeradius/sites-enabled/default
  1322. +- entering group authorize {...}
  1323. ++[preprocess] returns ok
  1324. [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
  1325. [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
  1326. [auth_log] expand: %t -> Wed Oct 10 14:33:38 2012
  1327. ++[auth_log] returns ok
  1328. ++[mschap] returns noop
  1329. ++[digest] returns noop
  1330. [suffix] Looking up realm "kl-dfki.de" for User-Name = "[email protected]"
  1331. [suffix] Found realm "DEFAULT"
  1332. [suffix] Adding Realm = "DEFAULT"
  1333. [suffix] Proxying request from user markus to realm DEFAULT
  1334. [suffix] Preparing to proxy authentication request to realm "DEFAULT"
  1335. ++[suffix] returns updated
  1336. [eap] Request is supposed to be proxied to Realm DEFAULT. Not doing EAP.
  1337. ++[eap] returns noop
  1338. ++[files] returns noop
  1339. [sql] expand: %{Stripped-User-Name} ->
  1340. [sql] ... expanding second conditional
  1341. [sql] expand: %{User-Name} -> [email protected]
  1342. [sql] expand: %{%{User-Name}:-DEFAULT} -> [email protected]
  1343. [sql] expand: %{%{Stripped-User-Name}:-%{%{User-Name}:-DEFAULT}} -> [email protected]
  1344. [sql] sql_set_user escaped user --> '[email protected]'
  1345. rlm_sql (sql): Reserving sql socket id: 4
  1346. [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
  1347. [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
  1348. rlm_sql (sql): Released sql socket id: 4
  1349. [sql] User [email protected] not found
  1350. ++[sql] returns notfound
  1351. ++[expiration] returns noop
  1352. ++[logintime] returns noop
  1353. # Executing section pre-proxy from file /etc/freeradius/sites-enabled/default
  1354. +- entering group pre-proxy {...}
  1355. [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
  1356. [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
  1357. [pre_proxy_log] expand: %t -> Wed Oct 10 14:33:38 2012
  1358. ++[pre_proxy_log] returns ok
  1359. Sending Access-Request of id 231 to 172.16.3.225 port 1812
  1360. User-Name = "[email protected]"
  1361. NAS-IP-Address = 172.16.18.82
  1362. NAS-Port = 1
  1363. Called-Station-Id = "4C-E6-76-CC-54-C7:OpenURC"
  1364. Calling-Station-Id = "00-24-2C-2A-F9-89"
  1365. Framed-MTU = 1400
  1366. NAS-Port-Type = Wireless-802.11
  1367. Connect-Info = "CONNECT 54Mbps 802.11g"
  1368. EAP-Message = 0x020d002319001703010018c7d47c7efec6b3cee59b0b2151a6a9fb01e8f4a7bf72394b
  1369. State = 0xbd14c6c2ba19dfa7a4efca0ea3eef625
  1370. Message-Authenticator = 0x00000000000000000000000000000000
  1371. Proxy-State = 0x3434
  1372. Proxying request 9 to home server 172.16.3.225 port 1812
  1373. Sending Access-Request of id 231 to 172.16.3.225 port 1812
  1374. User-Name = "[email protected]"
  1375. NAS-IP-Address = 172.16.18.82
  1376. NAS-Port = 1
  1377. Called-Station-Id = "4C-E6-76-CC-54-C7:OpenURC"
  1378. Calling-Station-Id = "00-24-2C-2A-F9-89"
  1379. Framed-MTU = 1400
  1380. NAS-Port-Type = Wireless-802.11
  1381. Connect-Info = "CONNECT 54Mbps 802.11g"
  1382. EAP-Message = 0x020d002319001703010018c7d47c7efec6b3cee59b0b2151a6a9fb01e8f4a7bf72394b
  1383. State = 0xbd14c6c2ba19dfa7a4efca0ea3eef625
  1384. Message-Authenticator = 0x00000000000000000000000000000000
  1385. Proxy-State = 0x3434
  1386. Going to the next request
  1387. Waking up in 0.9 seconds.
  1388. rad_recv: Access-Challenge packet from host 172.16.3.225 port 1812, id=231, length=105
  1389. EAP-Message = 0x010e002b190017030100207b41f9f268d1c6d52ed4ac639296a1b981e6e3966262909f58a2b5fb90d8984d
  1390. Message-Authenticator = 0x2cd0609b28d455386d48caaab1ba4207
  1391. State = 0xbd14c6c2b51adfa7a4efca0ea3eef625
  1392. Proxy-State = 0x3434
  1393. # Executing section post-proxy from file /etc/freeradius/sites-enabled/default
  1394. +- entering group post-proxy {...}
  1395. [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
  1396. [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
  1397. [post_proxy_log] expand: %t -> Wed Oct 10 14:33:38 2012
  1398. ++[post_proxy_log] returns ok
  1399. [eap] No pre-existing handler found
  1400. ++[eap] returns noop
  1401. Sending Access-Challenge of id 44 to 172.16.18.82 port 36327
  1402. EAP-Message = 0x010e002b190017030100207b41f9f268d1c6d52ed4ac639296a1b981e6e3966262909f58a2b5fb90d8984d
  1403. Message-Authenticator = 0x00000000000000000000000000000000
  1404. State = 0xbd14c6c2b51adfa7a4efca0ea3eef625
  1405. Finished request 9.
  1406. Going to the next request
  1407. Waking up in 4.9 seconds.
  1408. rad_recv: Access-Request packet from host 172.16.18.82 port 36327, id=45, length=214
  1409. User-Name = "[email protected]"
  1410. NAS-IP-Address = 172.16.18.82
  1411. NAS-Port = 1
  1412. Called-Station-Id = "4C-E6-76-CC-54-C7:OpenURC"
  1413. Calling-Station-Id = "00-24-2C-2A-F9-89"
  1414. Framed-MTU = 1400
  1415. NAS-Port-Type = Wireless-802.11
  1416. Connect-Info = "CONNECT 54Mbps 802.11g"
  1417. EAP-Message = 0x020e002b19001703010020e45d47b3679ba850d20f535b695395ecc7d20eac30d8516bdbd4ef36c92b824d
  1418. State = 0xbd14c6c2b51adfa7a4efca0ea3eef625
  1419. Message-Authenticator = 0xdc59f124a1700ae49e0c967aa088e190
  1420. # Executing section authorize from file /etc/freeradius/sites-enabled/default
  1421. +- entering group authorize {...}
  1422. ++[preprocess] returns ok
  1423. [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
  1424. [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
  1425. [auth_log] expand: %t -> Wed Oct 10 14:33:38 2012
  1426. ++[auth_log] returns ok
  1427. ++[mschap] returns noop
  1428. ++[digest] returns noop
  1429. [suffix] Looking up realm "kl-dfki.de" for User-Name = "[email protected]"
  1430. [suffix] Found realm "DEFAULT"
  1431. [suffix] Adding Realm = "DEFAULT"
  1432. [suffix] Proxying request from user markus to realm DEFAULT
  1433. [suffix] Preparing to proxy authentication request to realm "DEFAULT"
  1434. ++[suffix] returns updated
  1435. [eap] Request is supposed to be proxied to Realm DEFAULT. Not doing EAP.
  1436. ++[eap] returns noop
  1437. ++[files] returns noop
  1438. [sql] expand: %{Stripped-User-Name} ->
  1439. [sql] ... expanding second conditional
  1440. [sql] expand: %{User-Name} -> [email protected]
  1441. [sql] expand: %{%{User-Name}:-DEFAULT} -> [email protected]
  1442. [sql] expand: %{%{Stripped-User-Name}:-%{%{User-Name}:-DEFAULT}} -> [email protected]
  1443. [sql] sql_set_user escaped user --> '[email protected]'
  1444. rlm_sql (sql): Reserving sql socket id: 3
  1445. [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
  1446. [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
  1447. rlm_sql (sql): Released sql socket id: 3
  1448. [sql] User [email protected] not found
  1449. ++[sql] returns notfound
  1450. ++[expiration] returns noop
  1451. ++[logintime] returns noop
  1452. # Executing section pre-proxy from file /etc/freeradius/sites-enabled/default
  1453. +- entering group pre-proxy {...}
  1454. [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
  1455. [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
  1456. [pre_proxy_log] expand: %t -> Wed Oct 10 14:33:38 2012
  1457. ++[pre_proxy_log] returns ok
  1458. Sending Access-Request of id 147 to 172.16.3.225 port 1812
  1459. User-Name = "[email protected]"
  1460. NAS-IP-Address = 172.16.18.82
  1461. NAS-Port = 1
  1462. Called-Station-Id = "4C-E6-76-CC-54-C7:OpenURC"
  1463. Calling-Station-Id = "00-24-2C-2A-F9-89"
  1464. Framed-MTU = 1400
  1465. NAS-Port-Type = Wireless-802.11
  1466. Connect-Info = "CONNECT 54Mbps 802.11g"
  1467. EAP-Message = 0x020e002b19001703010020e45d47b3679ba850d20f535b695395ecc7d20eac30d8516bdbd4ef36c92b824d
  1468. State = 0xbd14c6c2b51adfa7a4efca0ea3eef625
  1469. Message-Authenticator = 0x00000000000000000000000000000000
  1470. Proxy-State = 0x3435
  1471. Proxying request 10 to home server 172.16.3.225 port 1812
  1472. Sending Access-Request of id 147 to 172.16.3.225 port 1812
  1473. User-Name = "[email protected]"
  1474. NAS-IP-Address = 172.16.18.82
  1475. NAS-Port = 1
  1476. Called-Station-Id = "4C-E6-76-CC-54-C7:OpenURC"
  1477. Calling-Station-Id = "00-24-2C-2A-F9-89"
  1478. Framed-MTU = 1400
  1479. NAS-Port-Type = Wireless-802.11
  1480. Connect-Info = "CONNECT 54Mbps 802.11g"
  1481. EAP-Message = 0x020e002b19001703010020e45d47b3679ba850d20f535b695395ecc7d20eac30d8516bdbd4ef36c92b824d
  1482. State = 0xbd14c6c2b51adfa7a4efca0ea3eef625
  1483. Message-Authenticator = 0x00000000000000000000000000000000
  1484. Proxy-State = 0x3435
  1485. Going to the next request
  1486. Waking up in 0.9 seconds.
  1487. rad_recv: Access-Accept packet from host 172.16.3.225 port 1812, id=147, length=172
  1488. User-Name = "markus"
  1489. MS-MPPE-Recv-Key = 0x26c83d9577f8e06537d0b2d74ffd6194175771c85f16ff741e3178cba1b6cfb4
  1490. MS-MPPE-Send-Key = 0x54375696e746e92edc43738d5f266116756be409d577ebbb3c769b456fa34f77
  1491. EAP-Message = 0x030e0004
  1492. Message-Authenticator = 0xeaed6e712cc02e9be651ad84ebececc9
  1493. Proxy-State = 0x3435
  1494. # Executing section post-proxy from file /etc/freeradius/sites-enabled/default
  1495. +- entering group post-proxy {...}
  1496. [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
  1497. [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
  1498. [post_proxy_log] expand: %t -> Wed Oct 10 14:33:38 2012
  1499. ++[post_proxy_log] returns ok
  1500. [eap] No pre-existing handler found
  1501. ++[eap] returns noop
  1502. Found Auth-Type = Accept
  1503. Auth-Type = Accept, accepting the user
  1504. # Executing section post-auth from file /etc/freeradius/sites-enabled/default
  1505. +- entering group post-auth {...}
  1506. [sql_log] Processing sql_log_postauth
  1507. [sql_log] expand: %{User-Name} -> [email protected]
  1508. [sql_log] expand: %{%{User-Name}:-DEFAULT} -> [email protected]
  1509. [sql_log] sql_set_user escaped user --> '[email protected]'
  1510. [sql_log] WARNING: Deprecated conditional expansion ":-". See "man unlang" for details
  1511. [sql_log] ... expanding second conditional
  1512. [sql_log] expand: Chap-Password -> Chap-Password
  1513. [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');
  1514. [sql_log] expand: /var/log/freeradius/radacct/sql-relay -> /var/log/freeradius/radacct/sql-relay
  1515. ++[sql_log] returns ok
  1516. ++[exec] returns noop
  1517. Sending Access-Accept of id 45 to 172.16.18.82 port 36327
  1518. User-Name = "markus"
  1519. MS-MPPE-Recv-Key = 0x26c83d9577f8e06537d0b2d74ffd6194175771c85f16ff741e3178cba1b6cfb4
  1520. MS-MPPE-Send-Key = 0x54375696e746e92edc43738d5f266116756be409d577ebbb3c769b456fa34f77
  1521. EAP-Message = 0x030e0004
  1522. Message-Authenticator = 0x00000000000000000000000000000000
  1523. Finished request 10.
  1524. Going to the next request
  1525. Waking up in 4.9 seconds.
  1526. rad_recv: Accounting-Request packet from host 172.16.18.82 port 53432, id=46, length=147
  1527. Acct-Session-Id = "50758488-00000003"
  1528. Acct-Status-Type = Start
  1529. Acct-Authentic = RADIUS
  1530. User-Name = "markus"
  1531. NAS-IP-Address = 172.16.18.82
  1532. NAS-Port = 1
  1533. Called-Station-Id = "4C-E6-76-CC-54-C7:OpenURC"
  1534. Calling-Station-Id = "00-24-2C-2A-F9-89"
  1535. NAS-Port-Type = Wireless-802.11
  1536. Connect-Info = "CONNECT 54Mbps 802.11g"
  1537. # Executing section preacct from file /etc/freeradius/sites-enabled/default
  1538. +- entering group preacct {...}
  1539. ++[preprocess] returns ok
  1540. [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"'
  1541. [acct_unique] Acct-Unique-Session-ID = "a77699ebec6865f8".
  1542. ++[acct_unique] returns ok
  1543. ++[files] returns noop
  1544. # Executing section accounting from file /etc/freeradius/sites-enabled/default
  1545. +- entering group accounting {...}
  1546. [detail] expand: /var/log/freeradius/radacct/%{Client-IP-Address}/detail-%Y%m%d -> /var/log/freeradius/radacct/172.16.18.82/detail-20121010
  1547. [detail] /var/log/freeradius/radacct/%{Client-IP-Address}/detail-%Y%m%d expands to /var/log/freeradius/radacct/172.16.18.82/detail-20121010
  1548. [detail] expand: %t -> Wed Oct 10 14:33:38 2012
  1549. ++[detail] returns ok
  1550. ++[unix] returns ok
  1551. [radutmp] expand: /var/log/freeradius/radutmp -> /var/log/freeradius/radutmp
  1552. [radutmp] expand: %{User-Name} -> markus
  1553. ++[radutmp] returns ok
  1554. [sql] expand: %{Stripped-User-Name} ->
  1555. [sql] ... expanding second conditional
  1556. [sql] expand: %{User-Name} -> markus
  1557. [sql] expand: %{%{User-Name}:-DEFAULT} -> markus
  1558. [sql] expand: %{%{Stripped-User-Name}:-%{%{User-Name}:-DEFAULT}} -> markus
  1559. [sql] sql_set_user escaped user --> 'markus'
  1560. [sql] expand: %{Acct-Delay-Time} ->
  1561. [sql] ... expanding second conditional
  1562. [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}',
  1563. rlm_sql (sql): Reserving sql socket id: 2
  1564. rlm_sql (sql): Released sql socket id: 2
  1565. ++[sql] returns ok
  1566. ++[exec] returns noop
  1567. [attr_filter.accounting_response] expand: %{User-Name} -> markus
  1568. attr_filter: Matched entry DEFAULT at line 12
  1569. ++[attr_filter.accounting_response] returns updated
  1570. Sending Accounting-Response of id 46 to 172.16.18.82 port 53432
  1571. Finished request 11.
  1572. Cleaning up request 11 ID 46 with timestamp +14
  1573. Going to the next request
  1574. Waking up in 4.8 seconds.
  1575. Cleaning up request 1 ID 36 with timestamp +14
  1576. Cleaning up request 2 ID 37 with timestamp +14
  1577. Cleaning up request 3 ID 38 with timestamp +14
  1578. Cleaning up request 4 ID 39 with timestamp +14
  1579. Cleaning up request 5 ID 40 with timestamp +14
  1580. Cleaning up request 6 ID 41 with timestamp +14
  1581. Cleaning up request 7 ID 42 with timestamp +14
  1582. Cleaning up request 8 ID 43 with timestamp +14
  1583. Cleaning up request 9 ID 44 with timestamp +14
  1584. Cleaning up request 10 ID 45 with timestamp +14
  1585. Ready to process requests.
Advertisement
Add Comment
Please, Sign In to add comment