Skip to content

Commit

Permalink
Merge remote-tracking branch 'refs/remotes/origin/WPB-14436-cleanup-p…
Browse files Browse the repository at this point in the history
…lumbing' into WPB-14436-cleanup-plumbing
  • Loading branch information
fisx committed Nov 28, 2024
2 parents ae9d954 + 9b979b5 commit a440960
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ldap-scim-bridge.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ license: AGPL-3.0-or-later
license-file: LICENSE
author: wire.com
maintainer: [email protected]
copyright: (c) 2024 wire.com
copyright: (c) 2021 - 2024 wire.com
category: System
build-type: Simple
extra-doc-files:
Expand Down
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 @@ renderSearchError :: [(SearchEntry, MappingError)] -> String
renderSearchError = show . fmap (\(s, m) -> (s, renderMappingError m))

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 a440960

Please sign in to comment.