We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
in order to create a user with password, which authenticates over the socket, I need an entry like this one:
local user db md5
but this entry should be placed before this one:
# Order: 2 local all all ident
however, this is Order 2 and Order 1 is already taken.
All the stanzas after 1 should be shifted, at least by 10 positions.
create a rule like this:
it will never work, because this one takes precedence:
local all all ident
None
The text was updated successfully, but these errors were encountered:
a possible workaround is to set value for the key order to a negative number.
order
Sorry, something went wrong.
No branches or pull requests
Describe the Bug
in order to create a user with password, which authenticates over the socket, I need an entry like this one:
but this entry should be placed before this one:
# Order: 2 local all all ident
however, this is Order 2 and Order 1 is already taken.
Expected Behavior
All the stanzas after 1 should be shifted, at least by 10 positions.
Steps to Reproduce
create a rule like this:
it will never work, because this one takes precedence:
Environment
Additional Context
None
The text was updated successfully, but these errors were encountered: