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/ROOT/pages/authentication-authorization/manage-users.adoc
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -428,7 +428,7 @@ It produces a table with the following columns:
428
428
| roles
429
429
| Roles granted to the user.
430
430
431
-
Will return `null` in community edition.
431
+
It returns `null` in Community edition.
432
432
| LIST OF STRING
433
433
| {cross-mark}
434
434
| {check-mark}
@@ -537,7 +537,7 @@ It returns `null` in Community edition.
537
537
| home
538
538
| The home database configured for the user, otherwise `null`.
539
539
A home database is resolved if it is pointing to a database or a database alias.
540
-
If this database is unavailable or no database is specified, the login will fail.
540
+
If the configured home database is unavailable and the user does not specify another database, the login will fail.
541
541
542
542
It returns `null` in Community edition.
543
543
| STRING
@@ -801,7 +801,7 @@ If no home database is set, the DBMS default database is used as the home databa
801
801
802
802
<6> label:new[Introduced in 5.24] One or more `SET AUTH` clause can be used to configure external xref:authentication-authorization/auth-providers.adoc[auth providers], such as LDAP or OIDC, which define authentication/authorization providers for that user.
803
803
`SET AUTH` can also be used as an alternative way to set the native (password-based) auth settings like `SET PASSWORD` and `SET PASSWORD CHANGE REQUIRED`.
804
-
For examples, see xref:authentication-authorization/sso-integration.adoc#auth-sso-auth-providers[Configure SSO at the user level using auth providers] for OIDC and xref:authentication-authorization/ldap-integration.adoc#auth-ldap-auth-providers[Configure authentication/authorization at the user level using auth providers] for LDAP.
804
+
For examples, see xref:authentication-authorization/sso-integration.adoc#auth-sso-auth-providers[Configure SSO at the user level using auth providers] for OIDC, xref:authentication-authorization/manage-users.adoc#access-control-create-users[Creating users] for native authentication, and xref:authentication-authorization/ldap-integration.adoc#auth-ldap-auth-providers[Configure authentication/authorization at the user level using auth providers] for LDAP.
0 commit comments