Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Drop EL6 instructions #1511

Merged
merged 1 commit into from Dec 10, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
8 changes: 0 additions & 8 deletions _includes/manuals/1.23/5.7.3_kerberos.md
Expand Up @@ -15,14 +15,6 @@ setsebool -P allow_httpd_mod_auth_pam on
setsebool -P httpd_dbus_sssd on
{% endhighlight %}

Until all the packages are part of your operation system distribution, you can get them from Jan Pazdziora's copr yum repo. At http://copr.fedoraproject.org/coprs/adelton/identity_demo/ choose the correct .repo file. For example, for Foreman on RHEL 6, the following command will configure yum:

{% highlight bash %}
wget -O /etc/yum.repos.d/adelton-identity_demo.repo \
https://copr.fedoraproject.org/coprs/adelton/identity_demo/repo/epel-6/adelton-identity_demo-epel-6.repo
{% endhighlight %}


Get the keytab for the service and set correct permissions (we assume the FreeIPA server is *ipa.example.com*, adjust to match your setup):
{% highlight bash %}
kinit admin
Expand Down
8 changes: 0 additions & 8 deletions _includes/manuals/1.24/5.7.3_kerberos.md
Expand Up @@ -15,14 +15,6 @@ setsebool -P allow_httpd_mod_auth_pam on
setsebool -P httpd_dbus_sssd on
{% endhighlight %}

Until all the packages are part of your operation system distribution, you can get them from Jan Pazdziora's copr yum repo. At http://copr.fedoraproject.org/coprs/adelton/identity_demo/ choose the correct .repo file. For example, for Foreman on RHEL 6, the following command will configure yum:

{% highlight bash %}
wget -O /etc/yum.repos.d/adelton-identity_demo.repo \
https://copr.fedoraproject.org/coprs/adelton/identity_demo/repo/epel-6/adelton-identity_demo-epel-6.repo
{% endhighlight %}


Get the keytab for the service and set correct permissions (we assume the FreeIPA server is *ipa.example.com*, adjust to match your setup):
{% highlight bash %}
kinit admin
Expand Down
8 changes: 0 additions & 8 deletions _includes/manuals/nightly/5.7.3_kerberos.md
Expand Up @@ -15,14 +15,6 @@ setsebool -P allow_httpd_mod_auth_pam on
setsebool -P httpd_dbus_sssd on
{% endhighlight %}

Until all the packages are part of your operation system distribution, you can get them from Jan Pazdziora's copr yum repo. At http://copr.fedoraproject.org/coprs/adelton/identity_demo/ choose the correct .repo file. For example, for Foreman on RHEL 6, the following command will configure yum:

{% highlight bash %}
wget -O /etc/yum.repos.d/adelton-identity_demo.repo \
https://copr.fedoraproject.org/coprs/adelton/identity_demo/repo/epel-6/adelton-identity_demo-epel-6.repo
{% endhighlight %}


Get the keytab for the service and set correct permissions (we assume the FreeIPA server is *ipa.example.com*, adjust to match your setup):
{% highlight bash %}
kinit admin
Expand Down