Function userGetByNameApproxMatch

  • fussy search against common name "cn" attribute of users

    Note

    depend on number of users this can be slow process

    Type Parameters

    • User = any

    Parameters

    • cn: string
    • configs: GetUserInputConfigs<User>

    Returns Promise<{ controls: any[]; dn: string }[]>

Generated using TypeDoc