Skip to content

Commit cd8f489

Browse files
committed
add native to the manage users
1 parent 58bd7a2 commit cd8f489

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

modules/ROOT/pages/authentication-authorization/manage-users.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -428,7 +428,7 @@ It produces a table with the following columns:
428428
| roles
429429
| Roles granted to the user.
430430

431-
Will return `null` in community edition.
431+
It returns `null` in Community edition.
432432
| LIST OF STRING
433433
| {cross-mark}
434434
| {check-mark}
@@ -537,7 +537,7 @@ It returns `null` in Community edition.
537537
| home
538538
| The home database configured for the user, otherwise `null`.
539539
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.
541541

542542
It returns `null` in Community edition.
543543
| STRING
@@ -801,7 +801,7 @@ If no home database is set, the DBMS default database is used as the home databa
801801

802802
<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.
803803
`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.
805805
+
806806
[source, syntax, role="noheader"]
807807
----

0 commit comments

Comments
 (0)