Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

database: Use auth_user directive as intended #32

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

ardumont
Copy link

@ardumont ardumont commented Jun 6, 2019

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

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 covermymeds#31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant