Skip to content

Commit

Permalink
Update src/LdapScimBridge.hs
Browse files Browse the repository at this point in the history
Co-authored-by: Sven Tennie <[email protected]>
  • Loading branch information
fisx and supersven authored Nov 28, 2024
1 parent 195eeaf commit 9b979b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/LdapScimBridge.hs
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ renderMappingError (CouldNotParseEmail ldapAttr scimAttr bad err) =
<> (" (input: " <> show bad <> "; error: " <> err <> ")")

data FieldMapping = FieldMapping
{ -- | This is the scim label (the ldap label is in the key of the `Mapping`)
{ -- | This is the SCIM label (the LDAP label is in the key of the `Mapping`)
fieldMappingLabel :: Text,
fieldMappingFun ::
[Text] ->
Expand Down

0 comments on commit 9b979b5

Please sign in to comment.