Skip to content

Commit 52242a7

Browse files
Apply suggestions from code review
Co-authored-by: Reneta Popova <[email protected]>
1 parent 8b919b0 commit 52242a7

File tree

1 file changed

+4
-10
lines changed

1 file changed

+4
-10
lines changed

modules/ROOT/pages/notifications/all-notifications.adoc

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1260,7 +1260,7 @@ m|INFORMATION
12601260
m|SECURITY
12611261
|===
12621262

1263-
.Create a user with an auth provider that isn't defined in config
1263+
.Create a user with an auth provider that is not defined in the configuration
12641264
====
12651265
Command::
12661266
+
@@ -1278,7 +1278,7 @@ Make sure that the given provider is correct, or replace it if not.
12781278
If it is correct, make sure to add it as a known auth provider in one or both of `dbms.security.authentication_providers` and `dbms.security.authorization_providers`.
12791279
====
12801280

1281-
.Alter a user to add an auth provider that isn't defined in config
1281+
.Alter a user to add an auth provider that is not defined in the configuration
12821282
====
12831283
Command::
12841284
+
@@ -1323,12 +1323,9 @@ Command::
13231323
CREATE USER foo SET AUTH 'exampleProvider' { SET ID 'idString' }
13241324
----
13251325
1326-
Description of the returned code::
1327-
Use setting `dbms.security.require_local_user` to enable external auth.
1328-
13291326
Suggestions for improvement::
13301327
Enable linked users through the `dbms.security.require_local_user` setting.
1331-
Until enabled the new external auth will be ignored and current external auth behaviours will continue to apply.
1328+
Until enabled, the new external auth will be ignored, and current external auth behaviors will continue to apply.
13321329
====
13331330

13341331
.Alter a user to add an external auth provider when linked users are not enabled
@@ -1340,12 +1337,9 @@ Command::
13401337
ALTER USER foo SET AUTH 'exampleProvider' { SET ID 'idString' }
13411338
----
13421339
1343-
Description of the returned code::
1344-
Use setting `dbms.security.require_local_user` to enable external auth.
1345-
13461340
Suggestions for improvement::
13471341
Enable linked users through the `dbms.security.require_local_user` setting.
1348-
Until enabled the new external auth will be ignored and current external auth behaviours will continue to apply.
1342+
Until enabled, the new external auth will be ignored, and current external auth behaviors will continue to apply.
13491343
====
13501344

13511345
[#_topology_notifications]

0 commit comments

Comments
 (0)