Skip to content
This repository has been archived by the owner on Nov 9, 2022. It is now read-only.

Commit

Permalink
Merge pull request #646 from RobertSzkutak/rob
Browse files Browse the repository at this point in the history
Issue #642: making xdbc-authentication-method default to 'digest'
  • Loading branch information
grtjn committed Aug 23, 2016
2 parents 2e279b6 + 2488584 commit ea5999f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions deploy/default.properties
Original file line number Diff line number Diff line change
Expand Up @@ -194,6 +194,10 @@ use-https=false
authentication-method=digest
default-user=${app-name}-user
#
# The authentication used for your XDBC server
#
xdbc-authentication-method=digest
#
# Providing a default empty value
ssl-certificate-template=

Expand Down
4 changes: 4 additions & 0 deletions deploy/sample/build.sample.properties
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,10 @@ xcc-port=8041
#
authentication-method=digest
#
# The authentication used for your XDBC server
# basic, digest, digestbasic
#
xdbc-authentication-method=digest
# The user used as the default user in application level authentication.
# Using the admin user as the default user is equivalent to turning security off.
#
Expand Down

0 comments on commit ea5999f

Please sign in to comment.