Skip to content

Commit

Permalink
Add warning while creating keytab entry
Browse files Browse the repository at this point in the history
In creating keytab entry during the configuration of direct AD
integration with GSS-Proxy, we can warn the end-user about connectivity
between hosts and domain. This will save the time for end-users.

https://bugzilla.redhat.com/show_bug.cgi?id=2159686
(cherry picked from commit 018cb2e)
  • Loading branch information
mjivraja authored and adamlazik1 committed Mar 7, 2023
1 parent 2840e84 commit 0f62a1d
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,8 @@ euid = __ID_of_Apache_User__
----
. Create a keytab entry:
+
WARNING: The host must not be enrolled to a domain before creating a keytab entry.
+
[options="nowrap", subs="+quotes,verbatim,attributes"]
----
# KRB5_KTNAME=FILE:/etc/httpd/conf/http.keytab net ads keytab add HTTP -U administrator -d3 -s /etc/net-keytab.conf
Expand Down

0 comments on commit 0f62a1d

Please sign in to comment.