mirror of
https://github.com/Kozea/Radicale.git
synced 2025-04-05 22:27:36 +03:00
I tried to start a dev installation with htpasswd and found this typo.
This commit is contained in:
parent
cff6c2b43b
commit
c0ed505f78
1 changed files with 2 additions and 2 deletions
|
@ -53,8 +53,8 @@ INITIAL_CONFIG = {
|
|||
"type": "None",
|
||||
"public_users": "public",
|
||||
"private_users": "private",
|
||||
"httpasswd_filename": "/etc/radicale/users",
|
||||
"httpasswd_encryption": "crypt",
|
||||
"htpasswd_filename": "/etc/radicale/users",
|
||||
"htpasswd_encryption": "crypt",
|
||||
"ldap_url": "ldap://localhost:389/",
|
||||
"ldap_base": "ou=users,dc=example,dc=com",
|
||||
"ldap_attribute": "uid",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue