Skip to content

Commit e389dff

Browse files
committed
Update instructions
1 parent b8dcdc6 commit e389dff

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

modules/tutorials/pages/authentication_with_openldap.adoc

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,10 @@ Now deploy the updated superset cluster:
210210
[source,bash]
211211
include::example$ldap-auth/40-modify-superset.sh[tag=apply-superset-cluster]
212212

213-
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.
214217

215218
[#trino]
216219
=== Add LDAP configuration to Trino

0 commit comments

Comments
 (0)