Skip to content

Commit

Permalink
Reword FreeIPA hammer config to use bullets
Browse files Browse the repository at this point in the history
  • Loading branch information
asteflova committed Jul 30, 2024
1 parent 0e797bd commit efc5b0d
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ Configure the {Project} Hammer CLI tool to use {FreeIPA} to authenticate users.
For more information, see xref:configuring-the-freeipa-authentication-source-on-projectserver_{context}[].

.Procedure
. Open the `~/.hammer/cli.modules.d/foreman.yml` file on your {ProjectServer} and update the list of `foreman` parameters:
.. Enable `:use_sessions:` to enforce session usage:
* Open the `~/.hammer/cli.modules.d/foreman.yml` file on your {ProjectServer} and update the list of `foreman` parameters:
** To enforce session usage, enable `:use_sessions:`:
+
[options="nowrap", subs="+quotes,verbatim,attributes"]
----
Expand All @@ -18,7 +18,7 @@ For more information, see xref:configuring-the-freeipa-authentication-source-on-
----
+
With this configuration, you will need to initiate an authentication session manually with `hammer auth login negotiate`.
.. Alternatively, configure Hammer to enforce session usage and also negotiate authentication by default:
** Alternatively, to enforce session usage and also negotiate authentication by default:
+
[options="nowrap", subs="+quotes,verbatim,attributes"]
----
Expand Down

0 comments on commit efc5b0d

Please sign in to comment.