Projekte/Forum: Unterschied zwischen den Versionen

Aus FunkFeuer Wiki
Zur Navigation springen Zur Suche springen
(ldap settings added)
Zeile 30: Zeile 30:
====== Plugins ======
====== Plugins ======
* [https://meta.discourse.org/t/install-a-plugin/19157 Install a Plugin]
* [https://meta.discourse.org/t/install-a-plugin/19157 Install a Plugin]
** [https://github.com/discourse/discourse-data-explorer discourse-data-explorer]
** [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.]
*** [https://github.com/omniauth/omniauth-ldap/issues/59 Can I bind against the current user]
*** apply patch: [https://github.com/omniauth/omniauth-ldap/issues/59#issuecomment-211417398 Can I bind against the current user]
** [https://github.com/discourse/discourse-data-explorer discourse-data-explorer]
*** ldap settings:
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}
 
====== Themes ======
====== Themes ======
* [https://meta.discourse.org/t/changing-the-like-icon/7460/12 Changing the “Like” icon]
* [https://meta.discourse.org/t/changing-the-like-icon/7460/12 Changing the “Like” icon]

Version vom 16. März 2018, 05:18 Uhr

0xFF-Discourse
Starttermin

23 Feb. 18

Status

Aktiv

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/

Projekt


Initiator: Christoph Lösch

Server-Admin: Christoph Lösch

Applikations-Admin: Thomas Käfer

Moderatoren: Christoph Lösch, Erich Pekarek, Christian Pock


Einrichtung und Konfiguration des Forums

Plugins

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}

Themes