Skip to content

Commit 72feedd

Browse files
committed
NO-JIRA fix doc syntax issue
1 parent 55d0683 commit 72feedd

File tree

3 files changed

+11
-19
lines changed

3 files changed

+11
-19
lines changed
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
[WARNING]
2+
====
3+
Management and CLI operations to manipulate user & role data are only available when using the `PropertiesLoginModule`.
4+
5+
In general, using properties files and broker-centric user management for anything other than very basic use-cases is not recommended.
6+
The broker is designed to deal with messages.
7+
It's not in the business of managing users, although that functionality is provided at a limited level for convenience.
8+
LDAP is recommended for enterprise level production use-cases.
9+
====

docs/user-manual/masking-passwords.adoc

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -112,15 +112,7 @@ This will use the default codec to perform a `one-way` hash of the password and
112112
Passwords in `artemis-users.properties` are automatically detected as hashed or not by looking for the syntax `ENC(<hash>)`.
113113
The `mask-password` parameter does not need to be `true` to use hashed passwords here.
114114

115-
[WARNING]
116-
====
117-
Management and CLI operations to manipulate user & role data are only available when using the `PropertiesLoginModule`.
118-
119-
In general, using properties files and broker-centric user management for anything other than very basic use-cases is not recommended.
120-
The broker is designed to deal with messages.
121-
It's not in the business of managing users, although that functionality is provided at a limited level for convenience.
122-
LDAP is recommended for enterprise level production use-cases.
123-
====
115+
include::_properties-login-module-warning.adoc[]
124116

125117
=== cluster-password
126118

docs/user-manual/security.adoc

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -668,16 +668,7 @@ guests=guest
668668
As mentioned above, the xref:using-cli.adoc#command-line-interface[command-line interface] supports a command to `add` a user.
669669
Commands to `list` (one or all) users, `remove` a user, and `reset` a user's password and/or role(s) are also supported via the xref:using-cli.adoc#command-line-interface[command-line interface] as well as the normal management interfaces (e.g. JMX, web console, etc.).
670670

671-
____
672-
*Warning*
673-
674-
Management and CLI operations to manipulate user & role data are only available when using the `PropertiesLoginModule`.
675-
676-
In general, using properties files and broker-centric user management for anything other than very basic use-cases is not recommended.
677-
The broker is designed to deal with messages.
678-
It's not in the business of managing users, although that functionality is provided at a limited level for convenience.
679-
LDAP is recommended for enterprise level production use-cases.
680-
____
671+
include::_properties-login-module-warning.adoc[]
681672

682673
==== LDAPLoginModule
683674

0 commit comments

Comments
 (0)