diff options
| author | Keith Wall <kwall@apache.org> | 2013-10-27 12:56:20 +0000 |
|---|---|---|
| committer | Keith Wall <kwall@apache.org> | 2013-10-27 12:56:20 +0000 |
| commit | d295ffe838718911a86af58603f3e19a5fc674d0 (patch) | |
| tree | 4165f984c340763c5735d4c654011d51a62b8f6f | |
| parent | 7bfb37b25f7739331056330539a17b9c5c0c9ad4 (diff) | |
| download | qpid-python-d295ffe838718911a86af58603f3e19a5fc674d0.tar.gz | |
QPID-4463: Corresponding updates to Java Broker docbook
* Document truststore name field
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1536122 13f79535-47bb-0310-9956-ffa450edef68
| -rw-r--r-- | qpid/doc/book/src/java-broker/Java-Broker-Security-Authentication-Providers.xml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/qpid/doc/book/src/java-broker/Java-Broker-Security-Authentication-Providers.xml b/qpid/doc/book/src/java-broker/Java-Broker-Security-Authentication-Providers.xml index 8b91a6f33d..c737a9e2e8 100644 --- a/qpid/doc/book/src/java-broker/Java-Broker-Security-Authentication-Providers.xml +++ b/qpid/doc/book/src/java-broker/Java-Broker-Security-Authentication-Providers.xml @@ -74,6 +74,9 @@ <listitem><para><emphasis>LDAP context factory</emphasis> is fully qualified class name for the JNDI LDAP context factory.</para></listitem> <listitem><para><emphasis>LDAP authentication URL</emphasis>is an URL of LDAP server for performing "ldap bind" if a different LDAP URL is required for performing an authentication.</para></listitem> + <listitem><para><emphasis>Truststore name</emphasis> is a name of <link linkend="SSL-Truststore-ClientCertificate">configured truststore</link>. + Use this if connecting to a Directory over SSL (i.e. ldaps://) which is protected by a certificate signed by a private CA (or + utilising a self-signed certificate).</para></listitem> </itemizedlist> </para> |
