Advertisement
Guest User

Untitled

a guest
Aug 24th, 2017
139
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.35 KB | None | 0 0
  1. radtest test .CPNV-123 localhost 0 testing123
  2.  
  3. rad_recv: Access-Request packet from host 127.0.0.1 port 32787, id=199, length=80
  4. User-Name = "test"
  5. User-Password = ".CPNV-123"
  6. NAS-IP-Address = 172.20.1.20
  7. NAS-Port = 1812
  8. Message-Authenticator = 0xb3ca6f144d934df985672ac767afe945
  9. Framed-Protocol = PPP
  10. # Executing section authorize from file /etc/freeradius/sites-enabled/default
  11. +group authorize {
  12. ++[preprocess] = ok
  13. ++[chap] = noop
  14. ++[mschap] = noop
  15. ++[digest] = noop
  16. [suffix] No '@' in User-Name = "test", looking up realm NULL
  17. [suffix] No such realm "NULL"
  18. ++[suffix] = noop
  19. [eap] No EAP-Message, not doing EAP
  20. ++[eap] = noop
  21. [files] users: Matched entry DEFAULT at line 1
  22. ++[files] = ok
  23. ++[expiration] = noop
  24. ++[logintime] = noop
  25. [pap] WARNING! No "known good" password found for the user. Authentication may fail because of this.
  26. ++[pap] = noop
  27. +} # group authorize = ok
  28. Found Auth-Type = ntlm_auth
  29. # Executing group from file /etc/freeradius/sites-enabled/default
  30. +group ntlm_auth {
  31. [ntlm_auth] expand: --username=%{mschap:User-Name} -> --username=test
  32. [ntlm_auth] expand: --password=%{User-Password} -> --password=.CPNV-123
  33. WARNING: The "idmap uid" option is deprecated
  34. WARNING: The "idmap gid" option is deprecated
  35. Exec output: NT_STATUS_NO_SUCH_USER: No such user (0xc0000064)
  36. Exec plaintext: NT_STATUS_NO_SUCH_USER: No such user (0xc0000064)
  37. [ntlm_auth] Exec: program returned: 1
  38. ++[ntlm_auth] = reject
  39. +} # group ntlm_auth = reject
  40. Failed to authenticate the user.
  41. Using Post-Auth-Type REJECT
  42. # Executing group from file /etc/freeradius/sites-enabled/default
  43. +group REJECT {
  44. [attr_filter.access_reject] expand: %{User-Name} -> test
  45. attr_filter: Matched entry DEFAULT at line 11
  46. ++[attr_filter.access_reject] = updated
  47. +} # group REJECT = updated
  48. Delaying reject of request 3 for 1 seconds
  49. Going to the next request
  50. Waking up in 0.9 seconds.
  51. Sending delayed reject for request 3
  52. Sending Access-Reject of id 199 to 127.0.0.1 port 32787
  53. Waking up in 4.9 seconds.
  54. Cleaning up request 3 ID 199 with timestamp +628
  55. Ready to process requests.
  56.  
  57. [ 2677]: request interface version (version = 27)
  58. [ 2677]: request location of privileged pipe
  59. [ 2677]: request misc info
  60. [ 2677]: pam auth RADIUS+test
  61. child daemon request 13
  62. [ 2435]: dual pam auth RADIUS+test
  63. attempting to make a user_info for test (test)
  64. making strings for test's user_info struct
  65. making blobs for test's user_info struct
  66. Making default auth method list for server role = 'domain member'
  67. load_auth_module: Attempting to find an auth method to match guest
  68. load_auth_module: auth method guest has a valid init
  69. load_auth_module: Attempting to find an auth method to match sam
  70. load_auth_module: auth method sam has a valid init
  71. load_auth_module: Attempting to find an auth method to match winbind:ntdomain
  72. load_auth_module: Attempting to find an auth method to match ntdomain
  73. load_auth_module: auth method ntdomain has a valid init
  74. load_auth_module: auth method winbind has a valid init
  75. check_ntlm_password: Checking password for unmapped user [RADIUS][test]@[RADIUS] with the new password interface
  76. check_ntlm_password: mapped user is: [RADIUS][test]@[RADIUS]
  77. [0000] A0 E0 F9 B0 DE 6B 96 C2 .....k..
  78. pdb_getsampwnam (TDB): error fetching database.
  79. Key: USER_test
  80. check_sam_security: Couldn't find user 'test' in passdb.
  81. check_ntlm_password: sam authentication for user [test] FAILED with error NT_STATUS_NO_SUCH_USER
  82. check_ntlm_password: Authentication for user [test] -> [test] FAILED with error NT_STATUS_NO_SUCH_USER
  83. Plain-text authentication for user RADIUS+test returned NT_STATUS_NO_SUCH_USER (PAM: 10)
  84. Finished processing child request 13
  85. child daemon request 20
  86. [ 2435]: list trusted domains
  87. samr: trusted domains
  88. Create pipe requested lsarpc
  89. Created internal pipe lsarpc
  90. _lsa_OpenPolicy2: ACCESS should be DENIED (requested: 0x000f0fff)
  91. but overritten by euid == initial uid
  92. _lsa_OpenPolicy2: access GRANTED (requested: 0x000f0fff, granted: 0x000f0fff)
  93. Finished processing child request 20
  94. Already reaped child 2718 died
  95. child daemon request 20
  96. [ 2435]: list trusted domains
  97. samr: trusted domains
  98. Create pipe requested lsarpc
  99. Created internal pipe lsarpc
  100. _lsa_OpenPolicy2: ACCESS should be DENIED (requested: 0x000f0fff)
  101. but overritten by euid == initial uid
  102. _lsa_OpenPolicy2: access GRANTED (requested: 0x000f0fff, granted: 0x000f0fff)
  103. Finished processing child request 20
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement