Projekte/Forum: Unterschied zwischen den Versionen
< Projekte
Zur Navigation springen
Zur Suche springen
Zeile 33: | Zeile 33: | ||
** [https://github.com/jonmbake/discourse-ldap-auth discourse-ldap-auth] | ** [https://github.com/jonmbake/discourse-ldap-auth discourse-ldap-auth] | ||
*** [https://github.com/jonmbake/discourse-ldap-auth/issues/23 Allowance of variables in "bind_dn" and "password" field.] | *** [https://github.com/jonmbake/discourse-ldap-auth/issues/23 Allowance of variables in "bind_dn" and "password" field.] | ||
*** | *** Manueller Patch: [https://github.com/omniauth/omniauth-ldap/issues/59#issuecomment-211417398 Can I bind against the current user] | ||
*** LDAP Einstellungen: (Zertifikat muss validieren!) | *** LDAP Einstellungen: (Zertifikat muss validieren!) | ||
ldap hostname: ldap.funkfeuer.at | **** ldap hostname: ldap.funkfeuer.at | ||
**** ldap port: 636 | |||
ldap port: 636 | **** ldap method: ssl | ||
**** ldap base: ou=Users,dc=funkfeuer,dc=at | |||
ldap method: ssl | **** ldap uid: uid | ||
**** ldap bind dn: uid=%{username},ou=Users,dc=funkfeuer,dc=at | |||
ldap base: ou=Users,dc=funkfeuer,dc=at | **** ldap password: %{password} | ||
**** ldap filter: uid=%{username} | |||
ldap uid: uid | |||
ldap bind dn: uid=%{username},ou=Users,dc=funkfeuer,dc=at | |||
ldap password: %{password} | |||
ldap filter: uid=%{username} | |||
====== Themes ====== | ====== Themes ====== |
Version vom 16. März 2018, 04:33 Uhr
0xFF-Discourse | |
---|---|
Starttermin |
23 Feb. 18 |
Status | |
https://forum.funkfeuer.at
Ziel des 0xFF-Projekts, Discourse einzusetzen, ist die Verbesserung der Kommunikation durch ein zeitgemässes Tool, das unterschiedliche Kommunikationsformen zusammenführt. Wir erhoffen uns daraus ein besseres Miteinander. Technologie: https://www.discourse.org/ |
Initiator: Christoph Lösch
Server-Admin: Christoph Lösch
Applikations-Admin: Thomas Käfer
Moderatoren: Erich N. Pekarek, Christoph Lösch, Christian Pock
Einrichtung und Konfiguration des Forums
- Set up Discourse in the cloud in under 30 minutes (on experimental base, private hosted vm)
- Move your Discourse Instance to a Different Server (from experimental www.forum.wien.funkfeuer.at)
- Cannot get email working on new install (specific smtp settings required for smarthost mail.funkfeuer.at)
- docker-mailserver (pop3 mailbox required, forum@funkfeuer.at and forum-*@funkfeuer.at gets forwarded to forum.funkfeuer.at)
- Setting up Let’s Encrypt with Multiple Domains (cause of migration to forum.funkfeuer.at)
- Emojis Not Displaying / Old Avatar Styles (fix imgsrc from old url to new url)
- Running other websites on the same machine as Discourse (for static html copy of old PunBB forum on oldforum.funkfeuer.at)
Plugins
- Install a Plugin
- discourse-data-explorer
- discourse-ldap-auth
- Allowance of variables in "bind_dn" and "password" field.
- Manueller Patch: Can I bind against the current user
- LDAP Einstellungen: (Zertifikat muss validieren!)
- ldap hostname: ldap.funkfeuer.at
- ldap port: 636
- ldap method: ssl
- ldap base: ou=Users,dc=funkfeuer,dc=at
- ldap uid: uid
- ldap bind dn: uid=%{username},ou=Users,dc=funkfeuer,dc=at
- ldap password: %{password}
- ldap filter: uid=%{username}