You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: modules/ROOT/pages/database-administration/aliases/remote-database-alias-configuration.adoc
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -37,7 +37,7 @@ A remote database alias is only accessible to users with appropriate privileges.
37
37
In this example, _Bob_ is the administrator responsible for deciding which database (`db1` or `db2`) the remote aliases can write and/or read.
38
38
Meanwhile, _Alice_ is the administrator that assigns who has access to the privileges set by _Bob_.
39
39
In the example, _Alice_ will assign that access to _Carol_.
40
-
See xref:authentication-authorization/dbms-administration.adoc[DBMS privileges] for more information.
40
+
See xref:authentication-authorization/dbms-administration/index.adoc[DBMS privileges] for more information.
41
41
42
42
_Carol_ can use her own regular credentials to access the remote database `db1` in *DBMS B* after _Alice_ assigns this privilege to her user profile.
43
43
This configuration will also allow _Carol_ to access `db2` in *DBMS B*, if _Bob_ grants the necessary privileges to the user profile shared with _Alice_.
To be able to manage remote database aliases, you must have either xref:authentication-authorization/dbms-administration.adoc#access-control-dbms-administration-database-management[database management]
154
-
or xref:authentication-authorization/dbms-administration.adoc#access-control-dbms-administration-alias-management[alias management] privileges.
153
+
To be able to manage remote database aliases, you must have either xref:authentication-authorization/dbms-administration/dbms-database-management-privileges.adoc[database management]
154
+
or xref:authentication-authorization/dbms-administration/dbms-alias-management-privileges.adoc[alias management] privileges.
155
155
156
156
For example, the following command grants the permission to create an alias to the `administrator` role:
To be able to manage remote database aliases, you must have either xref:authentication-authorization/dbms-administration.adoc#access-control-dbms-administration-database-management[database management]
290
-
or xref:authentication-authorization/dbms-administration.adoc#access-control-dbms-administration-alias-management[alias management] privileges.
289
+
To be able to manage remote database aliases, you must have either xref:authentication-authorization/dbms-administration/dbms-database-management-privileges.adoc[database management]
290
+
or xref:authentication-authorization/dbms-administration/dbms-alias-management-privileges.adoc[alias management] privileges.
291
291
292
292
For example, the following command grants the permission to create an alias to the `admin` role, which _Carol_ is a member of:
293
293
@@ -344,7 +344,7 @@ USE `db1-remote-alias` MATCH (n) RETURN *
344
344
345
345
* Connecting to a remote database alias as a home database.
346
346
This needs to be set by an administrator.
347
-
See xref:authentication-authorization/dbms-administration.adoc#access-control-dbms-administration-user-management[User Management] for more information.
347
+
See xref:authentication-authorization/dbms-administration/dbms-user-management-privileges.adoc[User Management] for more information.
0 commit comments