Skip to content
Merged
Changes from 4 commits
Commits
Show all changes
62 commits
Select commit Hold shift + click to select a range
0851f22
Auth Objects docs:
phil198 Jul 24, 2024
3ff49f1
Update modules/ROOT/pages/authentication-authorization/auth-objects.adoc
phil198 Aug 22, 2024
70c9539
Update modules/ROOT/pages/authentication-authorization/manage-users.adoc
phil198 Aug 22, 2024
1d9cd7e
Auth Objects docs:
phil198 Jul 24, 2024
0864470
pr review comments
phil198 Aug 22, 2024
8c29c86
pr review comments
phil198 Aug 27, 2024
76d8ebb
use the term `Auth Provider` instead of `Auth Object`
phil198 Aug 27, 2024
89c346b
rewording
phil198 Aug 27, 2024
860bb43
clarifying what `<key><value>`s are allowed
phil198 Aug 27, 2024
d3f4644
pr review comments
phil198 Aug 29, 2024
cdb1491
add example for multiple ldap trees
phil198 Sep 4, 2024
58ca963
Apply suggestions from code review
phil198 Sep 4, 2024
e988b8b
pr review comments
phil198 Sep 4, 2024
e425718
pr review comments
phil198 Sep 4, 2024
69ce049
pr review comments
phil198 Sep 4, 2024
16c330d
pr review comments
phil198 Sep 4, 2024
303608b
Apply suggestions from code review
phil198 Sep 4, 2024
3bb38cc
pr review comments
phil198 Sep 6, 2024
c7bf5e3
Apply suggestions from code review
phil198 Sep 9, 2024
44d473e
pr review comments
phil198 Sep 9, 2024
4b33ada
pr review comments
phil198 Sep 9, 2024
a2e27f3
document and link to the `require_local_user` setting
phil198 Sep 9, 2024
491f9dc
pr review comments
phil198 Sep 9, 2024
f81fd91
pr review comments
phil198 Sep 9, 2024
4404e2a
Update modules/ROOT/pages/authentication-authorization/manage-users.adoc
phil198 Sep 9, 2024
e56f30c
unifiying config description
phil198 Sep 9, 2024
519f254
Update modules/ROOT/pages/configuration/configuration-settings.adoc
phil198 Sep 10, 2024
701cd54
pr review comments
phil198 Sep 11, 2024
c0cef00
adding "migrating" note
phil198 Sep 12, 2024
340488f
adding SHOW USERS WITH AUTH description
phil198 Sep 12, 2024
6f266a2
pr review comments
phil198 Sep 13, 2024
3fde3c2
updating privilege svgs
phil198 Sep 13, 2024
a30d8a6
updating privilege svg width
phil198 Sep 13, 2024
d461462
Apply suggestions from code review
phil198 Sep 16, 2024
c087c8c
Apply suggestions from code review
phil198 Sep 16, 2024
fcf21e9
pr review comments
phil198 Sep 16, 2024
89636ea
pr review comments
phil198 Sep 16, 2024
8cfad89
convert the label to a role
renetapopova Sep 16, 2024
9647b0d
editorial review of the PR
renetapopova Sep 20, 2024
4ed694a
Update modules/ROOT/pages/authentication-authorization/ldap-integrati…
renetapopova Sep 23, 2024
10e6ed5
Update modules/ROOT/pages/authentication-authorization/manage-users.adoc
renetapopova Sep 23, 2024
2049ab8
Update modules/ROOT/pages/authentication-authorization/auth-providers…
renetapopova Sep 24, 2024
ae52401
Update modules/ROOT/pages/authentication-authorization/auth-providers…
renetapopova Sep 24, 2024
35fafde
Update modules/ROOT/pages/authentication-authorization/auth-providers…
renetapopova Sep 24, 2024
d509b3e
Update modules/ROOT/pages/authentication-authorization/auth-providers…
renetapopova Sep 24, 2024
95d1d02
Update modules/ROOT/pages/authentication-authorization/manage-users.adoc
renetapopova Sep 24, 2024
6ea6053
Update modules/ROOT/pages/authentication-authorization/manage-users.adoc
renetapopova Sep 24, 2024
70dfc13
Update modules/ROOT/pages/tutorial/tutorial-sso-configuration.adoc
renetapopova Sep 24, 2024
9ffa139
Update modules/ROOT/pages/tutorial/tutorial-sso-configuration.adoc
renetapopova Sep 24, 2024
a3fa746
Update modules/ROOT/pages/tutorial/tutorial-sso-configuration.adoc
renetapopova Sep 24, 2024
98b573f
Update modules/ROOT/pages/authentication-authorization/manage-users.adoc
renetapopova Sep 24, 2024
58bd7a2
Update modules/ROOT/pages/authentication-authorization/manage-users.adoc
Hunterness Sep 24, 2024
cd8f489
add native to the manage users
renetapopova Sep 24, 2024
5943694
revert the set password change not required descriptions
renetapopova Sep 24, 2024
4f56af7
refer to the examples in the respective sections
renetapopova Sep 24, 2024
4f52fc5
Update modules/ROOT/pages/authentication-authorization/manage-users.adoc
renetapopova Sep 25, 2024
5a19818
Update modules/ROOT/pages/authentication-authorization/manage-users.adoc
renetapopova Sep 25, 2024
9ddb616
Update modules/ROOT/pages/authentication-authorization/manage-users.adoc
renetapopova Sep 25, 2024
a3cfb43
Update modules/ROOT/pages/authentication-authorization/manage-users.adoc
renetapopova Sep 25, 2024
6cde04e
Update modules/ROOT/pages/authentication-authorization/manage-users.adoc
renetapopova Sep 25, 2024
ff5bcd3
Update modules/ROOT/pages/authentication-authorization/manage-users.adoc
renetapopova Sep 25, 2024
ab3e9d6
add that changed required is `null` if the user has `native` auth dis…
renetapopova Sep 25, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -793,7 +793,8 @@ With `ENCRYPTED`, the password string is expected to be in the format of `<encry
If the optional `SET PASSWORD CHANGE [NOT] REQUIRED` is omitted but a password is given, the default is `CHANGE REQUIRED`.
The `SET PASSWORD` prefix of the `CHANGE [NOT] REQUIRED` clause is only optional if it directly follows the `SET PASSWORD 'password'` clause and is not part of a `SET AUTH` clause.

<4> The default for `SET STATUS` is `ACTIVE`.
<4> Specifies the user's status.
If not set, the default is `ACTIVE`.

<5> Specifies a home database for a user.
A home database is resolved if it is pointing to a database or a database alias.
Expand Down Expand Up @@ -984,6 +985,7 @@ You can modify users with the `ALTER USER` command.
The command allows you to change the user's password, status, home database, and auth provider settings.
The `SET` and `REMOVE` clauses can be applied in any order.
However, all `REMOVE` clauses must come before the first `SET` clause and at least one `SET` or `REMOVE` clause is required for the command.
If any of the `SET` or `REMOVE` clauses are omitted, the corresponding settings will not be changed.

[source, syntax, role="noheader"]
----
Expand Down Expand Up @@ -1015,9 +1017,10 @@ With `ENCRYPTED`, the password string is expected to be in the format of `<encry
** `0` is the first version and refers to the `SHA-256` cryptographic hash function with iterations `1`.
** `1` is the second version and refers to the `SHA-256` cryptographic hash function with iterations `1024`.
<5> Specifies whether the user must change their password at the next login.
If the optional `SET PASSWORD CHANGE [NOT] REQUIRED` is omitted, the default is `CHANGE REQUIRED`.
If the optional `SET PASSWORD CHANGE [NOT] REQUIRED` is omitted when adding native auth to a user (either by first removing pre-existing native auth or if the user does not have native auth to start with), the default is `CHANGE REQUIRED`.
The `SET PASSWORD` prefix of the `CHANGE [NOT] REQUIRED` clause is only optional if it directly follows the `SET PASSWORD 'password'` clause and is not part of a `SET AUTH` clause.
<6> The default for `SET STATUS` is `ACTIVE`.
<6> Specifies the user's status.
The default is `ACTIVE`.
<7> Specifies a home database for a user. A home database is resolved if it is pointing to a database or a database alias. If no home database is set, the DBMS default database is used as the home database for that user.

<8> label:new[Introduced in 5.24] One or more `SET AUTH` clauses can be used to set xref:authentication-authorization/auth-providers.adoc[auth providers], which define authentication / authorization providers for that user.
Expand Down