This is an automated email from the ASF dual-hosted git repository.
jbertram pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/activemq-artemis.git
The following commit(s) were added to refs/heads/main by this push:
new 638ebbd01e NO-JIRA fix security doc typo
638ebbd01e is described below
commit 638ebbd01e2c4cc26a1850f73b5ed8726a987827
Author: Justin Bertram <[email protected]>
AuthorDate: Wed Apr 10 10:13:16 2024 -0500
NO-JIRA fix security doc typo
---
docs/user-manual/security.adoc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/user-manual/security.adoc b/docs/user-manual/security.adoc
index 5c92cb4ae4..3876283b1a 100644
--- a/docs/user-manual/security.adoc
+++ b/docs/user-manual/security.adoc
@@ -381,7 +381,7 @@ In short, the file defines:
* an alias for an entry (e.g. `PropertiesLogin`)
* the implementation class for the login module (e.g.
`org.apache.activemq.artemis.spi.core.security.jaas.PropertiesLoginModule`)
-* a flag which indicates whether the success of the login module is
`required`, `requisite`, `sufficient`, or `optional` (see more details on these
flags in the
https://docs.oracle.com/javase/8/docs/api/javax/security/auth/login/Configuration.html[JavaDoc]
+* a flag which indicates whether the success of the login module is
`required`, `requisite`, `sufficient`, or `optional` (see more details on these
flags in the
https://docs.oracle.com/javase/8/docs/api/javax/security/auth/login/Configuration.html[JavaDoc])
* a list of configuration options specific to the login module implementation
By default, the location and name of `login.config` is specified on the
Artemis command-line which is set by `etc/artemis.profile` on linux and
`etc\artemis.profile.cmd` on Windows.