Skip to content

Commit

Permalink
Merge pull request #1647 from freenas/freenas/11.1-stable-ticket-30696
Browse files Browse the repository at this point in the history
Hide User & Group base fields - They aren't supported right now
  • Loading branch information
John Hixson committed Aug 6, 2018
2 parents dba9c41 + ed55466 commit 693daa1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gui/directoryservice/forms.py
Expand Up @@ -272,7 +272,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 693daa1

Please sign in to comment.