Skip to content

Review and add missing Windows dependencies (SASL, etc.) #14

@patrick-stephens

Description

@patrick-stephens

The current Windows build may be missing important authentication libraries like SASL (Simple Authentication and Security Layer) and other similar dependencies that are available in the Linux builds.

We need to:

  1. Audit what authentication dependencies are available in Linux builds
  2. Identify which ones are missing from Windows builds
  3. Add support for these dependencies in the Windows build process

Acceptance Criteria:

  • Audit current authentication dependencies in Linux builds
  • Identify missing authentication libraries in Windows builds (SASL, Kerberos, etc.)
  • Research Windows-compatible versions of these libraries
  • Add vcpkg packages or alternative build methods for missing dependencies
  • Update CMake configuration to include new dependencies
  • Test authentication functionality on Windows
  • Document any Windows-specific authentication setup requirements

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or requestwindowsAffects Windows

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions