first match
This commit is contained in:
parent
ebf66d900a
commit
c4da3a4360
1 changed files with 4 additions and 4 deletions
|
@ -11,14 +11,14 @@ authentication {
|
||||||
|
|
||||||
authorization {
|
authorization {
|
||||||
sources = [
|
sources = [
|
||||||
{
|
|
||||||
type = built_in_database
|
|
||||||
enable = true
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
type = file
|
type = file
|
||||||
enable = true
|
enable = true
|
||||||
path = "/opt/acl.conf"
|
path = "/opt/acl.conf"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
type = built_in_database
|
||||||
|
enable = true
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
no_match: "deny"
|
no_match: "deny"
|
||||||
|
|
Loading…
Reference in a new issue