LDAP Support #46
Closed
Tintifax74
started this conversation in
Ideas
Replies: 1 comment 3 replies
-
Hey Tintifax! Thanks for reaching out, and I'm glad to hear that the Docker image has been helpful for your private chat server. Regarding your question about LDAP support for prosody, it's not something thats currently built-in, but I'm definitely looking into it! Adding the necessary LDAP libraries and modules to the Dockerfile during the image build process seems like a good solution, and I'll prepare a test image with LDAP support soon. Thanks for your feedback, and feel free to reach out if you have any other questions or concerns. |
Beta Was this translation helpful? Give feedback.
3 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.
-
Hello
I do appreciate your work providing prosody on docker on RPI. i'm running this setup now for a few years to provide a "private chatserver" to my family. Group of interested additional users has grown since then. to be able "easy" manage them i thought about using LDAP for user/group/auth administration. Is there as chance to "enrich" this docker image with built-on LDAP support for prosody?
cheers,
Tintifax
p.s. i'm "non-techie". i tried to install auth_ldap on my own inside the container just to give it a try, but then lualdap is requested which seems to need some ldap libraries in the OS inside the container ... i need years to get into this and it seems to be wrong way anyways as i presume it is better to "enhance" the dockerfile with required LDAP items and built a new docker image than "fumbling around" inside container.
Beta Was this translation helpful? Give feedback.
All reactions