Skip to content

Commit

Permalink
Deploy Resilient/resilient-community-apps to github.ibm.com/Resilient…
Browse files Browse the repository at this point in the history
…/resilient-community-apps.git:gh-pages
  • Loading branch information
MarkScherfling committed May 30, 2024
1 parent 040ae7f commit e910fbb
Show file tree
Hide file tree
Showing 5 changed files with 25 additions and 18 deletions.
Binary file modified .doctrees/environment.pickle
Binary file not shown.
Binary file modified .doctrees/fn_ldap_utilities/README.doctree
Binary file not shown.
10 changes: 6 additions & 4 deletions _sources/fn_ldap_utilities/README.md.txt
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@
## Release Notes
| Version | Date | Notes |
| ------- | ---- | ----- |
| 2.1.4 | 05/2024 | Bug fix for using NTLM authentication. |
| 2.1.3 | 03/2024 | Bug fix for ldap_utilities_search.py function. |
| 2.1.2 | 08/2023 | Bug fix for set password function |
| 2.1.1 | 06/2023 | Bug fix for CP4S |
Expand Down Expand Up @@ -81,13 +82,13 @@ This app supports the IBM Security QRadar SOAR Platform and the IBM Security QRa
The SOAR platform supports two app deployment mechanisms, Edge Gateway (also known as App Host) and integration server.

If deploying to a SOAR platform with an App Host, the requirements are:
* SOAR platform >= `49.0.8803`.
* SOAR platform >= `50.0.0`.
* The app is in a container-based format (available from the AppExchange as a `zip` file).

If deploying to a SOAR platform with an integration server, the requirements are:
* SOAR platform >= `49.0.8803`.
* SOAR platform >= `50.0.0`.
* The app is in the older integration format (available from the AppExchange as a `zip` file which contains a `tar.gz` file).
* Integration server is running `resilient_circuits>=49.0.0`.
* Integration server is running `resilient_circuits>=50.0.0`.
* If using an API key account, make sure the account provides the following minimum permissions:
| Name | Permissions |
| ---- | ----------- |
Expand Down Expand Up @@ -121,7 +122,8 @@ The app does not support a proxy server.
Python 3.6, 3.9, and 3.11 are supported.
Additional package dependencies may exist for each of these packages:
* ldap3>=2.0.0
* resilient_circuits>=49.0.0
* pycryptodome>=3.20.0
* resilient_circuits>=50.0.0

---

Expand Down
31 changes: 18 additions & 13 deletions fn_ldap_utilities/README.html
Original file line number Diff line number Diff line change
Expand Up @@ -465,39 +465,43 @@ <h2>Release Notes<a class="headerlink" href="#release-notes" title="Link to this
</tr>
</thead>
<tbody>
<tr class="row-even"><td><p>2.1.3</p></td>
<tr class="row-even"><td><p>2.1.4</p></td>
<td><p>05/2024</p></td>
<td><p>Bug fix for using NTLM authentication.</p></td>
</tr>
<tr class="row-odd"><td><p>2.1.3</p></td>
<td><p>03/2024</p></td>
<td><p>Bug fix for ldap_utilities_search.py function.</p></td>
</tr>
<tr class="row-odd"><td><p>2.1.2</p></td>
<tr class="row-even"><td><p>2.1.2</p></td>
<td><p>08/2023</p></td>
<td><p>Bug fix for set password function</p></td>
</tr>
<tr class="row-even"><td><p>2.1.1</p></td>
<tr class="row-odd"><td><p>2.1.1</p></td>
<td><p>06/2023</p></td>
<td><p>Bug fix for CP4S</p></td>
</tr>
<tr class="row-odd"><td><p>2.1.0</p></td>
<tr class="row-even"><td><p>2.1.0</p></td>
<td><p>04/2023</p></td>
<td><p><ul><li>Update search function to perform a paged search.</li><li>Fix bug in set password function.</li><li>Convert all Rules and Workflows to Playbooks.</li></ul></p></td>
</tr>
<tr class="row-even"><td><p>2.0.1</p></td>
<tr class="row-odd"><td><p>2.0.1</p></td>
<td><p>07/2022</p></td>
<td><p>Fix helper.py so that ldap_connect_timeout is not required in app.config</p></td>
</tr>
<tr class="row-odd"><td><p>2.0.0</p></td>
<tr class="row-even"><td><p>2.0.0</p></td>
<td><p>04/2022</p></td>
<td><p><ul><li>Add ability to have multiple LDAP Domains</li><li>New rule to add users, groups, organizational units, etc.</li></ul></p></td>
</tr>
<tr class="row-even"><td><p>1.1.1</p></td>
<tr class="row-odd"><td><p>1.1.1</p></td>
<td><p>07/2021</p></td>
<td><p>Support added for App Host</p></td>
</tr>
<tr class="row-odd"><td><p>1.1.0</p></td>
<tr class="row-even"><td><p>1.1.0</p></td>
<td><p>03/2019</p></td>
<td><p><ul><li>Handle Unicode in Post-Process Scripts</li><li>Handle NTLM Authentication to Active Directory</li><li>Add functionality to allow for LDAP Wildcard queries with *</li></ul></p></td>
</tr>
<tr class="row-even"><td><p>1.0.0</p></td>
<tr class="row-odd"><td><p>1.0.0</p></td>
<td><p>07/2018</p></td>
<td><p>Initial Release</p></td>
</tr>
Expand Down Expand Up @@ -544,14 +548,14 @@ <h3>SOAR platform<a class="headerlink" href="#soar-platform" title="Link to this
<p>The SOAR platform supports two app deployment mechanisms, Edge Gateway (also known as App Host) and integration server.</p>
<p>If deploying to a SOAR platform with an App Host, the requirements are:</p>
<ul class="simple">
<li><p>SOAR platform &gt;= <code class="docutils literal notranslate"><span class="pre">49.0.8803</span></code>.</p></li>
<li><p>SOAR platform &gt;= <code class="docutils literal notranslate"><span class="pre">50.0.0</span></code>.</p></li>
<li><p>The app is in a container-based format (available from the AppExchange as a <code class="docutils literal notranslate"><span class="pre">zip</span></code> file).</p></li>
</ul>
<p>If deploying to a SOAR platform with an integration server, the requirements are:</p>
<ul>
<li><p>SOAR platform &gt;= <code class="docutils literal notranslate"><span class="pre">49.0.8803</span></code>.</p></li>
<li><p>SOAR platform &gt;= <code class="docutils literal notranslate"><span class="pre">50.0.0</span></code>.</p></li>
<li><p>The app is in the older integration format (available from the AppExchange as a <code class="docutils literal notranslate"><span class="pre">zip</span></code> file which contains a <code class="docutils literal notranslate"><span class="pre">tar.gz</span></code> file).</p></li>
<li><p>Integration server is running <code class="docutils literal notranslate"><span class="pre">resilient_circuits&gt;=49.0.0</span></code>.</p></li>
<li><p>Integration server is running <code class="docutils literal notranslate"><span class="pre">resilient_circuits&gt;=50.0.0</span></code>.</p></li>
<li><p>If using an API key account, make sure the account provides the following minimum permissions:</p>
<div class="table-wrapper colwidths-auto docutils container">
<table class="docutils align-default">
Expand Down Expand Up @@ -608,7 +612,8 @@ <h3>Python Environment<a class="headerlink" href="#python-environment" title="Li
Additional package dependencies may exist for each of these packages:</p>
<ul class="simple">
<li><p>ldap3&gt;=2.0.0</p></li>
<li><p>resilient_circuits&gt;=49.0.0</p></li>
<li><p>pycryptodome&gt;=3.20.0</p></li>
<li><p>resilient_circuits&gt;=50.0.0</p></li>
</ul>
</section>
</section>
Expand Down
2 changes: 1 addition & 1 deletion searchindex.js

Large diffs are not rendered by default.

0 comments on commit e910fbb

Please sign in to comment.