HomeSoftware Heritage

database: Use `auth_user` directive as intended

Description

database: Use auth_user directive as intended

Prior to this commit, the auth_user directive was translated as user
directive. Those directives are not the same.

The user directive expects credentials to be solved either by the userlist.txt
mechanism or by a password provided in the database entry.

The auth_user directive allows the credentials to be solved through querying.

Ultimately, it must be the module's user to decide which to use.

Related #31

Details

Provenance
ardumontAuthored on Jun 6 2019, 2:17 PM
ardumontPushed on Jun 6 2019, 2:27 PM
Parents
R191:40e306bfaadb: Merge pull request #22 from covermymeds/new-release
Branches
Unknown
Tags
Unknown
References
fix-auth-user-directive