Commit 62549d52 authored by jocelyn's avatar jocelyn
Browse files

Document dsl_ldap app

parent 598ac790
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -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:
+1 −0
Original line number Diff line number Diff line
@@ -3,6 +3,7 @@ from __future__ import unicode_literals

EXTRA_INSTALLED_APPS = (
    'vpn',
    'dsl_ldap',
)

LDAP_ACTIVATE = True