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

Use UidNumber and GidNumber fields in User objects #1573

Merged
merged 5 commits into from
Jun 14, 2021

Commits on Jun 11, 2021

  1. Configuration menu
    Copy the full SHA
    ab4282c View commit details
    Browse the repository at this point in the history
  2. eosfs: update getUser to check uid and gid

    Update getUser to verify that uid and gid are not zero to avoid
    granting access to users by mistake.
    sudo-sturbia committed Jun 11, 2021
    Configuration menu
    Copy the full SHA
    b5464e1 View commit details
    Browse the repository at this point in the history
  3. Update test case for JSON user provider integration test

    Remove "opaque" map and use the correct value for "uid_number".
    sudo-sturbia committed Jun 11, 2021
    Configuration menu
    Copy the full SHA
    5e99c22 View commit details
    Browse the repository at this point in the history
  4. Avoid nil pointer dereference in assertGetUserByClaimResponses

    Update assertGetUserByClaimResponses integration test to verify that
    user is not nil.
    sudo-sturbia committed Jun 11, 2021
    Configuration menu
    Copy the full SHA
    468b2b1 View commit details
    Browse the repository at this point in the history
  5. Minor fixes

    ishank011 authored and sudo-sturbia committed Jun 11, 2021
    Configuration menu
    Copy the full SHA
    1db79ca View commit details
    Browse the repository at this point in the history