Skip to content

Commit 003b082

Browse files
authored
Update password-vault-acct-setup.sh
1 parent c9d1096 commit 003b082

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

password-vault-acct-setup.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ url="https://pwvserver.company.com/PasswordVault/WebServices/PIMServices.svc/Acc
113113
password="x#y"
114114

115115
# Call the API
116-
result=`curl -s -H "Accept: application/json" -H "Content-type: application/json" -H "Authorization:$token" -X POST -d '{ "account" : { "safe":"SAFE-FOR-DBUSER1", "platformID":"OracleDB", "address":"'"$dbname"'", "accountName":"'"$accountName"'", "password":"'"$password"'", "username":"dbaopr", "properties": [ {"Key":"Port",
116+
result=`curl -s -H "Accept: application/json" -H "Content-type: application/json" -H "Authorization:$token" -X POST -d '{ "account" : { "safe":"SAFE-FOR-DBUSER1", "platformID":"OracleDB", "address":"'"$dbname"'", "accountName":"'"$accountName"'", "password":"'"$password"'", "username":"DBUSER1", "properties": [ {"Key":"Port",
117117
118118
"Value":"1521"} ] } }' $url`
119119

0 commit comments

Comments
 (0)