Skip to content

Commit

Permalink
The installer enforces certain keytab settings
Browse files Browse the repository at this point in the history
Co-authored-by: Ewoud Kohl van Wijngaarden <[email protected]>
  • Loading branch information
asteflova and ekohl authored Aug 5, 2024
1 parent 7dd7101 commit 0c81b96
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ security = ads
# id {apache-user}
----
+
The Apache user must not have access to the keytab file.
. Create the `/etc/gssproxy/00-http.conf` file with the following content:
+
[options="nowrap", subs="+quotes,verbatim,attributes"]
Expand All @@ -62,8 +61,6 @@ euid = __ID_of_Apache_User__
[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
# chown root.root /etc/httpd/conf/http.keytab
# chmod 600 /etc/httpd/conf/http.keytab
----
. Configure SSSD to map Group Policy Objects (GPOs) from AD to the `foreman` PAM service:
.. In your `/etc/sssd/sssd.conf` file, add the following lines to the `domain` section for the Active Directory domain:
Expand Down

0 comments on commit 0c81b96

Please sign in to comment.