Advertisement
Guest User

chap

a guest
Aug 17th, 2019
237
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.65 KB | None | 0 0
  1. Ready to process requests
  2. (0) Received Access-Request Id 30 from 78.111.185.66:64104 to 82.146.55.181:1812 length 60
  3. (0) User-Name = "testing1"
  4. (0) CHAP-Password = 0xbaac4c54fc695cb40125dbaa9a2cb4864b
  5. (0) NAS-Identifier = "9038_01487_2"
  6. (0) # Executing section authorize from file /etc/raddb/sites-enabled/default
  7. (0) authorize {
  8. (0) policy filter_username {
  9. (0) if (&User-Name) {
  10. (0) if (&User-Name) -> TRUE
  11. (0) if (&User-Name) {
  12. (0) if (&User-Name =~ / /) {
  13. (0) if (&User-Name =~ / /) -> FALSE
  14. (0) if (&User-Name =~ /@[^@]*@/ ) {
  15. (0) if (&User-Name =~ /@[^@]*@/ ) -> FALSE
  16. (0) if (&User-Name =~ /\.\./ ) {
  17. (0) if (&User-Name =~ /\.\./ ) -> FALSE
  18. (0) if ((&User-Name =~ /@/) && (&User-Name !~ /@(.+)\.(.+)$/)) {
  19. (0) if ((&User-Name =~ /@/) && (&User-Name !~ /@(.+)\.(.+)$/)) -> FALSE
  20. (0) if (&User-Name =~ /\.$/) {
  21. (0) if (&User-Name =~ /\.$/) -> FALSE
  22. (0) if (&User-Name =~ /@\./) {
  23. (0) if (&User-Name =~ /@\./) -> FALSE
  24. (0) } # if (&User-Name) = notfound
  25. (0) } # policy filter_username = notfound
  26. (0) [preprocess] = ok
  27. (0) chap: &control:Auth-Type := CHAP
  28. (0) [chap] = ok
  29. (0) [mschap] = noop
  30. (0) [digest] = noop
  31. (0) suffix: Checking for suffix after "@"
  32. (0) suffix: No '@' in User-Name = "testing1", looking up realm NULL
  33. (0) suffix: No such realm "NULL"
  34. (0) [suffix] = noop
  35. (0) eap: No EAP-Message, not doing EAP
  36. (0) [eap] = noop
  37. (0) files: users: Matched entry testing1 at line 208
  38. (0) [files] = ok
  39. (0) [expiration] = noop
  40. (0) [logintime] = noop
  41. (0) pap: WARNING: Auth-Type already set. Not setting to PAP
  42. (0) [pap] = noop
  43. (0) } # authorize = ok
  44. (0) Found Auth-Type = CHAP
  45. (0) # Executing group from file /etc/raddb/sites-enabled/default
  46. (0) Auth-Type CHAP {
  47. (0) chap: Comparing with "known good" Cleartext-Password
  48. (0) chap: CHAP user "testing1" authenticated successfully
  49. (0) [chap] = ok
  50. (0) } # Auth-Type CHAP = ok
  51. (0) # Executing section post-auth from file /etc/raddb/sites-enabled/default
  52. (0) post-auth {
  53. (0) update {
  54. (0) No attributes updated
  55. (0) } # update = noop
  56. (0) [exec] = noop
  57. (0) policy remove_reply_message_if_eap {
  58. (0) if (&reply:EAP-Message && &reply:Reply-Message) {
  59. (0) if (&reply:EAP-Message && &reply:Reply-Message) -> FALSE
  60. (0) else {
  61. (0) [noop] = noop
  62. (0) } # else = noop
  63. (0) } # policy remove_reply_message_if_eap = noop
  64. (0) } # post-auth = noop
  65. (0) Sent Access-Accept Id 30 from 82.146.55.181:1812 to 78.111.185.66:64104 length 0
  66. (0) Finished request
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement