Skip to content

Commit 1df0e80

Browse files
committed
fix broken links
1 parent e452fd5 commit 1df0e80

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

modules/ROOT/pages/database-administration/aliases/remote-database-alias-configuration.adoc

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ A remote database alias is only accessible to users with appropriate privileges.
3737
In this example, _Bob_ is the administrator responsible for deciding which database (`db1` or `db2`) the remote aliases can write and/or read.
3838
Meanwhile, _Alice_ is the administrator that assigns who has access to the privileges set by _Bob_.
3939
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.
4141

4242
_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.
4343
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_.
@@ -150,8 +150,8 @@ bin/neo4j start --expand-commands
150150

151151
=== Manage remote database aliases (_Carol_)
152152

153-
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.
155155

156156
For example, the following command grants the permission to create an alias to the `administrator` role:
157157

@@ -286,8 +286,8 @@ dbms.security.oidc.<provider>.authorization.group_to_role_mapping= "engineers" =
286286
----
287287
=== Manage remote database aliases (_Carol_)
288288

289-
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.
291291

292292
For example, the following command grants the permission to create an alias to the `admin` role, which _Carol_ is a member of:
293293

@@ -344,7 +344,7 @@ USE `db1-remote-alias` MATCH (n) RETURN *
344344

345345
* Connecting to a remote database alias as a home database.
346346
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.
348348
+
349349
[source, Cypher]
350350
----

0 commit comments

Comments
 (0)