Advertisement
damagesinc

auth_working

Feb 2nd, 2016
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.80 KB | None | 0 0
  1. lm_ldap (ldap) - Waiting for bind result...
  2. rlm_ldap (ldap) - Bind successful
  3. (2) ldap - Reserved connection (7)
  4. (2) ldap - EXPAND (uid=%{%{Stripped-User-Name}:-%{User-Name}})
  5. (2) ldap - --> (uid=user-bind)
  6. (2) ldap - Performing search in "ou=Users,dc=myhost,dc=com" with filter "(uid=user-bind)", scope "sub"
  7. (2) ldap - Waiting for search result...
  8. (2) ldap - User object found at DN "uid=user-bind,ou=Users,dc=myhost,dc=com"
  9. (2) ldap - Processing user attributes
  10. (2) ldap - &control:Password-With-Header += {CRYPT}$6$cbea6d7932dfa76b$YgORZH6XtDXmFEDrcBnX3Ao6JDxACy.BRMTNZ8DkF0idg3cM2D3gPEHRfA05f8dQx14o/4Fi575xXJ.2yDkDA/
  11. (2) ldap - Released connection (7)
  12. rlm_ldap (ldap) - Need 2 more connections to reach 10 spares
  13. rlm_ldap (ldap) - Opening additional connection (8), 1 of 31 pending slots used
  14. rlm_ldap (ldap) - Connecting to ldaps://ldap.myhost.com:636
  15. TLS: error: the certificate '/usr/local/etc/raddb/certs/current/radius.crt' could not be found in the database - error -5939:No more entries in the directory.
  16. TLS: certificate '/usr/local/etc/raddb/certs/current/radius.crt' successfully loaded from PEM file.
  17. TLS: no unlocked certificate for certificate 'E=noname@noname.com,CN=radius,OU=fail,O=company,L=city,ST=CA,C=US'.
  18. TLS: certificate [OU=Go Daddy Class 2 Certification Authority,O="The Go Daddy Group, Inc.",C=US] is not valid - error -8172:Peer's certificate issuer has been marked as not trusted by the user..
  19. rlm_ldap (ldap) - Waiting for bind result...
  20. rlm_ldap (ldap) - Bind successful
  21. (2) ldap (updated)
  22. (2) pap - Converted: Password-With-Header -> Crypt-Password
  23. (2) pap - Removing &control:Password-With-Header
  24. (2) pap (updated)
  25. (2) } # authorize (updated)
  26. (2) Using 'Auth-Type = PAP' for authenticate {...}
  27. (2) Running Auth-Type PAP from file /usr/local/etc/raddb/sites-enabled/default
  28. (2) Auth-Type PAP {
  29. (2) pap - Login attempt with password
  30. (2) pap - Comparing with "known-good" Crypt-password
  31. (2) pap - User authenticated successfully
  32. (2) pap (ok)
  33. (2) } # Auth-Type PAP (ok)
  34. (2) Running section post-auth from file /usr/local/etc/raddb/sites-enabled/default
  35. (2) post-auth {
  36. (2) update {
  37. (2) &reply: skipped: No values available
  38. (2) } # update (noop)
  39. (2) exec (noop)
  40. (2) remove_reply_message_if_eap {
  41. (2) if (&reply:EAP-Message && &reply:Reply-Message) {
  42. (2) ...
  43. (2) }
  44. (2) else {
  45. (2) noop (noop)
  46. (2) } # else (noop)
  47. (2) } # remove_reply_message_if_eap (noop)
  48. (2) } # post-auth (noop)
  49. (2) Sent Access-Accept Id 131 from 127.0.0.1:1812 to 127.0.0.1:47490 via lo length 0
  50. (2) Finished request
  51. Waking up in 4.9 seconds.
  52. (2) Cleaning up request packet ID 131 with timestamp +496
  53. Ready to process requests
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement