Advertisement
Guest User

Untitled

a guest
Jun 26th, 2019
227
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.54 KB | None | 0 0
  1. files authorized_macs {
  2. # The default key attribute to use for matches. The content
  3. # of this attribute is used to match the "name" of the
  4. # entry.
  5. key = "%{Calling-Station-ID}"
  6.  
  7. usersfile = ${confdir}/authorized_macs
  8.  
  9. # If you want to use the old Cistron 'users' file
  10. # with FreeRADIUS, you should change the next line
  11. # to 'compat = cistron'. You can the copy your 'users'
  12. # file from Cistron.
  13. #compat = no
  14. }
  15.  
  16. 1A:2B:3C:4D:5E:6F
  17. Reply-Message = "Device with MAC Address %{Calling-Station-Id} authorized for network access"
  18.  
  19. 1a:2b:3c:4d:5e:6f
  20. Reply-Message = "Device with MAC Address %{Calling-Station-Id} authorized for network access"
  21.  
  22. 1A2B3C4D5E6F
  23. Reply-Message = "Device with MAC Address %{Calling-Station-Id} authorized for network access"
  24.  
  25. 1a2b3c4d5e6f
  26. Reply-Message = "Device with MAC Address %{Calling-Station-Id} authorized for network access"
  27.  
  28. 1A-2B-3C-4D-5E-6F
  29. Reply-Message = "Device with MAC Address %{Calling-Station-Id} authorized for network access"
  30.  
  31. 1a-2b-3c-4d-5e-6f
  32. Reply-Message = "Device with MAC Address %{Calling-Station-Id} authorized for network access"
  33.  
  34. [...] -- line 777
  35. (0) pap: WARNING: No "known good" password found for the user. Not setting Auth-Type
  36. (0) pap: WARNING: Authentication will fail unless a "known good" password is available
  37. (0) [pap] = noop
  38. (0) } # authorize = ok
  39. (0) ERROR: No Auth-Type found: rejecting the user via Post-Auth-Type = Reject
  40. (0) Failed to authenticate the user
  41. (0) Using Post-Auth-Type Reject
  42. [...] -- line 783
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement