Loading README.md +2 −1 Original line number Diff line number Diff line Loading @@ -344,9 +344,10 @@ Using optional apps Some apps are not enabled by default : - *vpn*: Management of OpenVPN subscription and credentials through LDAP - *vpn*: Management of OpenVPN subscription and credentials through LDAP (used by [Illyse](https://www.illyse.net/)) - *simple_dsl*: Simple DSL subscriptions, without handling any authentication backend or user configuration ("marque blanche") - *dsl_ldap*: A DSL service which provisions LDAP for radius use (used by [Illyse](https://www.illyse.net/)) - *hardware_provisioning* : Self-service app to manage hardware inventory, hardware lent to members or in different stock sites. - *maillists* : Self-service mailling-list (un)subscription for members: Loading coin/settings_local.example-illyse.py +1 −0 Original line number Diff line number Diff line Loading @@ -3,6 +3,7 @@ from __future__ import unicode_literals EXTRA_INSTALLED_APPS = ( 'vpn', 'dsl_ldap', ) LDAP_ACTIVATE = True Loading Loading
README.md +2 −1 Original line number Diff line number Diff line Loading @@ -344,9 +344,10 @@ Using optional apps Some apps are not enabled by default : - *vpn*: Management of OpenVPN subscription and credentials through LDAP - *vpn*: Management of OpenVPN subscription and credentials through LDAP (used by [Illyse](https://www.illyse.net/)) - *simple_dsl*: Simple DSL subscriptions, without handling any authentication backend or user configuration ("marque blanche") - *dsl_ldap*: A DSL service which provisions LDAP for radius use (used by [Illyse](https://www.illyse.net/)) - *hardware_provisioning* : Self-service app to manage hardware inventory, hardware lent to members or in different stock sites. - *maillists* : Self-service mailling-list (un)subscription for members: Loading
coin/settings_local.example-illyse.py +1 −0 Original line number Diff line number Diff line Loading @@ -3,6 +3,7 @@ from __future__ import unicode_literals EXTRA_INSTALLED_APPS = ( 'vpn', 'dsl_ldap', ) LDAP_ACTIVATE = True Loading