Skip to content

Commit

Permalink
Hide User & Group base fields - They aren't supported right now
Browse files Browse the repository at this point in the history
Ticket: #30696
  • Loading branch information
John Hixson committed Jul 11, 2018
1 parent 7006e8b commit 451662b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gui/directoryservice/forms.py
Expand Up @@ -273,7 +273,7 @@ class ActiveDirectoryForm(ModelForm):

class Meta:
fields = '__all__'
exclude = ['ad_idmap_backend_type']
exclude = ['ad_idmap_backend_type', 'ad_userdn', 'ad_groupdn']

model = models.ActiveDirectory
widgets = {
Expand Down

0 comments on commit 451662b

Please sign in to comment.