Skip to content

Commit b4e1dac

Browse files
Update modules/ROOT/pages/authentication-authorization/dbms-administration.adoc
Co-authored-by: Therese Magnusson <[email protected]>
1 parent a0d73c5 commit b4e1dac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/ROOT/pages/authentication-authorization/dbms-administration.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ DENY DATABASE MANAGEMENT ON DBMS TO customAdministrator;
185185
GRANT TRANSACTION MANAGEMENT (*) ON DATABASE * TO customAdministrator;
186186
----
187187
+
188-
As a result, the `customAdministrator` role has privileges that include all DBMS privileges except creating, dropping, and modifying databases, as well as managing transactions.
188+
As a result, the `customAdministrator` role has privileges that include managing transactions and all DBMS privileges except creating, dropping, and modifying databases.
189189
. To list all privileges for the role `customAdministrator` as commands, use the following query:
190190
+
191191
[source, cypher, role=noplay]

0 commit comments

Comments
 (0)