PowerProtectソフトウェア:GUI管理者ユーザーのパスワードを紛失した場合に取得する方法
Riepilogo: GUI管理者ユーザーのパスワードを紛失した場合に取得する方法
Questo articolo si applica a
Questo articolo non si applica a
Questo articolo non è legato a un prodotto specifico.
Non tutte le versioni del prodotto sono identificate in questo articolo.
Istruzioni
紛失した場合にGUI管理者ユーザーのパスワードを取得するには:
**パスワードはプレーン テキストで表示されます
手順1:管理者ユーザーとしてPPDM CLIにログインします
手順2a:curlコマンド「curl -XGET localhost:14300/index_user/_search?size=100\&pretty」を実行します
手順2b:FirstNameが「adminFirst」、LastNameが「adminLast」というレコードを見つけます。
出力例
curl -XGET localhost:14300/index_user/_search?size=100\&pretty
{
"took" : 12,
"timed_out" : false,
"_shards" : {
"total" : 1,
"successful" : 1,
"skipped" : 0,
"failed" : 0
},
"hits" : {
"total" : {
"value" : 1,
"relation" : "eq"
},
"max_score" : 1.0,
"hits" : [
{
"_index" : "index_user",
"_type" : "_doc",
"_id" : "00000000-0000-4000-a000-000000000000",
"_score" : 1.0,
"_source" : {
"firstName" : "adminFirst",
"lastName" : "adminLast",
"username" : "admin",
"emailAddress" : "admin@address.com",
"forcePasswordChange" : false,
"createdDate" : "2021-04-13T14:03:51.106+00:00",
"passwordChangeDate" : "2021-04-13T14:09:07.520+00:00",
"password" : "d4cc4711-c589-4da9-a443-642a1b2903ea",
"acl" : {
"principalsAllowed" : [ ],
"principalsDenied" : [ ]
},
"id" : "00000000-0000-4000-a000-000000000000",
"tenantId" : "00000000-0000-4000-a000-000000000000",
"createdAt" : "2021-04-13T14:03:51.160Z",
"updatedAt" : "2021-04-13T14:09:07.757Z"
}
}
]
}
}
手順3:上の例で、太字で強調されているパスワード文字列をメモしておく必要があります
手順4:次のcurlコマンドを、手順3でメモしたパスワード文字列に置き換えて実行します。
curl -XGET https://localhost:9092/secrets/<Password String> --cacert /etc/ssl/certificates/rootca/rootca.pem --cert /etc/ssl/certificates/component/component.pem --key /etc/ssl/certificates/component/componentkey.pem
出力例
curl -XGET https://localhost:9092/secrets/d4cc4711-c589-4da9-a443-642a1b2903ea --cacert /etc/ssl/certificates/rootca/rootca.pem --cert /etc/ssl/certificates/component/component.pem --key /etc/ssl/certificates/component/componentkey.pem
{"id":"d4cc4711-c589-4da9-a443-642a1b2903ea","password":"Passw0rd1!"}
**パスワードはプレーン テキストで表示されます
手順1:管理者ユーザーとしてPPDM CLIにログインします
手順2a:curlコマンド「curl -XGET localhost:14300/index_user/_search?size=100\&pretty」を実行します
手順2b:FirstNameが「adminFirst」、LastNameが「adminLast」というレコードを見つけます。
出力例
curl -XGET localhost:14300/index_user/_search?size=100\&pretty
{
"took" : 12,
"timed_out" : false,
"_shards" : {
"total" : 1,
"successful" : 1,
"skipped" : 0,
"failed" : 0
},
"hits" : {
"total" : {
"value" : 1,
"relation" : "eq"
},
"max_score" : 1.0,
"hits" : [
{
"_index" : "index_user",
"_type" : "_doc",
"_id" : "00000000-0000-4000-a000-000000000000",
"_score" : 1.0,
"_source" : {
"firstName" : "adminFirst",
"lastName" : "adminLast",
"username" : "admin",
"emailAddress" : "admin@address.com",
"forcePasswordChange" : false,
"createdDate" : "2021-04-13T14:03:51.106+00:00",
"passwordChangeDate" : "2021-04-13T14:09:07.520+00:00",
"password" : "d4cc4711-c589-4da9-a443-642a1b2903ea",
"acl" : {
"principalsAllowed" : [ ],
"principalsDenied" : [ ]
},
"id" : "00000000-0000-4000-a000-000000000000",
"tenantId" : "00000000-0000-4000-a000-000000000000",
"createdAt" : "2021-04-13T14:03:51.160Z",
"updatedAt" : "2021-04-13T14:09:07.757Z"
}
}
]
}
}
手順3:上の例で、太字で強調されているパスワード文字列をメモしておく必要があります
手順4:次のcurlコマンドを、手順3でメモしたパスワード文字列に置き換えて実行します。
curl -XGET https://localhost:9092/secrets/<Password String> --cacert /etc/ssl/certificates/rootca/rootca.pem --cert /etc/ssl/certificates/component/component.pem --key /etc/ssl/certificates/component/componentkey.pem
出力例
curl -XGET https://localhost:9092/secrets/d4cc4711-c589-4da9-a443-642a1b2903ea --cacert /etc/ssl/certificates/rootca/rootca.pem --cert /etc/ssl/certificates/component/component.pem --key /etc/ssl/certificates/component/componentkey.pem
{"id":"d4cc4711-c589-4da9-a443-642a1b2903ea","password":"Passw0rd1!"}
Prodotti interessati
PowerProtect SoftwareProprietà dell'articolo
Numero articolo: 000185998
Tipo di articolo: How To
Ultima modifica: 08 ott 2024
Versione: 8
Trova risposta alle tue domande dagli altri utenti Dell
Support Services
Verifica che il dispositivo sia coperto dai Servizi di supporto.