sources/ldap: update LDAP source to use new property mappings
This commit is contained in:
@ -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):
|
||||
|
||||
Reference in New Issue
Block a user