first match

This commit is contained in:
Joseph Hanson 2024-09-23 03:03:38 -05:00
parent ebf66d900a
commit c4da3a4360
Signed by: jahanson
SSH key fingerprint: SHA256:vy6dKBECV522aPAwklFM3ReKAVB086rT3oWwiuiFG7o

View file

@ -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"