Skip to content

Commit f21bb75

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

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
@@ -157,7 +157,7 @@ To create a more powerful administrator, you can grant a different set of privil
157157
=== Create a more powerful custom administrator role from scratch
158158

159159
You can also create a custom administrator role with limited capabilities.
160-
This can be done by creating a new role and granting all `DBMS` privileges, then denying the ones you do not want the role to have, and then granting only the privileges you want to include.
160+
This can be done by creating a new role and granting all `DBMS` privileges, then denying the ones you do not want the role to have, and then granting additional privileges you want to include.
161161
For example, you can create a custom administrator role `customAdministrator` that has all DBMS privileges except for creating, dropping, and modifying databases, and also has the privilege for managing transactions.
162162

163163
. Create a new role:

0 commit comments

Comments
 (0)