Skip to content

Commit

Permalink
#263 Fix deprecated setting (auth.type -> auth.provider) in default c…
Browse files Browse the repository at this point in the history
…onfiguration file
  • Loading branch information
To-om committed Sep 13, 2017
1 parent c3fe689 commit 3f512a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion thehive-backend/conf/reference.conf
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ auth {
# services.LocalAuthSrv : passwords are stored in user entity (in ElasticSearch). No configuration are required.
# ad : use ActiveDirectory to authenticate users. Configuration is under "auth.ad" key
# ldap : use LDAP to authenticate users. Configuration is under "auth.ldap" key
type = [local]
provider = [local]

ad {
# Domain Windows name using DNS format. This parameter is required.
Expand Down

0 comments on commit 3f512a2

Please sign in to comment.