Rule -> Policies
This commit is contained in:
@ -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(),
|
||||
|
@ -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
|
||||
|
Reference in New Issue
Block a user