|
@@ -157,8 +157,7 @@ class VPNConfiguration(CoinLdapSyncMixin, Configuration):
|
|
|
|
|
|
|
|
|
class LdapVPNConfig(ldapdb.models.Model):
|
|
|
- # TODO: déplacer ligne suivante dans settings.py
|
|
|
- base_dn = settings.VPN_CONF_BASE_DN # "ou=vpn,o=ILLYSE,l=Villeurbanne,st=RHA,c=FR"
|
|
|
+ base_dn = settings.VPN_CONF_BASE_DN
|
|
|
object_classes = [b'person', b'organizationalPerson', b'inetOrgPerson',
|
|
|
b'top', b'radiusprofile']
|
|
|
|