Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[v9] backport #17870, #18021, #18286, part of #18299, and #19340 #19808

Commits on Jan 3, 2023

  1. This commit refactors some parts of Windows Desktop into lib/auth/win…

    …dows in order to prepare it for more general use; in particular, pkinit/x509 authentication for SQL Server has the same certificate requirements, and it does not make sense to import desktop into database code. (#17870)
    alistanis authored and ibeckermayer committed Jan 3, 2023
    Configuration menu
    Copy the full SHA
    2d7150e View commit details
    Browse the repository at this point in the history
  2. Refactors LDAP from desktop access into lib (#18021)

    This commit further refactors existing work to make windows LDAP and Certificate services available to other parts of Teleport. In particular, this PR moves the majority of the LDAP and CA services from windows_server.go into the windows package and into a new structure CertificateAuthority
    alistanis authored and ibeckermayer committed Jan 3, 2023
    Configuration menu
    Copy the full SHA
    73ef2cf View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a7c04fb View commit details
    Browse the repository at this point in the history
  4. git show 9c2192e -- lib/auth/windows/windows.go | git apply -

    and then manually deleting GenerateDatabaseCredentials and CertKeyPEM
    ibeckermayer committed Jan 3, 2023
    Configuration menu
    Copy the full SHA
    2bc877b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e568eea View commit details
    Browse the repository at this point in the history

Commits on Jan 5, 2023

  1. Configuration menu
    Copy the full SHA
    5a0ed53 View commit details
    Browse the repository at this point in the history