diff options
| author | reger <reger18@arcor.de> | 2017-03-15 01:39:15 +0100 |
|---|---|---|
| committer | reger <reger18@arcor.de> | 2017-03-15 01:39:15 +0100 |
| commit | f7fce1baade428f1748414cd169e65359694ee45 (patch) | |
| tree | 9759961333262ca2855697352c5c411dda799171 /defaults/web.xml | |
| parent | 56d0a87a83c5fadaea7994b55627fa6c59b859b0 (diff) | |
make digest default authentication in defaults/web.xml
Diffstat (limited to 'defaults/web.xml')
| -rw-r--r-- | defaults/web.xml | 2 |
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 --> |
