Skip to content

Commit

Permalink
correct the packages to install for ADFS mellon (#862)
Browse files Browse the repository at this point in the history
  • Loading branch information
johrstrom authored Oct 9, 2023
1 parent 5edc350 commit bc88b6d
Showing 1 changed file with 17 additions and 1 deletion.
18 changes: 17 additions & 1 deletion source/authentication/adfs-with-auth-mellon.rst
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

0 comments on commit bc88b6d

Please sign in to comment.