Replies: 1 comment
-
Enable debug logging and check the logs. There are many things which can be misconfigured with LDAP auth. Some examples are in the docs: https://docs.weblate.org/en/latest/admin/install/docker.html#ldap |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I hope to use LDAP for authentication , deployed the service by docker-compose, and the environment variables are as follows, but in fact, LDAP cannot take effect.
WEBLATE_SITE_DOMAIN: snc-fff.ffff.com
WEBLATE_ADMIN_PASSWORD: 6iMIccccccccc
WEBLATE_TIME_ZONE: Asia/Shanghai
TZ: Asia/Shanghai
WEBLATE_AUTH_LDAP_SERVER_URI: ldap://xxxxxxxxx
WEBLATE_AUTH_LDAP_USER_DN_TEMPLATE: (cn=%s)
WEBLATE_AUTH_LDAP_BIND_DN: cn=zeekr.grafana,ou=geelystaff,dc=geely,dc=auto
WEBLATE_AUTH_LDAP_BIND_PASSWORD: xxxxxxxxxxx
WEBLATE_AUTH_LDAP_USER_ATTR_MAP: full_name:name,email:mail
WEBLATE_AUTH_LDAP_USER_SEARCH_UNION: (cn=%s)
Beta Was this translation helpful? Give feedback.
All reactions