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\&fetty

2b단계: adminFirst의 FirstName과 adminLast의 LastName이 있는 레코드를 찾습니다.


출력 예
curl -XGET localhost:14300/index_user/_search?size=100\&pretty
{
  "took" : 12,
  "timed_out" : false,  "_shards"
  "_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.