Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ZulipRemoteUserBackend is currently not supported #210

Open
ssvenn opened this issue Jul 26, 2019 · 1 comment
Open

ZulipRemoteUserBackend is currently not supported #210

ssvenn opened this issue Jul 26, 2019 · 1 comment

Comments

@ssvenn
Copy link

ssvenn commented Jul 26, 2019

I am scratching my head trying to figure out how to implement the Apache SSO with docker-zulip, would it be better to bundle apache and libapache2-mod-auth-kerb inside the container or try to run it in a separate container or on the docker host?

https://zulip.readthedocs.io/en/latest/production/authentication-methods.html#apache-based-sso-with-remote-user

I am going to attempt modifying the app server container to include the required apache components but my understanding of kerberos is limited so I'm unsure if that's the best strategy.
I have LDAP working but I really want to get SSO working so I can package the desktop client to autostart and autologin on our Windows machines.

@timabbott
Copy link
Member

timabbott commented Jul 27, 2019

Yeah, I think you'd need to fork the Dockerfile and add code to include your Apache stuff to do this the way Docker wants you to.

(Or write a new Dockerfile extending the main Zulip image, which might be cleaner)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants