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

@ -35,7 +35,7 @@ class LDAPPropertyMappingSerializer(ModelSerializer):
class Meta:
model = LDAPPropertyMapping
fields = ["pk", "name", "ldap_property", "object_field"]
fields = ["pk", "name", "template", "object_field"]
class LDAPSourceViewSet(ModelViewSet):