summaryrefslogtreecommitdiff
path: root/defaults/web.xml
diff options
context:
space:
mode:
authorreger <reger18@arcor.de>2017-03-15 01:39:15 +0100
committerreger <reger18@arcor.de>2017-03-15 01:39:15 +0100
commitf7fce1baade428f1748414cd169e65359694ee45 (patch)
tree9759961333262ca2855697352c5c411dda799171 /defaults/web.xml
parent56d0a87a83c5fadaea7994b55627fa6c59b859b0 (diff)
make digest default authentication in defaults/web.xml
Diffstat (limited to 'defaults/web.xml')
-rw-r--r--defaults/web.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/defaults/web.xml b/defaults/web.xml
index 349a3bc6b..01fb786c6 100644
--- a/defaults/web.xml
+++ b/defaults/web.xml
@@ -122,7 +122,7 @@
changing the peer name will invalidate all passwords
!!! Attention !!! prior to change this to DIGEST you have to reenter your password
to calculate a correct password hash -->
- <auth-method>BASIC</auth-method>
+ <auth-method>DIGEST</auth-method>
</login-config>
<!-- Roles -->