You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by kw...@apache.org on 2014/11/04 00:51:40 UTC

svn commit: r1636476 - /qpid/trunk/qpid/doc/book/src/java-broker/security/Java-Broker-Security-Authentication-Providers-MD5PasswordFile.xml

Author: kwall
Date: Mon Nov  3 23:51:40 2014
New Revision: 1636476

URL: http://svn.apache.org/r1636476
Log:
QPID-6108: [Java Documentation] Restore MD5PasswordFile provider details accidentally omitted from rev. 1635639

Modified:
    qpid/trunk/qpid/doc/book/src/java-broker/security/Java-Broker-Security-Authentication-Providers-MD5PasswordFile.xml

Modified: qpid/trunk/qpid/doc/book/src/java-broker/security/Java-Broker-Security-Authentication-Providers-MD5PasswordFile.xml
URL: http://svn.apache.org/viewvc/qpid/trunk/qpid/doc/book/src/java-broker/security/Java-Broker-Security-Authentication-Providers-MD5PasswordFile.xml?rev=1636476&r1=1636475&r2=1636476&view=diff
==============================================================================
--- qpid/trunk/qpid/doc/book/src/java-broker/security/Java-Broker-Security-Authentication-Providers-MD5PasswordFile.xml (original)
+++ qpid/trunk/qpid/doc/book/src/java-broker/security/Java-Broker-Security-Authentication-Providers-MD5PasswordFile.xml Mon Nov  3 23:51:40 2014
@@ -1,25 +1,42 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
-                      "http://docbook.org/xml/4.5/docbookx.dtd"
-[ <!ENTITY % xinclude SYSTEM "internal/xinclude.mod">
-%xinclude;
-]>
-<book>
-    <bookinfo>
-        <title>Book with XInclude Template Title</title>
-        <author>
-            <firstname>Author First Name</firstname>
-            <surname>Author Last Name</surname>
-        </author>
-    </bookinfo>
-    <part>
-        <title>First Part </title>
-        <chapter>
-            <title>Chapter Title</title>
-            <sect1>
-                <title>Section1 Title</title>
-                <para>Text</para>
-            </sect1>
-        </chapter>
-    </part>
-</book>
+<?xml version="1.0" encoding="utf-8"?>
+<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
+                    "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd">
+<!--
+    
+ 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.
+-->
+<section id="Java-Broker-Security-Base64MD5PasswordFile-Provider">
+    <title>Base64MD5 Password File <emphasis>(Deprecated)</emphasis></title>
+    <para><emphasis>This provider is deprecated and will be removed in a future release. The <link
+                linkend="Java-Broker-Security-MD5-Provider">MD5</link> provider should be used
+            instead.</emphasis></para>
+    <para> Base64MD5PasswordFile Provider uses local file to store and manage user credentials
+        similar to PlainPasswordFile but instead of storing a password the MD5 password digest
+        encoded with Base64 encoding is stored in the file. When creating an authentication provider
+        the path to the file needs to be specified. If specified file does not exist an empty file
+        is created automatically on Authentication Provider creation. On Base64MD5PasswordFile
+        Provider deletion the password file is deleted as well.</para>
+    <para>For this provider user credentials can be added, removed or changed using
+        Management.</para>
+    <section>
+        <title>Base64MD5 File Format</title>
+        <para> The user credentials are stored on the single file line as user name and user
+            password pairs separated by colon character. The password is stored MD5 digest/Base64
+            encoded. This file must not be modified externally whilst the Broker is running.</para>
+    </section>
+</section>



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@qpid.apache.org
For additional commands, e-mail: commits-help@qpid.apache.org