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

fix(ingestion): ingest emails as empty if no ldap attribute #9433

Merged
merged 6 commits into from
Jul 1, 2024

Commits on Dec 11, 2023

  1. fix-email-ingestion

    Emails are getting ingested as the username in cases where "mail" attribute is not set, leading to invalid emails.  Fix ingestion code to leave email field empty if there is no mail attribute
    tkdrahn authored Dec 11, 2023
    Configuration menu
    Copy the full SHA
    6d90306 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    471a806 View commit details
    Browse the repository at this point in the history

Commits on Dec 14, 2023

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

Commits on Dec 28, 2023

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

Commits on Jun 28, 2024

  1. Configuration menu
    Copy the full SHA
    ad64b6f View commit details
    Browse the repository at this point in the history
  2. fix code + update tests

    hsheth2 committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    74e8336 View commit details
    Browse the repository at this point in the history