-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Support LDAP auth #93
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
Comments
Yes, we already have it. |
@jackycute You support Ldap ? |
Hmm, you mean the user auth use LDAP? |
Since we use passportjs to auth right now. |
@jackycute Yes, for an usage in academic environment (each laboratory/university have an ldap...) , ldap is a great and common way to offer new services at zero cost :) |
OK I get it, then I will change this issue's name. |
PR welcome 😄 |
@reyman Hi, could you help us to test if this issue solved? |
Why not ! I could test that during february
Sent from [Nylas Pro](https://nylas.com/nylas-pro?ref=n1), the most powerful
email app for work
On janv. 24 2017, at 4:49 am, Max Wu ***@***.***> wrote:
***@***.***(https://github.com/reyman) Hi, could you help us to test if this
issue solved?
—
You are receiving this because you were mentioned.
Reply to this email directly, [view it on
GitHub](#93 (comment)),
or [mute the thread](https://github.com/notifications/unsubscribe-auth/AAcdmQQ
Nr1k2tY_y8DD2qBw7j1KCDyU3ks5rVXTegaJpZM4H18Ks).
|
I've been trying to get this to work using our internal LDAP. I can get it to connect, but since we are using our own Root CA to sign the SSL certs for our services it complains it cannot verify the certificate. Even when I supple our root ca file using the This is the error that is logged, and then HackMD crashes.
Any ides on how to debug? |
@esbite I found we might have some issue on passing the ca file. |
@esbite I made a patch in bbbf64a |
@jackycute Nope when I using the variable
|
@esbite Fixed in 1cc27e1 |
Thanks now it works great! :) |
I think this feature has been implemented and used by many of our users. |
Do you have some plan to create a docker container/images for hackmd ?
I can be great for easy self-hosted installation :)
The text was updated successfully, but these errors were encountered: