Update with instructions about the creation of symbolic link

This commit is contained in:
Bruno Oliveira 2016-12-02 11:11:24 -02:00
parent 7b772cb3ff
commit f3672e1f4d
No known key found for this signature in database
GPG key ID: 6119F27084DC9914

View file

@ -155,9 +155,10 @@ There's a RPM for this library https://github.com/keycloak/libunix-dbus-java/rel
{% if book.product %}
You have to install the RPM for this library, before enabling SSSD Federation provider:
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 %}