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

UserTACACS: Get/Add/Set/Remove functions and tests #263

Merged
merged 18 commits into from
Sep 16, 2024
Prev Previous commit
Next Next commit
Uncomment credential.ps1
  • Loading branch information
Cédric Moreau committed Sep 16, 2024
commit 110ec050242d993964be8a516e12b555b33a9414
2 changes: 1 addition & 1 deletion Tests/common.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ $script:pester_usertacacsserver2 = "pestertacacsserver2.powerfgt"
$script:pester_usertacacsserver3 = "pestertacacsserver3.powerfgt"
$script:pester_usertacacs_key = ConvertTo-SecureString "pester_usertacacskey" -AsPlainText -Force

#. ../credential.ps1
. ../credential.ps1
#TODO: Add check if no ipaddress/login/password info...

$script:mysecpassword = ConvertTo-SecureString $password -AsPlainText -Force
Expand Down