You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: modules/tutorials/pages/authentication_with_openldap.adoc
+8-6Lines changed: 8 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -42,13 +42,12 @@ to learn more.
42
42
Before starting to add configuration to your Stackable cluster, inspect what the command above has set up in your
43
43
Kubernetes cluster.
44
44
45
-
Use `stackablectl stacklets list` to find the endpoints of Superset and Trino and open their web interfaces in the
45
+
Use `stackablectl stacklet list` to find the endpoints of Superset and Trino and open their web interfaces in the
46
46
browser.
47
47
48
-
You can log into Superset with user _admin_ and password _adminadmin_, and into Trino with user _admin_ and password
49
-
_adminadmin_.
48
+
You can log into both Superset and Trino with user `admin` and password `adminadmin`.
50
49
51
-
These are the current users defined in Superset's and Trino's internal user management. Later you will see that these users cannot be used for authentication anymore after LDAP authentication has been enabled.
50
+
These _admin_ users are defined in Superset's and Trino's internal user management. Later you will see that these users cannot be used for authentication anymore after LDAP authentication has been enabled.
52
51
53
52
=== OpenLDAP Stack
54
53
@@ -211,7 +210,10 @@ Now deploy the updated superset cluster:
Connect to superset as before, and try logging in again with username _admin_ and password _adminadmin_, Superset will not accept these credentials anymore. You now have to use LDAP credentials to log in. The OpenLDAP you installed earlier comes with two users, _alice_ (password _alice_) and _bob_ (password _bob_). Log in with any of these users and Superset will accept.
213
+
Connect to superset as before (logout if you still had a valid session from earlier), and try logging in again with username _admin_ and password _adminadmin_, Superset will not accept these credentials anymore.
214
+
You now have to use LDAP credentials to log in.
215
+
The OpenLDAP you installed earlier comes with two users, _alice_ (password _alice_) and _bob_ (password _bob_).
216
+
Log in with any of these users and Superset will accept.
0 commit comments