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/configuration/command-expansion.adoc
+24-3Lines changed: 24 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -55,7 +55,9 @@ If they fail, Neo4j does not evaluate the script commands in _neo4j.conf_, and t
55
55
56
56
On Unix (both Linux and Mac OS)::
57
57
58
-
* The _neo4j.conf_ file must, at least, be readable by its owner or by the user-group to which the owner belongs.
58
+
* The _neo4j.conf_ and _neo4j-admin.conf_ files must, at most, be readable or writable by their owner and readable by the user-group to which the owner belongs.
59
+
The _neo4j-admin.conf_ file is a configuration file located in the same directory as the _neo4j.conf_ file.
60
+
You can use the _neo4j-admin.conf_ file to provide administration-task-specific settings.
59
61
* The Neo4j process must run as a user who is either the owner of the _neo4j.conf_ file or in the user-group which owns the _neo4j.conf_ file.
60
62
61
63
[NOTE]
@@ -67,7 +69,26 @@ For example, the _neo4j.conf_ file can have no group permissions and only be rea
67
69
68
70
On Windows::
69
71
70
-
* The _neo4j.conf_ file must, at least, be readable by the user that the Neo4j process runs as.
72
+
* The _neo4j.conf_ and _neo4j-admin.conf_ files must, at most, be readable/modifiable but not executable by the owner only.
73
+
74
+
[NOTE]
75
+
====
76
+
The owner may have the following permissions from the Access Control List (ACL):
77
+
78
+
* `READ_DATA`
79
+
* `WRITE_DATA`
80
+
* `APPEND_DATA`
81
+
* `READ_ATTRIBUTES`
82
+
* `WRITE_ATTRIBUTES`
83
+
* `READ_NAMED_ATTRS`
84
+
* `WRITE_NAMED_ATTRS`
85
+
* `READ_ACL`
86
+
* `WRITE_ACL`
87
+
* `DELETE`
88
+
* `DELETE_CHILD`
89
+
* `WRITE_OWNER`
90
+
* `SYNCHRONIZE`
91
+
====
71
92
72
93
== Logging
73
94
@@ -89,4 +110,4 @@ In this case, the execution stops and the server does not start.
89
110
* Errors for incorrect values -- The returned value is not the one expected for the setting.
90
111
In this case, the server does not start.
91
112
92
-
For more information, see xref:tools/neo4j-admin/index.adoc#neo4j-admin-exit-codes[Exit codes].
113
+
For more information, see xref:tools/neo4j-admin/index.adoc#neo4j-admin-exit-codes[Exit codes].
0 commit comments