Guest User

Untitled

a guest
May 8th, 2020
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 32.38 KB | None | 0 0
  1. [2.4.5-RELEASE][admin@pfSense.localdomain]/root: radiusd -X
  2. FreeRADIUS Version 3.0.20
  3. Copyright (C) 1999-2019 The FreeRADIUS server project and contributors
  4. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A
  5. PARTICULAR PURPOSE
  6. You may redistribute copies of FreeRADIUS under the terms of the
  7. GNU General Public License
  8. For more information about these matters, see the file named COPYRIGHT
  9. Starting - reading configuration files ...
  10. including dictionary file /usr/local/share/freeradius/dictionary
  11. including dictionary file /usr/local/share/freeradius/dictionary.dhcp
  12. including dictionary file /usr/local/share/freeradius/dictionary.vqp
  13. including dictionary file /usr/local/etc/raddb/dictionary
  14. including configuration file /usr/local/etc/raddb/radiusd.conf
  15. including configuration file /usr/local/etc/raddb/clients.conf
  16. including files in directory /usr/local/etc/raddb/mods-enabled/
  17. including configuration file /usr/local/etc/raddb/mods-enabled/attr_filter
  18. including configuration file /usr/local/etc/raddb/mods-enabled/cache_eap
  19. including configuration file /usr/local/etc/raddb/mods-enabled/chap
  20. including configuration file /usr/local/etc/raddb/mods-enabled/date
  21. including configuration file /usr/local/etc/raddb/mods-enabled/detail
  22. including configuration file /usr/local/etc/raddb/mods-enabled/detail.log
  23. including configuration file /usr/local/etc/raddb/mods-enabled/digest
  24. including configuration file /usr/local/etc/raddb/mods-enabled/dynamic_clients
  25. including configuration file /usr/local/etc/raddb/mods-enabled/eap
  26. including configuration file /usr/local/etc/raddb/mods-enabled/echo
  27. including configuration file /usr/local/etc/raddb/mods-enabled/exec
  28. including configuration file /usr/local/etc/raddb/mods-enabled/expiration
  29. including configuration file /usr/local/etc/raddb/mods-enabled/expr
  30. including configuration file /usr/local/etc/raddb/mods-enabled/files
  31. including configuration file /usr/local/etc/raddb/mods-enabled/linelog
  32. including configuration file /usr/local/etc/raddb/mods-enabled/logintime
  33. including configuration file /usr/local/etc/raddb/mods-enabled/mschap
  34. including configuration file /usr/local/etc/raddb/mods-enabled/realm
  35. including configuration file /usr/local/etc/raddb/mods-enabled/pap
  36. including configuration file /usr/local/etc/raddb/mods-enabled/passwd
  37. including configuration file /usr/local/etc/raddb/mods-enabled/preprocess
  38. including configuration file /usr/local/etc/raddb/mods-enabled/radutmp
  39. including configuration file /usr/local/etc/raddb/mods-enabled/counter
  40. including configuration file /usr/local/etc/raddb/mods-enabled/replicate
  41. including configuration file /usr/local/etc/raddb/mods-enabled/soh
  42. including configuration file /usr/local/etc/raddb/mods-enabled/sradutmp
  43. including configuration file /usr/local/etc/raddb/mods-enabled/unix
  44. including configuration file /usr/local/etc/raddb/mods-enabled/always
  45. including configuration file /usr/local/etc/raddb/mods-enabled/unpack
  46. including configuration file /usr/local/etc/raddb/mods-enabled/utf8
  47. including configuration file /usr/local/etc/raddb/mods-enabled/motp
  48. including configuration file /usr/local/etc/raddb/mods-enabled/googleauth
  49. including configuration file /usr/local/etc/raddb/mods-enabled/datacounter_acct
  50. including files in directory /usr/local/etc/raddb/policy.d/
  51. including configuration file /usr/local/etc/raddb/policy.d/accounting
  52. including configuration file /usr/local/etc/raddb/policy.d/canonicalization
  53. including configuration file /usr/local/etc/raddb/policy.d/control
  54. including configuration file /usr/local/etc/raddb/policy.d/cui
  55. including configuration file /usr/local/etc/raddb/policy.d/debug
  56. including configuration file /usr/local/etc/raddb/policy.d/dhcp
  57. including configuration file /usr/local/etc/raddb/policy.d/eap
  58. including configuration file /usr/local/etc/raddb/policy.d/filter
  59. including configuration file /usr/local/etc/raddb/policy.d/moonshot-targeted-ids
  60. including configuration file /usr/local/etc/raddb/policy.d/operator-name
  61. including configuration file /usr/local/etc/raddb/policy.d/rfc7542
  62. including configuration file /usr/local/etc/raddb/policy.d/abfab-tr
  63. including configuration file /usr/local/etc/raddb/policy.d/pfs_custom_policies
  64. including files in directory /usr/local/etc/raddb/sites-enabled/
  65. including configuration file /usr/local/etc/raddb/sites-enabled/default
  66. including configuration file /usr/local/etc/raddb/sites-enabled/inner-tunnel-ttl s
  67. including configuration file /usr/local/etc/raddb/sites-enabled/inner-tunnel-pea p
  68. main {
  69. security {
  70. allow_core_dumps = no
  71. }
  72. name = "radiusd"
  73. prefix = "/usr/local"
  74. localstatedir = "/var"
  75. logdir = "/var/log"
  76. run_dir = "/var/run"
  77. }
  78. main {
  79. name = "radiusd"
  80. prefix = "/usr/local"
  81. localstatedir = "/var"
  82. sbindir = "/usr/local/sbin"
  83. logdir = "/var/log"
  84. run_dir = "/var/run"
  85. libdir = "/usr/local/lib/freeradius-3.0.20"
  86. radacctdir = "/var/log/radacct"
  87. hostname_lookups = no
  88. max_request_time = 30
  89. cleanup_delay = 5
  90. max_requests = 1024
  91. pidfile = "/var/run/radiusd.pid"
  92. checkrad = "/usr/local/sbin/checkrad"
  93. debug_level = 0
  94. proxy_requests = yes
  95. log {
  96. stripped_names = no
  97. auth = yes
  98. auth_badpass = no
  99. auth_goodpass = no
  100. msg_badpass = ""
  101. msg_goodpass = ""
  102. colourise = yes
  103. msg_denied = "You are already logged in - access denied"
  104. }
  105. resources {
  106. }
  107. security {
  108. max_attributes = 200
  109. reject_delay = 1.000000
  110. status_server = no
  111. }
  112. }
  113. radiusd: #### Loading Realms and Home Servers ####
  114. radiusd: #### Loading Clients ####
  115. client Junos-switch {
  116. ipaddr = 192.168.2.50
  117. require_message_authenticator = no
  118. secret = <<< secret >>>
  119. nas_type = "other"
  120. proto = "udp"
  121. limit {
  122. max_connections = 16
  123. lifetime = 0
  124. idle_timeout = 30
  125. }
  126. }
  127. Debugger not attached
  128. # Creating Auth-Type = mschap
  129. # Creating Auth-Type = digest
  130. # Creating Auth-Type = eap
  131. # Creating Auth-Type = PAP
  132. # Creating Auth-Type = CHAP
  133. # Creating Auth-Type = MS-CHAP
  134. # Creating Auth-Type = MOTP
  135. # Creating Auth-Type = GOOGLEAUTH
  136. # Creating Autz-Type = Status-Server
  137. # Creating Acct-Type = Status-Server
  138. radiusd: #### Instantiating modules ####
  139. modules {
  140. # Loaded module rlm_attr_filter
  141. # Loading module "attr_filter.post-proxy" from file /usr/local/etc/raddb/mods- enabled/attr_filter
  142. attr_filter attr_filter.post-proxy {
  143. filename = "/usr/local/etc/raddb/mods-config/attr_filter/post-proxy"
  144. key = "%{Realm}"
  145. relaxed = no
  146. }
  147. # Loading module "attr_filter.pre-proxy" from file /usr/local/etc/raddb/mods-e nabled/attr_filter
  148. attr_filter attr_filter.pre-proxy {
  149. filename = "/usr/local/etc/raddb/mods-config/attr_filter/pre-proxy"
  150. key = "%{Realm}"
  151. relaxed = no
  152. }
  153. # Loading module "attr_filter.access_reject" from file /usr/local/etc/raddb/mo ds-enabled/attr_filter
  154. attr_filter attr_filter.access_reject {
  155. filename = "/usr/local/etc/raddb/mods-config/attr_filter/access_reject"
  156. key = "%{User-Name}"
  157. relaxed = no
  158. }
  159. # Loading module "attr_filter.access_challenge" from file /usr/local/etc/raddb /mods-enabled/attr_filter
  160. attr_filter attr_filter.access_challenge {
  161. filename = "/usr/local/etc/raddb/mods-config/attr_filter/access_challeng e"
  162. key = "%{User-Name}"
  163. relaxed = no
  164. }
  165. # Loading module "attr_filter.accounting_response" from file /usr/local/etc/ra ddb/mods-enabled/attr_filter
  166. attr_filter attr_filter.accounting_response {
  167. filename = "/usr/local/etc/raddb/mods-config/attr_filter/accounting_resp onse"
  168. key = "%{User-Name}"
  169. relaxed = no
  170. }
  171. # Loaded module rlm_cache
  172. # Loading module "cache_eap" from file /usr/local/etc/raddb/mods-enabled/cache _eap
  173. cache cache_eap {
  174. driver = "rlm_cache_rbtree"
  175. key = "%{%{control:State}:-%{%{reply:State}:-%{State}}}"
  176. ttl = 15
  177. max_entries = 0
  178. epoch = 0
  179. add_stats = no
  180. }
  181. # Loaded module rlm_chap
  182. # Loading module "chap" from file /usr/local/etc/raddb/mods-enabled/chap
  183. # Loaded module rlm_date
  184. # Loading module "date" from file /usr/local/etc/raddb/mods-enabled/date
  185. date {
  186. format = "%b %e %Y %H:%M:%S %Z"
  187. utc = no
  188. }
  189. # Loading module "wispr2date" from file /usr/local/etc/raddb/mods-enabled/date
  190. date wispr2date {
  191. format = "%Y-%m-%dT%H:%M:%S"
  192. utc = no
  193. }
  194. # Loaded module rlm_detail
  195. # Loading module "detail" from file /usr/local/etc/raddb/mods-enabled/detail
  196. detail {
  197. filename = "/var/log/radacct/%{%{Packet-Src-IP-Address}:-%{Packet-Src-IP v6-Address}}/detail-%Y%m%d"
  198. header = "%t"
  199. permissions = 384
  200. locking = no
  201. escape_filenames = no
  202. log_packet_header = no
  203. }
  204. # Loading module "auth_log" from file /usr/local/etc/raddb/mods-enabled/detail .log
  205. detail auth_log {
  206. filename = "/var/log/radacct/%{%{Packet-Src-IP-Address}:-%{Packet-Src-IP v6-Address}}/auth-detail-%Y%m%d"
  207. header = "%t"
  208. permissions = 384
  209. locking = no
  210. escape_filenames = no
  211. log_packet_header = no
  212. }
  213. # Loading module "reply_log" from file /usr/local/etc/raddb/mods-enabled/detai l.log
  214. detail reply_log {
  215. filename = "/var/log/radacct/%{%{Packet-Src-IP-Address}:-%{Packet-Src-IP v6-Address}}/reply-detail-%Y%m%d"
  216. header = "%t"
  217. permissions = 384
  218. locking = no
  219. escape_filenames = no
  220. log_packet_header = no
  221. }
  222. # Loading module "pre_proxy_log" from file /usr/local/etc/raddb/mods-enabled/d etail.log
  223. detail pre_proxy_log {
  224. filename = "/var/log/radacct/%{%{Packet-Src-IP-Address}:-%{Packet-Src-IP v6-Address}}/pre-proxy-detail-%Y%m%d"
  225. header = "%t"
  226. permissions = 384
  227. locking = no
  228. escape_filenames = no
  229. log_packet_header = no
  230. }
  231. # Loading module "post_proxy_log" from file /usr/local/etc/raddb/mods-enabled/ detail.log
  232. detail post_proxy_log {
  233. filename = "/var/log/radacct/%{%{Packet-Src-IP-Address}:-%{Packet-Src-IP v6-Address}}/post-proxy-detail-%Y%m%d"
  234. header = "%t"
  235. permissions = 384
  236. locking = no
  237. escape_filenames = no
  238. log_packet_header = no
  239. }
  240. # Loaded module rlm_digest
  241. # Loading module "digest" from file /usr/local/etc/raddb/mods-enabled/digest
  242. # Loaded module rlm_dynamic_clients
  243. # Loading module "dynamic_clients" from file /usr/local/etc/raddb/mods-enabled /dynamic_clients
  244. # Loaded module rlm_eap
  245. # Loading module "eap" from file /usr/local/etc/raddb/mods-enabled/eap
  246. eap {
  247. default_eap_type = "md5"
  248. timer_expire = 60
  249. ignore_unknown_eap_types = no
  250. cisco_accounting_username_bug = no
  251. max_sessions = 4096
  252. }
  253. # Loaded module rlm_exec
  254. # Loading module "echo" from file /usr/local/etc/raddb/mods-enabled/echo
  255. exec echo {
  256. wait = yes
  257. program = "/bin/echo %{User-Name}"
  258. input_pairs = "request"
  259. output_pairs = "reply"
  260. shell_escape = yes
  261. }
  262. # Loading module "exec" from file /usr/local/etc/raddb/mods-enabled/exec
  263. exec {
  264. wait = no
  265. input_pairs = "request"
  266. shell_escape = yes
  267. timeout = 10
  268. }
  269. # Loaded module rlm_expiration
  270. # Loading module "expiration" from file /usr/local/etc/raddb/mods-enabled/expi ration
  271. # Loaded module rlm_expr
  272. # Loading module "expr" from file /usr/local/etc/raddb/mods-enabled/expr
  273. expr {
  274. safe_characters = "@abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ 0123456789.-_: /äéöüàâæçèéêëîïôœùûüaÿÄÉÖÜßÀÂÆÇÈÉÊËÎÏÔŒÙÛÜŸ"
  275. }
  276. # Loaded module rlm_files
  277. # Loading module "files" from file /usr/local/etc/raddb/mods-enabled/files
  278. files {
  279. filename = "/usr/local/etc/raddb/mods-config/files/authorize"
  280. acctusersfile = "/usr/local/etc/raddb/mods-config/files/accounting"
  281. preproxy_usersfile = "/usr/local/etc/raddb/mods-config/files/pre-proxy"
  282. }
  283. # Loaded module rlm_linelog
  284. # Loading module "linelog" from file /usr/local/etc/raddb/mods-enabled/linelog
  285. linelog {
  286. filename = "/var/log/linelog"
  287. escape_filenames = no
  288. syslog_severity = "info"
  289. permissions = 384
  290. format = "This is a log message for %{User-Name}"
  291. reference = "messages.%{%{reply:Packet-Type}:-default}"
  292. }
  293. # Loading module "log_accounting" from file /usr/local/etc/raddb/mods-enabled/ linelog
  294. linelog log_accounting {
  295. filename = "/var/log/linelog-accounting"
  296. escape_filenames = no
  297. syslog_severity = "info"
  298. permissions = 384
  299. format = ""
  300. reference = "Accounting-Request.%{%{Acct-Status-Type}:-unknown}"
  301. }
  302. # Loaded module rlm_logintime
  303. # Loading module "logintime" from file /usr/local/etc/raddb/mods-enabled/login time
  304. logintime {
  305. minimum_timeout = 60
  306. }
  307. # Loaded module rlm_mschap
  308. # Loading module "mschap" from file /usr/local/etc/raddb/mods-enabled/mschap
  309. mschap {
  310. use_mppe = yes
  311. require_encryption = no
  312. require_strong = no
  313. with_ntdomain_hack = yes
  314. passchange {
  315. }
  316. allow_retry = yes
  317. winbind_retry_with_normalised_username = no
  318. }
  319. # Loaded module rlm_realm
  320. # Loading module "IPASS" from file /usr/local/etc/raddb/mods-enabled/realm
  321. realm IPASS {
  322. format = "prefix"
  323. delimiter = "/"
  324. ignore_default = no
  325. ignore_null = yes
  326. }
  327. # Loading module "suffix" from file /usr/local/etc/raddb/mods-enabled/realm
  328. realm suffix {
  329. format = "suffix"
  330. delimiter = "@"
  331. ignore_default = no
  332. ignore_null = yes
  333. }
  334. # Loading module "realmpercent" from file /usr/local/etc/raddb/mods-enabled/re alm
  335. realm realmpercent {
  336. format = "suffix"
  337. delimiter = "%"
  338. ignore_default = no
  339. ignore_null = yes
  340. }
  341. # Loading module "ntdomain" from file /usr/local/etc/raddb/mods-enabled/realm
  342. realm ntdomain {
  343. format = "prefix"
  344. delimiter = "\"
  345. ignore_default = no
  346. ignore_null = yes
  347. }
  348. # Loaded module rlm_pap
  349. # Loading module "pap" from file /usr/local/etc/raddb/mods-enabled/pap
  350. pap {
  351. normalise = yes
  352. }
  353. # Loaded module rlm_passwd
  354. # Loading module "etc_passwd" from file /usr/local/etc/raddb/mods-enabled/pass wd
  355. passwd etc_passwd {
  356. filename = "/etc/passwd"
  357. format = "*User-Name:Crypt-Password:"
  358. delimiter = ":"
  359. ignore_nislike = no
  360. ignore_empty = yes
  361. allow_multiple_keys = no
  362. hash_size = 100
  363. }
  364. # Loaded module rlm_preprocess
  365. # Loading module "preprocess" from file /usr/local/etc/raddb/mods-enabled/prep rocess
  366. preprocess {
  367. huntgroups = "/usr/local/etc/raddb/mods-config/preprocess/huntgroups"
  368. hints = "/usr/local/etc/raddb/mods-config/preprocess/hints"
  369. with_ascend_hack = no
  370. ascend_channels_per_line = 23
  371. with_ntdomain_hack = no
  372. with_specialix_jetstream_hack = no
  373. with_cisco_vsa_hack = no
  374. with_alvarion_vsa_hack = no
  375. }
  376. # Loaded module rlm_radutmp
  377. # Loading module "radutmp" from file /usr/local/etc/raddb/mods-enabled/radutmp
  378. radutmp {
  379. filename = "/var/log/radutmp"
  380. username = "%{User-Name}"
  381. case_sensitive = yes
  382. check_with_nas = yes
  383. permissions = 384
  384. caller_id = yes
  385. }
  386. # Loaded module rlm_counter
  387. # Loading module "daily" from file /usr/local/etc/raddb/mods-enabled/counter
  388. counter daily {
  389. filename = "/var/log/radacct/timecounter/db.daily"
  390. key = "User-Name"
  391. reset = "daily"
  392. count_attribute = "Acct-Session-Time"
  393. counter_name = "Daily-Session-Time"
  394. check_name = "Max-Daily-Session"
  395. reply_name = "Session-Timeout"
  396. cache_size = 5000
  397. }
  398. # Loading module "weekly" from file /usr/local/etc/raddb/mods-enabled/counter
  399. counter weekly {
  400. filename = "/var/log/radacct/timecounter/db.weekly"
  401. key = "User-Name"
  402. reset = "weekly"
  403. count_attribute = "Acct-Session-Time"
  404. counter_name = "Weekly-Session-Time"
  405. check_name = "Max-Weekly-Session"
  406. reply_name = "Session-Timeout"
  407. cache_size = 5000
  408. }
  409. # Loading module "monthly" from file /usr/local/etc/raddb/mods-enabled/counter
  410. counter monthly {
  411. filename = "/var/log/radacct/timecounter/db.monthly"
  412. key = "User-Name"
  413. reset = "monthly"
  414. count_attribute = "Acct-Session-Time"
  415. counter_name = "Monthly-Session-Time"
  416. check_name = "Max-Monthly-Session"
  417. reply_name = "Session-Timeout"
  418. cache_size = 5000
  419. }
  420. # Loading module "forever" from file /usr/local/etc/raddb/mods-enabled/counter
  421. counter forever {
  422. filename = "/var/log/radacct/timecounter/db.forever"
  423. key = "User-Name"
  424. reset = "never"
  425. count_attribute = "Acct-Session-Time"
  426. counter_name = "Forever-Session-Time"
  427. check_name = "Max-Forever-Session"
  428. reply_name = "Session-Timeout"
  429. cache_size = 5000
  430. }
  431. # Loaded module rlm_replicate
  432. # Loading module "replicate" from file /usr/local/etc/raddb/mods-enabled/repli cate
  433. # Loaded module rlm_soh
  434. # Loading module "soh" from file /usr/local/etc/raddb/mods-enabled/soh
  435. soh {
  436. dhcp = yes
  437. }
  438. # Loading module "sradutmp" from file /usr/local/etc/raddb/mods-enabled/sradut mp
  439. radutmp sradutmp {
  440. filename = "/var/log/sradutmp"
  441. username = "%{User-Name}"
  442. case_sensitive = yes
  443. check_with_nas = yes
  444. permissions = 420
  445. caller_id = no
  446. }
  447. # Loaded module rlm_unix
  448. # Loading module "unix" from file /usr/local/etc/raddb/mods-enabled/unix
  449. unix {
  450. radwtmp = "/var/log/radwtmp"
  451. }
  452. Creating attribute Unix-Group
  453. # Loaded module rlm_always
  454. # Loading module "reject" from file /usr/local/etc/raddb/mods-enabled/always
  455. always reject {
  456. rcode = "reject"
  457. simulcount = 0
  458. mpp = no
  459. }
  460. # Loading module "fail" from file /usr/local/etc/raddb/mods-enabled/always
  461. always fail {
  462. rcode = "fail"
  463. simulcount = 0
  464. mpp = no
  465. }
  466. # Loading module "ok" from file /usr/local/etc/raddb/mods-enabled/always
  467. always ok {
  468. rcode = "ok"
  469. simulcount = 0
  470. mpp = no
  471. }
  472. # Loading module "handled" from file /usr/local/etc/raddb/mods-enabled/always
  473. always handled {
  474. rcode = "handled"
  475. simulcount = 0
  476. mpp = no
  477. }
  478. # Loading module "invalid" from file /usr/local/etc/raddb/mods-enabled/always
  479. always invalid {
  480. rcode = "invalid"
  481. simulcount = 0
  482. mpp = no
  483. }
  484. # Loading module "userlock" from file /usr/local/etc/raddb/mods-enabled/always
  485. always userlock {
  486. rcode = "userlock"
  487. simulcount = 0
  488. mpp = no
  489. }
  490. # Loading module "notfound" from file /usr/local/etc/raddb/mods-enabled/always
  491. always notfound {
  492. rcode = "notfound"
  493. simulcount = 0
  494. mpp = no
  495. }
  496. # Loading module "noop" from file /usr/local/etc/raddb/mods-enabled/always
  497. always noop {
  498. rcode = "noop"
  499. simulcount = 0
  500. mpp = no
  501. }
  502. # Loading module "updated" from file /usr/local/etc/raddb/mods-enabled/always
  503. always updated {
  504. rcode = "updated"
  505. simulcount = 0
  506. mpp = no
  507. }
  508. # Loaded module rlm_unpack
  509. # Loading module "unpack" from file /usr/local/etc/raddb/mods-enabled/unpack
  510. # Loaded module rlm_utf8
  511. # Loading module "utf8" from file /usr/local/etc/raddb/mods-enabled/utf8
  512. # Loading module "motp" from file /usr/local/etc/raddb/mods-enabled/motp
  513. exec motp {
  514. wait = yes
  515. program = "/usr/local/bin/bash /usr/local/etc/raddb/scripts/otpverify.sh %{request:User-Name} %{request:User-Password} %{reply:MOTP-Init-Secret} %{reply :MOTP-PIN} %{reply:MOTP-Offset}"
  516. shell_escape = yes
  517. }
  518. # Loading module "googleauth" from file /usr/local/etc/raddb/mods-enabled/goog leauth
  519. exec googleauth {
  520. wait = yes
  521. program = "/usr/local/etc/raddb/scripts/googleauth.py %{request:User-Nam e} %{reply:MOTP-Init-Secret} %{reply:MOTP-PIN} %{request:User-Password}"
  522. shell_escape = yes
  523. }
  524. # Loading module "datacounterdaily" from file /usr/local/etc/raddb/mods-enable d/datacounter_acct
  525. exec datacounterdaily {
  526. wait = yes
  527. program = "/bin/sh /usr/local/etc/raddb/scripts/datacounter_acct.sh %{re quest:User-Name} daily %{request:Acct-Input-Octets} %{request:Acct-Output-Octets } %{request:Acct-Status-Type} %{request:Acct-Session-Id}"
  528. shell_escape = yes
  529. }
  530. # Loading module "datacounterweekly" from file /usr/local/etc/raddb/mods-enabl ed/datacounter_acct
  531. exec datacounterweekly {
  532. wait = yes
  533. program = "/bin/sh /usr/local/etc/raddb/scripts/datacounter_acct.sh %{re quest:User-Name} weekly %{request:Acct-Input-Octets} %{request:Acct-Output-Octet s} %{request:Acct-Status-Type} %{request:Acct-Session-Id}"
  534. shell_escape = yes
  535. }
  536. # Loading module "datacountermonthly" from file /usr/local/etc/raddb/mods-enab led/datacounter_acct
  537. exec datacountermonthly {
  538. wait = yes
  539. program = "/bin/sh /usr/local/etc/raddb/scripts/datacounter_acct.sh %{re quest:User-Name} monthly %{request:Acct-Input-Octets} %{request:Acct-Output-Octe ts} %{request:Acct-Status-Type} %{request:Acct-Session-Id}"
  540. shell_escape = yes
  541. }
  542. # Loading module "datacounterforever" from file /usr/local/etc/raddb/mods-enab led/datacounter_acct
  543. exec datacounterforever {
  544. wait = yes
  545. program = "/bin/sh /usr/local/etc/raddb/scripts/datacounter_acct.sh %{re quest:User-Name} forever %{request:Acct-Input-Octets} %{request:Acct-Output-Octe ts} %{request:Acct-Status-Type} %{request:Acct-Session-Id}"
  546. shell_escape = yes
  547. }
  548. instantiate {
  549. # Instantiating module "expiration" from file /usr/local/etc/raddb/mods-enable d/expiration
  550. # Instantiating module "logintime" from file /usr/local/etc/raddb/mods-enabled /logintime
  551. # Instantiating module "daily" from file /usr/local/etc/raddb/mods-enabled/cou nter
  552. rlm_counter: Current Time: 1588930277 [2020-05-08 04:31:17], Next reset 15890004 00 [2020-05-09 00:00:00]
  553. rlm_counter: add_defaults: Start
  554. rlm_counter: DEFAULT1 set to 1589000400
  555. rlm_counter: DEFAULT2 set to 1588930277
  556. rlm_counter: add_defaults: End
  557. # Instantiating module "weekly" from file /usr/local/etc/raddb/mods-enabled/co unter
  558. rlm_counter: Current Time: 1588930277 [2020-05-08 04:31:17], Next reset 15890868 00 [2020-05-10 00:00:00]
  559. rlm_counter: add_defaults: Start
  560. rlm_counter: DEFAULT1 set to 1589086800
  561. rlm_counter: DEFAULT2 set to 1588930277
  562. rlm_counter: add_defaults: End
  563. # Instantiating module "monthly" from file /usr/local/etc/raddb/mods-enabled/c ounter
  564. rlm_counter: Current Time: 1588930277 [2020-05-08 04:31:17], Next reset 15909876 00 [2020-06-01 00:00:00]
  565. rlm_counter: add_defaults: Start
  566. rlm_counter: DEFAULT1 set to 1590987600
  567. rlm_counter: DEFAULT2 set to 1588930277
  568. rlm_counter: add_defaults: End
  569. # Instantiating module "forever" from file /usr/local/etc/raddb/mods-enabled/c ounter
  570. rlm_counter: Current Time: 1588930277 [2020-05-08 04:31:17], Next reset 0 [2020- 05-08 04:00:00]
  571. rlm_counter: add_defaults: Start
  572. rlm_counter: DEFAULT1 set to 0
  573. rlm_counter: DEFAULT2 set to 1588930277
  574. rlm_counter: add_defaults: End
  575. }
  576. # Instantiating module "attr_filter.post-proxy" from file /usr/local/etc/raddb /mods-enabled/attr_filter
  577. reading pairlist file /usr/local/etc/raddb/mods-config/attr_filter/post-proxy
  578. # Instantiating module "attr_filter.pre-proxy" from file /usr/local/etc/raddb/ mods-enabled/attr_filter
  579. reading pairlist file /usr/local/etc/raddb/mods-config/attr_filter/pre-proxy
  580. # Instantiating module "attr_filter.access_reject" from file /usr/local/etc/ra ddb/mods-enabled/attr_filter
  581. reading pairlist file /usr/local/etc/raddb/mods-config/attr_filter/access_reject
  582. # Instantiating module "attr_filter.access_challenge" from file /usr/local/etc /raddb/mods-enabled/attr_filter
  583. reading pairlist file /usr/local/etc/raddb/mods-config/attr_filter/access_challe nge
  584. # Instantiating module "attr_filter.accounting_response" from file /usr/local/ etc/raddb/mods-enabled/attr_filter
  585. reading pairlist file /usr/local/etc/raddb/mods-config/attr_filter/accounting_re sponse
  586. # Instantiating module "cache_eap" from file /usr/local/etc/raddb/mods-enabled /cache_eap
  587. rlm_cache (cache_eap): Driver rlm_cache_rbtree (module rlm_cache_rbtree) loaded and linked
  588. # Instantiating module "detail" from file /usr/local/etc/raddb/mods-enabled/de tail
  589. # Instantiating module "auth_log" from file /usr/local/etc/raddb/mods-enabled/ detail.log
  590. rlm_detail (auth_log): 'User-Password' suppressed, will not appear in detail out put
  591. # Instantiating module "reply_log" from file /usr/local/etc/raddb/mods-enabled /detail.log
  592. # Instantiating module "pre_proxy_log" from file /usr/local/etc/raddb/mods-ena bled/detail.log
  593. # Instantiating module "post_proxy_log" from file /usr/local/etc/raddb/mods-en abled/detail.log
  594. # Instantiating module "eap" from file /usr/local/etc/raddb/mods-enabled/eap
  595. # Linked to sub-module rlm_eap_md5
  596. # Linked to sub-module rlm_eap_leap
  597. # Linked to sub-module rlm_eap_gtc
  598. gtc {
  599. challenge = "Password: "
  600. auth_type = "PAP"
  601. }
  602. # Linked to sub-module rlm_eap_tls
  603. tls {
  604. tls = "tls-common"
  605. }
  606. tls-config tls-common {
  607. verify_depth = 0
  608. ca_path = "/usr/local/etc/raddb/certs"
  609. pem_file_type = yes
  610. private_key_file = "/usr/local/etc/raddb/certs/server_key.pem"
  611. Unable to check file "/usr/local/etc/raddb/certs/server_key.pem": No such file o r directory
  612. /usr/local/etc/raddb/mods-enabled/eap[26]: Failed parsing configuration item "pr ivate_key_file"
  613. rlm_eap_tls: Failed initializing SSL context
  614. rlm_eap (EAP): Failed to initialise rlm_eap_tls
  615. /usr/local/etc/raddb/mods-enabled/eap[2]: Instantiation failed for module "eap"
Add Comment
Please, Sign In to add comment