Removal of workaround

This commit is contained in:
Bruno Oliveira 2016-12-19 09:07:05 -02:00
parent 12f3c75729
commit 6eafc5c6ac
No known key found for this signature in database
GPG key ID: 6119F27084DC9914

View file

@ -154,17 +154,8 @@ There's an RPM for this library https://github.com/keycloak/libunix-dbus-java/re
{% endif %} {% endif %}
{% if book.product %}
You have to install the RPM for this library and create a symbolic link, before enabling SSSD Federation provider:
$ sudo yum install rh-sso7-libunix-dbus-java.x86_64.rpm
$ ln -s /opt/rh/rh-sso7/root/usr/lib64/libunix_dbus_java.so.0.0.8 /usr/lib64/
{% endif %}
For authentication with PAM {{book.project.name}} uses JNA under the covers. Please make ensure you have this package installed: For authentication with PAM {{book.project.name}} uses JNA under the covers. Please make ensure you have this package installed:
$ sudo yum install jna $ sudo yum install jna
After the installation, all you have to do is to configure a federated SSSD store, go to the Admin Console. Click on the User Federation left menu option. When you get to this page there is an Add Provider select box. You should see `sssd` within this list. Selecting `sssd` will bring you to the `sssd` configuration page and save it. After the installation, all you have to do is to configure a federated SSSD store, go to the Admin Console. Click on the User Federation left menu option. When you get to this page there is an Add Provider select box. You should see `sssd` within this list. Selecting `sssd` will bring you to the `sssd` configuration page and save it.