schnatterer / smeagol-galore

A git-based wiki featuring markdown, a WYSIWYG Editor, PlantUML, and much more
MIT License
24 stars 5 forks source link

Is there a minimal working example to use smeagol-galore with a LDAP server for user auth? #9

Closed Tony2 closed 3 years ago

Tony2 commented 3 years ago

Hi,

I read that LDAP auth is possible via CAS. Is is possible to have a minimal working example how to run smeagol-galore with LDAP auth (for example with JumpCloud)? It would be much appreciated, since I have never used CAS before.

schnatterer commented 3 years ago

Hi @Tony2,

cloudogu/cas uses LDAP. It's not minimal, and uses openldap (not jumpcloud), though. Note that they're updating to cas 6 at moment, so I presume smeagol galore will also upgrade in the not so far future. For now, smeagol galore uses cas 4, so maybe the docs can help. Closing this because I consider it more of a question than an actual issue.

Tony2 commented 3 years ago

Hi @schnatterer,

thank you for the hint. Here is my understanding of what is needed to be done to get LDAP auth:

Is this correct, or am I still missing some step?