Pam.Tools.Aapm — console utility for retrieval a password or SSH Key accounts by Applications.
Path: ..PAM_2.9.0\indeed-pam-tools\aapm\
..PAM_2.9.0\indeed-pam-tools\aapm\
To configure the console utility, you need to configure appsettings.json file:
Section Auth:
Section Endpoints:
Configuration Example :
{ "Auth": { "Username": "MyApplication", "Password": "M3YTy;[j;q&*DrZQSl(?B1agm$7uS+", }, "Endpoints": { "CoreUrl": "https://debmng.indeed.test/core", "IdpUrl": "https://debmng.indeed.test/idp" }
Windows
To run the console utility, open the terminal, go to the folder with the utility and execute the command .\Pam.Tools.Aapm.exe
Possible Parameters:
Usage Example
Input
./Pam.Tools.Aapm.exe get-accounts ./Pam.Tools.Aapm.exe get-password --name INDEED\IPAMADServiceOps
Output
Linux
Make sure you have dotnet-runtime-6.0 installed.
To run the console utility, open the terminal, go to the folder with the utility:
cd PAM_2.9.0\indeed-pam-tools\aapm\
and run the command dotnet Pam.Tools.Aapm.dll
dotnet Pam.Tools.Aapm.dll get-accounts