Skip to content

Commit

Permalink
[ci skip] Autodoc commit for eee4695.
Browse files Browse the repository at this point in the history
  • Loading branch information
oscwiag committed Oct 9, 2023
1 parent e4a68c8 commit 194e18c
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 7 deletions.
18 changes: 17 additions & 1 deletion develop/_sources/authentication/adfs-with-auth-mellon.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,26 @@ Install mod_auth_mellon
#. Ensure Software Collections is enabled on the system
#. Install the mod_auth_mellon module:

.. code-block:: shell
.. tabs::

.. tab:: EL7

.. code-block:: shell
yum install httpd24-mod_auth_mellon httpd24-mod_ssl
.. tab:: EL8+

.. code-block:: shell
yum install mod_auth_mellon mod_ssl
.. tab:: Ubuntu

.. code-block:: shell
apt install libapache2-mod-auth-mellon
Configure mod_auth_mellon
--------------------------------------------------

Expand Down
18 changes: 13 additions & 5 deletions develop/authentication/adfs-with-auth-mellon.html
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
<script src="../_static/underscore.js"></script>
<script src="../_static/doctools.js"></script>
<script src="../_static/language_data.js"></script>
<script src="../_static/tabs.js"></script>

<script type="text/javascript" src="../_static/js/theme.js"></script>

Expand Down Expand Up @@ -238,14 +239,21 @@ <h2>Prepare the Host<a class="headerlink" href="#prepare-the-host" title="Permal
</div>
<div class="section" id="install-mod-auth-mellon">
<h2>Install mod_auth_mellon<a class="headerlink" href="#install-mod-auth-mellon" title="Permalink to this headline"></a></h2>
<ol class="arabic">
<ol class="arabic simple">
<li><p>Ensure Software Collections is enabled on the system</p></li>
<li><p>Install the mod_auth_mellon module:</p>
<div class="highlight-shell notranslate"><div class="highlight"><pre><span></span>yum install httpd24-mod_auth_mellon httpd24-mod_ssl
<li><p>Install the mod_auth_mellon module:</p></li>
</ol>
<div class="sphinx-tabs docutils container">
<div aria-label="Tabbed content" class="closeable" role="tablist"><button aria-controls="panel-0-0-0" aria-selected="true" class="sphinx-tabs-tab" id="tab-0-0-0" name="0-0" role="tab" tabindex="0">EL7</button><button aria-controls="panel-0-0-1" aria-selected="false" class="sphinx-tabs-tab" id="tab-0-0-1" name="0-1" role="tab" tabindex="-1">EL8+</button><button aria-controls="panel-0-0-2" aria-selected="false" class="sphinx-tabs-tab" id="tab-0-0-2" name="0-2" role="tab" tabindex="-1">Ubuntu</button></div><div aria-labelledby="tab-0-0-0" class="sphinx-tabs-panel" id="panel-0-0-0" name="0-0" role="tabpanel" tabindex="0"><div class="highlight-shell notranslate"><div class="highlight"><pre><span></span>yum install httpd24-mod_auth_mellon httpd24-mod_ssl
</pre></div>
</div>
</li>
</ol>
</div><div aria-labelledby="tab-0-0-1" class="sphinx-tabs-panel" hidden="true" id="panel-0-0-1" name="0-1" role="tabpanel" tabindex="0"><div class="highlight-shell notranslate"><div class="highlight"><pre><span></span>yum install mod_auth_mellon mod_ssl
</pre></div>
</div>
</div><div aria-labelledby="tab-0-0-2" class="sphinx-tabs-panel" hidden="true" id="panel-0-0-2" name="0-2" role="tabpanel" tabindex="0"><div class="highlight-shell notranslate"><div class="highlight"><pre><span></span>apt install libapache2-mod-auth-mellon
</pre></div>
</div>
</div></div>
</div>
<div class="section" id="configure-mod-auth-mellon">
<h2>Configure mod_auth_mellon<a class="headerlink" href="#configure-mod-auth-mellon" title="Permalink to this headline"></a></h2>
Expand Down
2 changes: 1 addition & 1 deletion develop/searchindex.js

Large diffs are not rendered by default.

0 comments on commit 194e18c

Please sign in to comment.