An exception occurred during PROPFIND request on '/': password is mandatory in simple bind
#1649
-
I'm running Radicale with the following configuration, and I'm getting this error when starting it:
[auth]
lc_username=true
ldap_base=dc=haddock,dc=cc
ldap_filter=(&(objectClass=person)(uid={0}))
ldap_reader_dn=uid=radicale,ou=people,dc=haddock,dc=cc
ldap_uri=ldap://localhost:3890
type=ldap I also have an environment file with this: RADICALE_OPTIONS="--auth-ldap-secret=REDACTED" |
Beta Was this translation helpful? Give feedback.
Answered by
pbiering
Dec 14, 2024
Replies: 2 comments 2 replies
-
@poperigby - which version are you using? @petervarkoly - can you please investigate? |
Beta Was this translation helpful? Give feedback.
1 reply
-
Cannot reproduce, are you sure that RADICALE_OPTIONS is used on startup? See here how to use #1577 (end of thread) If you use latest changes ldap config details will be shown on startup: #1651 |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
poperigby
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Cannot reproduce, are you sure that RADICALE_OPTIONS is used on startup?
See here how to use #1577 (end of thread)
If you use latest changes ldap config details will be shown on startup: #1651