Skip to content

Commit

Permalink
πŸ› Fix issue with login page auth
Browse files Browse the repository at this point in the history
  • Loading branch information
casse-boubou committed Jan 9, 2024
1 parent aabbdb3 commit 9b23bb0
Showing 1 changed file with 1 addition and 16 deletions.
17 changes: 1 addition & 16 deletions sharry/rootfs/etc/sharry/sharry.conf
Original file line number Diff line number Diff line change
Expand Up @@ -208,26 +208,11 @@ sharry.restserver {
order = 40
}

# The command authentication module runs an external command
# giving it the username and password. The return code indicates
# success or failure.
command {
enabled = false
program = [
"/path/to/someprogram"
"{{user}}"
"{{pass}}"
]
# the return code to consider successful verification
success = 0
order = 50
}

# The internal authentication module checks against the internal
# database.
internal {
enabled = false
order = 60
order = 50
}

# Uses OAuth2 "Code-Flow" for authentication against a
Expand Down

0 comments on commit 9b23bb0

Please sign in to comment.