From b15e32a943ae269c1c7dae4b2084e2ad87f3940d Mon Sep 17 00:00:00 2001 From: Alex Rudyy Date: Wed, 15 Apr 2015 10:00:55 +0000 Subject: QPID-6481: Move java broker docbook into java source tree git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1673703 13f79535-47bb-0310-9956-ffa450edef68 --- ...roker-Security-Authentication-Providers-MD5.xml | 35 ---------------------- 1 file changed, 35 deletions(-) delete mode 100644 qpid/doc/book/src/java-broker/security/Java-Broker-Security-Authentication-Providers-MD5.xml (limited to 'qpid/doc/book/src/java-broker/security/Java-Broker-Security-Authentication-Providers-MD5.xml') diff --git a/qpid/doc/book/src/java-broker/security/Java-Broker-Security-Authentication-Providers-MD5.xml b/qpid/doc/book/src/java-broker/security/Java-Broker-Security-Authentication-Providers-MD5.xml deleted file mode 100644 index 04d8e2e84d..0000000000 --- a/qpid/doc/book/src/java-broker/security/Java-Broker-Security-Authentication-Providers-MD5.xml +++ /dev/null @@ -1,35 +0,0 @@ - - - -
- MD5 Provider - - MD5 Provider uses the Broker configuration itself to store the database of - users (unlike the Base64MD5 Password File, there is no separate password file). Rather than store the - unencrypted user password (as the Plain provider does) it instead stores the MD5 password - digest. This can be further encrypted using the - facilities described in . - For this provider user credentials can be added, removed or changed using - Management. -
\ No newline at end of file -- cgit v1.2.1