Reinstate missing step
Closes #RHSSO-1866 (cherry picked from commit 9bb0ec4f81ba454c3141800fc5586d34363c9679)
This commit is contained in:
parent
f26ac2b9fc
commit
7db227b241
1 changed files with 3 additions and 7 deletions
|
@ -92,18 +92,14 @@ The federation provider obtains the data from SSSD using D-BUS. It authenticates
|
|||
$ sudo yum install sssd-dbus
|
||||
----
|
||||
|
||||
ifeval::[{project_community}==true]
|
||||
|
||||
. Run the provisioning script available from the Keycloak distribution:
|
||||
. Run the following provisioning script:
|
||||
+
|
||||
[source,bash,subs=+attributes]
|
||||
----
|
||||
$ bin/federation-sssd-setup.sh
|
||||
$ bin/federation-sssd-setup.sh
|
||||
----
|
||||
|
||||
endif::[]
|
||||
+
|
||||
This provisioning script makes the following changes to `/etc/sssd/sssd.conf`:
|
||||
This script makes the following changes to `/etc/sssd/sssd.conf`:
|
||||
+
|
||||
[source,bash,subs=+attributes]
|
||||
----
|
||||
|
|
Loading…
Reference in a new issue