NO-JIRA fix up docs for security-ldap example
This commit is contained in:
parent
e6ecbfaaf4
commit
72f5a1f5bc
|
@ -715,8 +715,14 @@ delivered until a specified time in the future.
|
||||||
|
|
||||||
## Security
|
## Security
|
||||||
|
|
||||||
The `security` example shows you how configure and use role based queue
|
The `security` example shows you how configure and use role based security with
|
||||||
security with Apache ActiveMQ Artemis.
|
Apache ActiveMQ Artemis.
|
||||||
|
|
||||||
|
## Security LDAP
|
||||||
|
|
||||||
|
The `security-ldap` example shows you how configure and use role based security
|
||||||
|
with Apache ActiveMQ Artemis & an embedded instance of the Apache DS LDAP
|
||||||
|
server.
|
||||||
|
|
||||||
## Send Acknowledgements
|
## Send Acknowledgements
|
||||||
|
|
||||||
|
|
|
@ -2,6 +2,8 @@
|
||||||
|
|
||||||
To run the example, simply type **mvn verify** from this directory, or **mvn -PnoServer verify** if you want to start and create the broker manually.
|
To run the example, simply type **mvn verify** from this directory, or **mvn -PnoServer verify** if you want to start and create the broker manually.
|
||||||
|
|
||||||
|
**Note:** The logging from the embedded Apache DS LDAP server is verbose and it may appear that there are errors, but these logs can be ignored.
|
||||||
|
|
||||||
This example shows how to configure and use security using ActiveMQ Artemis and the Apache DS LDAP server.
|
This example shows how to configure and use security using ActiveMQ Artemis and the Apache DS LDAP server.
|
||||||
|
|
||||||
With security properly configured, ActiveMQ Artemis can restrict client access to its resources, including connection creation, message sending/receiving, etc. This is done by configuring users and roles as well as permissions in the configuration files.
|
With security properly configured, ActiveMQ Artemis can restrict client access to its resources, including connection creation, message sending/receiving, etc. This is done by configuring users and roles as well as permissions in the configuration files.
|
||||||
|
|
|
@ -1,20 +0,0 @@
|
||||||
## ---------------------------------------------------------------------------
|
|
||||||
## Licensed to the Apache Software Foundation (ASF) under one or more
|
|
||||||
## contributor license agreements. See the NOTICE file distributed with
|
|
||||||
## this work for additional information regarding copyright ownership.
|
|
||||||
## The ASF licenses this file to You under the Apache License, Version 2.0
|
|
||||||
## (the "License"); you may not use this file except in compliance with
|
|
||||||
## the License. You may obtain a copy of the License at
|
|
||||||
##
|
|
||||||
## http://www.apache.org/licenses/LICENSE-2.0
|
|
||||||
##
|
|
||||||
## Unless required by applicable law or agreed to in writing, software
|
|
||||||
## distributed under the License is distributed on an "AS IS" BASIS,
|
|
||||||
## WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
||||||
## See the License for the specific language governing permissions and
|
|
||||||
## limitations under the License.
|
|
||||||
## ---------------------------------------------------------------------------
|
|
||||||
user=bill,andrew,frank,sam
|
|
||||||
europe-user=andrew
|
|
||||||
news-user=frank,sam
|
|
||||||
us-user=frank
|
|
|
@ -1,20 +0,0 @@
|
||||||
## ---------------------------------------------------------------------------
|
|
||||||
## Licensed to the Apache Software Foundation (ASF) under one or more
|
|
||||||
## contributor license agreements. See the NOTICE file distributed with
|
|
||||||
## this work for additional information regarding copyright ownership.
|
|
||||||
## The ASF licenses this file to You under the Apache License, Version 2.0
|
|
||||||
## (the "License"); you may not use this file except in compliance with
|
|
||||||
## the License. You may obtain a copy of the License at
|
|
||||||
##
|
|
||||||
## http://www.apache.org/licenses/LICENSE-2.0
|
|
||||||
##
|
|
||||||
## Unless required by applicable law or agreed to in writing, software
|
|
||||||
## distributed under the License is distributed on an "AS IS" BASIS,
|
|
||||||
## WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
||||||
## See the License for the specific language governing permissions and
|
|
||||||
## limitations under the License.
|
|
||||||
## ---------------------------------------------------------------------------
|
|
||||||
bill=activemq
|
|
||||||
andrew=activemq1
|
|
||||||
frank=activemq2
|
|
||||||
sam=activemq3
|
|
Loading…
Reference in New Issue