This is an automated email from the ASF dual-hosted git repository.
btellier pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/james-project.git
The following commit(s) were added to refs/heads/master by this push:
new 536878f490 JAMES-3881 [DOC] readWrite -> readwrite
536878f490 is described below
commit 536878f49042ddec432064de74a0a9f72588faaf
Author: Quan Tran <[email protected]>
AuthorDate: Thu Apr 6 16:58:03 2023 +0700
JAMES-3881 [DOC] readWrite -> readwrite
rf:
https://docs.oracle.com/javadb/10.10.1.2/adminguide/radminjmxenablesimpleauth.html
---
server/apps/distributed-app/docs/modules/ROOT/pages/configure/jmx.adoc | 2 +-
src/site/xdoc/server/config-system.xml | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git
a/server/apps/distributed-app/docs/modules/ROOT/pages/configure/jmx.adoc
b/server/apps/distributed-app/docs/modules/ROOT/pages/configure/jmx.adoc
index 1b388427f0..00215bf53d 100644
--- a/server/apps/distributed-app/docs/modules/ROOT/pages/configure/jmx.adoc
+++ b/server/apps/distributed-app/docs/modules/ROOT/pages/configure/jmx.adoc
@@ -40,7 +40,7 @@ james-admin pass1
File's content example:
```
-james-admin readWrite
+james-admin readwrite
```
When James runs with option `-Djames.jmx.credential.generation=true`, James
will automatically generate `jmxremote.password` if the file does not exist.
diff --git a/src/site/xdoc/server/config-system.xml
b/src/site/xdoc/server/config-system.xml
index 4394964bd6..9d6602a1b8 100644
--- a/src/site/xdoc/server/config-system.xml
+++ b/src/site/xdoc/server/config-system.xml
@@ -153,7 +153,7 @@
<p>File's content example:</p>
<pre><code>
- james-admin readWrite
+ james-admin readwrite
</code></pre>
<p>When James runs with option
<code>-Djames.jmx.credential.generation=true</code>, James will automatically
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]