Browse Source

Document dsl_ldap app

Jocelyn Delalande 7 years ago
parent
commit
02edf51aeb
2 changed files with 3 additions and 1 deletions
  1. 2 1
      README.md
  2. 1 0
      coin/settings_local.example-illyse.py

+ 2 - 1
README.md

@@ -310,9 +310,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.
 

+ 1 - 0
coin/settings_local.example-illyse.py

@@ -3,6 +3,7 @@ from __future__ import unicode_literals
 
 EXTRA_INSTALLED_APPS = (
     'vpn',
+    'dsl_ldap',
 )
 
 LDAP_ACTIVATE = True