Advertisement
Guest User

Untitled

a guest
Jul 22nd, 2022
168
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.34 KB | None | 0 0
  1. Active Directory domain administrator's password:
  2. ipa: INFO: Request: {
  3. "id": 0,
  4. "method": "trust_add/1",
  5. "params": [
  6. [
  7. "AM.INT"
  8. ],
  9. {
  10. "bidirectional": true,
  11. "range_type": "ipa-ad-trust",
  12. "realm_admin": "[email protected]",
  13. "realm_passwd": "***",
  14. "realm_server": "adam.am.int",
  15. "version": "2.246"
  16. }
  17. ]
  18. }
  19. send: b'POST /ipa/session/json HTTP/1.1\r\nHost: freeipa.ipa.am.int\r\nAccept-Encoding: gzip\r\nAccept-Language: en-us\r\nReferer: https://freeipa.ipa.am.int/ipa/xml\r\nCookie: ipa_session=MagBearerToken=TCjkjeXmoEA6Nil8kF2oGPOS%2bXMTlezhGFcg9y6dQa5Ucjbfu48ZKGoU8DToLkpCERcEX6rHwcynuS8avbiSm2oMuWVTCqjq5AML35cAdNnCdMRIHgmXGsxF%2fVcY49tHOKr7Xkzadg1wJ0UNr9%2b3%2f9eYRU2RLF0%2bcbsZn8ficupnnzXdBrz6W7fl7joXjMq3YWBe%2ficLCy7GsVgT%2bPm55Zrzri64ltPsZj1F1aPAou1wGpBtdcrmnX0RGins2Y0vfkh3dO%2bLQOuiNqkxL8Hqsg%3d%3d;\r\nAccept-Encoding: gzip\r\nUser-Agent: Python-xmlrpc/3.9\r\nContent-Type: application/json\r\nContent-Length: 382\r\n\r\n'
  20. send: b'{\n "id": 0,\n "method": "trust_add/1",\n "params": [\n [\n "AM.INT"\n ],\n {\n "bidirectional": true,\n "range_type": "ipa-ad-trust",\n "realm_admin": "[email protected]",\n "realm_passwd": "***",\n "realm_server": "adam.am.int",\n "version": "2.246"\n }\n ]\n}'
  21. reply: 'HTTP/1.1 200 Success\r\n'
  22. header: Date: Fri, 22 Jul 2022 12:08:10 GMT
  23. header: Server: Apache/2.4.53 (CentOS Stream) OpenSSL/3.0.1 mod_auth_gssapi/1.6.3 mod_wsgi/4.7.1 Python/3.9
  24. header: X-Frame-Options: DENY
  25. header: Content-Security-Policy: frame-ancestors 'none'
  26. header: Cache-Control: no-cache, private
  27. header: Vary: Accept-Encoding
  28. header: Content-Encoding: gzip
  29. header: Transfer-Encoding: chunked
  30. header: Content-Type: application/json; charset=utf-8
  31. body: b'{"result": null, "error": {"code": 4016, "message": "CIFS server communication error: code \\"3221225581\\", message \\"The attempted logon is invalid. This is either due to a bad username or authentication information.\\" (both may be \\"None\\")", "data": {"reason": "CIFS server communication error: code \\"3221225581\\", message \\"The attempted logon is invalid. This is either due to a bad username or authentication information.\\" (both may be \\"None\\")"}, "name": "RemoteRetrieveError"}, "id": 0, "principal": "cifs/[email protected]", "version": "4.9.8"}'
  32. ipa: INFO: Response: {
  33. "error": {
  34. "code": 4016,
  35. "data": {
  36. "reason": "CIFS server communication error: code \"3221225581\", message \"The attempted logon is invalid. This is either due to a bad username or authentication information.\" (both may be \"None\")"
  37. },
  38. "message": "CIFS server communication error: code \"3221225581\", message \"The attempted logon is invalid. This is either due to a bad username or authentication information.\" (both may be \"None\")",
  39. "name": "RemoteRetrieveError"
  40. },
  41. "id": 0,
  42. "principal": "cifs/[email protected]",
  43. "result": null,
  44. "version": "4.9.8"
  45. }
  46. ipa: ERROR: CIFS server communication error: code "3221225581", message "The attempted logon is invalid. This is either due to a bad username or authentication information." (both may be "None")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement