Explanation on the script getpasswd.sh in the Doc ID 2948386.1
Hello,
I'm trying to understand this sh getpasswd.sh -k test.us.oracle.com/oracle -a D57343DHGH-C2A45-904EF--SDFEBK56K
That's D57343DHGH-C2A45-904EF--SDFEBK56K referred as AuthToken and in the script it retrieves the PAM username and PAM password from this AuthToken.
Furthermore the script uses as inputparam a key:value pair but in the execution it doesn't seem something similar to that
I have tried to make a similar Script but instead of authtoken, I use PAM credentials but without success, can i have some examples of script with PAM credentials?
Thank you