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

UserRADIUS: Add/Set/Remove functions and tests #262

Merged
merged 25 commits into from
Sep 17, 2024

Commits on Sep 16, 2024

  1. Add function + tests for add

    Cédric Moreau committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    82363ad View commit details
    Browse the repository at this point in the history
  2. Add remove function

    Cédric Moreau committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    5036f80 View commit details
    Browse the repository at this point in the history
  3. Add confirm-userradius

    Cédric Moreau committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    26e8921 View commit details
    Browse the repository at this point in the history
  4. Add pester variables in confirm.ps1

    Cédric Moreau committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    f85f085 View commit details
    Browse the repository at this point in the history
  5. Add tests file

    Cédric Moreau committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    ef51c06 View commit details
    Browse the repository at this point in the history
  6. Add remove function tests

    Cédric Moreau committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    a6f6d45 View commit details
    Browse the repository at this point in the history
  7. Add set function

    Cédric Moreau committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    de91ada View commit details
    Browse the repository at this point in the history
  8. Add set tests

    Cédric Moreau committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    ae7e93b View commit details
    Browse the repository at this point in the history
  9. Fix common.ps1

    Cédric Moreau committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    068fc5a View commit details
    Browse the repository at this point in the history
  10. Fix add/set secret for secondary and tertiary servers

    Cédric Moreau committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    e70fb86 View commit details
    Browse the repository at this point in the history
  11. Fix nas-id

    Cédric Moreau committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    f415165 View commit details
    Browse the repository at this point in the history
  12. Fix nas-ip

    Cédric Moreau committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    f1265be View commit details
    Browse the repository at this point in the history
  13. Uncomment credentials.ps1

    Cédric Moreau committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    c6a4f9f View commit details
    Browse the repository at this point in the history
  14. Fix typo in confirm.ps1

    Cédric Moreau committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    24a754c View commit details
    Browse the repository at this point in the history
  15. Fix typo in userradius.tests.ps1

    Cédric Moreau committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    4d1aa96 View commit details
    Browse the repository at this point in the history
  16. Fix parameter in radius.ps1

    Cédric Moreau committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    18f64e9 View commit details
    Browse the repository at this point in the history
  17. Remove nas-id in confirm.ps1

    Cédric Moreau committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    7d61b6a View commit details
    Browse the repository at this point in the history
  18. Remove -visibility in add function

    Cédric Moreau committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    3684cfe View commit details
    Browse the repository at this point in the history
  19. Fix nas-id not available before 7.x.x

    Cédric Moreau committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    3631262 View commit details
    Browse the repository at this point in the history
  20. Fix nas-id in tests

    Cédric Moreau committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    03c768c View commit details
    Browse the repository at this point in the history
  21. Fix nas-id in tests using -skip

    Cédric Moreau committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    e147a97 View commit details
    Browse the repository at this point in the history
  22. Fix nas-id (not existing in 7.0.0)

    Cédric Moreau committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    000614f View commit details
    Browse the repository at this point in the history
  23. Fix nas-ip tests

    Cédric Moreau committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    39c0bb2 View commit details
    Browse the repository at this point in the history
  24. remove switch-controller-nas-ip-dynamic

    Cédric Moreau committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    d4453b1 View commit details
    Browse the repository at this point in the history
  25. fix nas-id and nas-ip tests

    Cédric Moreau committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    c6f5929 View commit details
    Browse the repository at this point in the history