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(),
|
||||
|
Reference in New Issue
Block a user