Skip to content

Commit 9cc9c09

Browse files
Remove aliases from DENY DATABASE MANAGEMENT
1 parent e29e7c5 commit 9cc9c09

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ CREATE ROLE customAdministrator
159159
----
160160
GRANT ALL DBMS PRIVILEGES ON DBMS TO customAdministrator
161161
----
162-
. And explicitly deny the privilege to manage databases and aliases:
162+
. And explicitly deny the privilege to manage databases:
163163
+
164164
[source, cypher, role=noplay]
165165
----
@@ -172,7 +172,7 @@ DENY DATABASE MANAGEMENT ON DBMS TO customAdministrator
172172
GRANT TRANSACTION MANAGEMENT (*) ON DATABASE * TO customAdministrator
173173
----
174174

175-
The resulting role has privileges that include all DBMS privileges except creating, dropping, and modifying databases and aliases, as well as managing transactions.
175+
The resulting role has privileges that include all DBMS privileges except creating, dropping, and modifying databases, as well as managing transactions.
176176
Use the following query to list all privileges for the role `customAdministrator` as commands:
177177

178178
[source, cypher, role=noplay]

0 commit comments

Comments
 (0)