Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create SECURITY-sh #2

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Conversation

ebb-ctrl
Copy link

@ebb-ctrl ebb-ctrl commented Apr 4, 2023

<env:Envelope
xmlns:env="http://www.w3.org/2003/05/soap-envelope">
env:Body
env:Fault
env:Code
env:Valueenv:Receiver</env:Value>
</env:Code>
env:Reason
<env:Text xml:lang="en-US">Could not contact LDAP server</
env:Text>
</env:Reason>
env:Detail
<e:realm-fault
xmlns:e="http://www.bluecoat.com/xmlns/xml-realm/1.0">
<e:fault-code>offbox_server_down</e:fault-code>
</e:realm-fault>
</env:Detail>
</env:Fault>
</env:Body>
</env:Envelope>

   <?xml version='1.0'encoding="UTF-8" ?>
   <env:Envelope
   xmlns:env="http://www.w3.org/2003/05/soap-envelope">
     <env:Body>
       <env:Fault>
        <env:Code>
          <env:Value>env:Receiver</env:Value>
        </env:Code>
        <env:Reason>
          <env:Text xml:lang="en-US">Could not contact LDAP server</
   env:Text>
        </env:Reason>
        <env:Detail>
          <e:realm-fault
          xmlns:e="http://www.bluecoat.com/xmlns/xml-realm/1.0">
            <e:fault-code>offbox_server_down</e:fault-code>
          </e:realm-fault>
        </env:Detail>
       </env:Fault>
     </env:Body>
   </env:Envelope>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant