mirror of
https://github.com/Kozea/Radicale.git
synced 2025-09-15 20:36:55 +00:00
Move realm
config from server
to auth
This commit is contained in:
parent
6c12bba8a8
commit
6b281e1726
3 changed files with 9 additions and 9 deletions
|
@ -355,7 +355,7 @@ class Application:
|
|||
# Unknown or unauthorized user
|
||||
logger.debug("Asking client for authentication")
|
||||
status = client.UNAUTHORIZED
|
||||
realm = self.configuration.get("server", "realm")
|
||||
realm = self.configuration.get("auth", "realm")
|
||||
headers = dict(headers)
|
||||
headers.update({
|
||||
"WWW-Authenticate":
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue