Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Active Directory domain administrator's password:
- ipa: INFO: Request: {
- "id": 0,
- "method": "trust_add/1",
- "params": [
- [
- "AM.INT"
- ],
- {
- "bidirectional": true,
- "range_type": "ipa-ad-trust",
- "realm_admin": "[email protected]",
- "realm_passwd": "***",
- "realm_server": "adam.am.int",
- "version": "2.246"
- }
- ]
- }
- 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'
- 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}'
- reply: 'HTTP/1.1 200 Success\r\n'
- header: Date: Fri, 22 Jul 2022 12:08:10 GMT
- 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
- header: X-Frame-Options: DENY
- header: Content-Security-Policy: frame-ancestors 'none'
- header: Cache-Control: no-cache, private
- header: Vary: Accept-Encoding
- header: Content-Encoding: gzip
- header: Transfer-Encoding: chunked
- header: Content-Type: application/json; charset=utf-8
- 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"}'
- ipa: INFO: Response: {
- "error": {
- "code": 4016,
- "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\")"
- },
- "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\")",
- "name": "RemoteRetrieveError"
- },
- "id": 0,
- "principal": "cifs/[email protected]",
- "result": null,
- "version": "4.9.8"
- }
- 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