Backstage
    Preparing search index...
    • Maps a single-valued attribute to a consumer.

      This helper can be useful when implementing a user or group transformer.

      Parameters

      • entry: Entry

        The LDAP source entry

      • vendor: LdapVendor

        The LDAP vendor

      • attributeName: string | undefined

        The source attribute to map. If the attribute is undefined the mapping will be silently ignored.

      • setter: (value: string) => void

        The function to be called with the decoded attribute from the source entry

      Returns void