Closed reyman closed 8 years ago
Ok, i stop nginx-proxy, and rebuild image without VIRTUAL_* option
Using directly port 80:80
, and 443:443
and ip of my vps, i see the login page :
https://51.255.47.40/
Ok, the forbidden message don't appear, but Ldap login failed..
There is something i don't understand in option probably, i activate the ZULIP_AUTH_BACKENDS: "ZulipLDAPAuthBackend"
and i use SETTING_AUTH_LDAP_USER_SEARCH: "LDAPSearch(\"ou=Users,dc=comnmodel,dc=org\",ldap.SCOPE_SUBTREE,\"(uid=%(user)s)\")"
to find the correct user in LDAP. I don't use the email to login.
Login page ask only for email / password... so how can i log correctly ? It seems the actual login page don't correspond to Ldap login page, isn't it ?
Hi, I have some problem with settings of docker compose in dev version. I'm waiting release to retry.
But i have also some problem with 1.3.9 and postgres role :
And later
The gist : https://gist.github.com/reyman/4d5a8910a3c7c6217025
I need to remove old volume ? If zulip user and db exist, why not reuse it ?