|
@@ -157,8 +157,7 @@ class VPNConfiguration(CoinLdapSyncMixin, Configuration):
|
|
|
|
|
|
|
|
|
class LdapVPNConfig(ldapdb.models.Model):
|
|
|
-
|
|
|
- base_dn = settings.VPN_CONF_BASE_DN
|
|
|
+ base_dn = settings.VPN_CONF_BASE_DN
|
|
|
object_classes = [b'person', b'organizationalPerson', b'inetOrgPerson',
|
|
|
b'top', b'radiusprofile']
|
|
|
|