Rule -> Policies

This commit is contained in:
Jens Langhammer
2019-02-16 10:24:31 +01:00
parent d32699b332
commit d6f4832e90
37 changed files with 334 additions and 544 deletions

View File

@ -14,7 +14,7 @@ class LDAPSourceForm(forms.ModelForm):
model = LDAPSource
fields = SOURCE_FORM_FIELDS + ['server_uri', 'bind_cn', 'bind_password',
'type', 'domain', 'base_dn', 'create_user',
'reset_password', 'rules']
'reset_password', 'policies']
widgets = {
'name': forms.TextInput(),
'server_uri': forms.TextInput(),

View File

@ -1,4 +1,4 @@
# Generated by Django 2.1.4 on 2018-12-10 09:16
# Generated by Django 2.1.7 on 2019-02-16 09:13
import django.db.models.deletion
from django.db import migrations, models