PowerProtect-software: Het wachtwoord ophalen voor de GUI-beheerder als het wachtwoord is verloren
Riepilogo: Het wachtwoord ophalen voor de GUI-beheerder als het wachtwoord is verloren
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
Om het wachtwoord voor de GUI Admin-gebruiker op te halen als het wachtwoord is verloren
**Het wachtwoord wordt weergegeven in tekst zonder opmaak
stap 1: Meld u aan bij de PPDM CLI als beheerder
stap 2a: Voer de volgende curl-opdracht curl -XGET localhost:14300/index_user/_search?size=100\&pretty
uit Stap 2b: Zoek de record met de firstname van adminFirst en de achternaam van adminLast.
voorbeeld uitvoer
curl -XGET localhost:14300/index_user/_search?size=100\&pretty
{
"took" : 12,
'timed_out': false,
'_shards': {
"totaal": 1,
'geslaagd': 1,
'skipped': 0,
'failed': 0
},
'hits': {
"totaal": {
"waarde": 1,
'relatie': 'eq'
},
'max_score': 1.0,
'hits': [
{
"_index": 'index_user',
'_type': '_doc',
'_id': "000000000-0000-4000-a000-00000000000",
"_score": 1.0,
'_source': {
'firstName': 'adminFirst',
'lastName': "adminLast",
'gebruikersnaam': '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",
"wachtwoord": "d4cc4711-c589-4da9-a443-642a1b2903ea",
"acl" : {
'principalsAllowed': [ ],
"principalsDenied": []
},
"id" : "000000000-0000-4000-a000-00000000000",
"tenantId": "000000000-0000-4000-a000-00000000000",
"createdAt": "2021-04-13T14:03:51.160Z",
"updatedAt" : "2021-04-13T14:09:07.757Z"
} } } }
Stap
3: Noteer de wachtwoordtekenreeks die vet is gemarkeerd boven
stap 4: Voer de onderstaande curl-opdracht uit ter vervanging van de wachtwoordstring die boven
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
Voorbeelduitvoer
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","wachtwoord":"Passw0rd1!"}
**Het wachtwoord wordt weergegeven in tekst zonder opmaak
stap 1: Meld u aan bij de PPDM CLI als beheerder
stap 2a: Voer de volgende curl-opdracht curl -XGET localhost:14300/index_user/_search?size=100\&pretty
uit Stap 2b: Zoek de record met de firstname van adminFirst en de achternaam van adminLast.
voorbeeld uitvoer
curl -XGET localhost:14300/index_user/_search?size=100\&pretty
{
"took" : 12,
'timed_out': false,
'_shards': {
"totaal": 1,
'geslaagd': 1,
'skipped': 0,
'failed': 0
},
'hits': {
"totaal": {
"waarde": 1,
'relatie': 'eq'
},
'max_score': 1.0,
'hits': [
{
"_index": 'index_user',
'_type': '_doc',
'_id': "000000000-0000-4000-a000-00000000000",
"_score": 1.0,
'_source': {
'firstName': 'adminFirst',
'lastName': "adminLast",
'gebruikersnaam': '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",
"wachtwoord": "d4cc4711-c589-4da9-a443-642a1b2903ea",
"acl" : {
'principalsAllowed': [ ],
"principalsDenied": []
},
"id" : "000000000-0000-4000-a000-00000000000",
"tenantId": "000000000-0000-4000-a000-00000000000",
"createdAt": "2021-04-13T14:03:51.160Z",
"updatedAt" : "2021-04-13T14:09:07.757Z"
} } } }
Stap
3: Noteer de wachtwoordtekenreeks die vet is gemarkeerd boven
stap 4: Voer de onderstaande curl-opdracht uit ter vervanging van de wachtwoordstring die boven
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
Voorbeelduitvoer
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","wachtwoord":"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.