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:找到具有 adminFirst 的 FirstName 和 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 命令替換上方擷取的密碼字串
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 Software
Proprietà 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.