sources/ldap: update LDAP source to use new property mappings

This commit is contained in:
Jens Langhammer
2020-02-17 17:55:48 +01:00
parent 7268afaaf9
commit e57da71dcf
5 changed files with 53 additions and 6 deletions

View File

@ -53,7 +53,7 @@ class LDAPPropertyMappingForm(forms.ModelForm):
class Meta:
model = LDAPPropertyMapping
fields = ["name", "ldap_property", "object_field"]
fields = ["name", "object_field", "template"]
widgets = {
"name": forms.TextInput(),
"ldap_property": forms.TextInput(),