Skip to content

Commit 466bf8d

Browse files
Merge pull request #82 from JanSiero/patch-1
Agent_windows: Save user after randomizing password / Speichern des Users nach Auswürfeln des Passwords
2 parents 8550a50 + 0486113 commit 466bf8d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/common/de/agent_windows.asciidoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -320,7 +320,7 @@ Wie Sie dies bewerkstelligen, zeigt dieses Kapitel.
320320

321321
Die Registrierung und damit die Herstellung des gegenseitigen Vertrauensverhältnisses erfolgt unter einem {CMK}-Benutzer mit Zugriff auf die xref:rest_api#[REST-API.]
322322
Dafür bietet sich der xref:glossar#automation_user[Automationsbenutzer] `agent_registration` an, der nur die Berechtigung zur Registrierung von Agenten besitzt und bei jeder {CMK}-Installation automatisch angelegt wird.
323-
Das zugehörige Automationspasswort (_automation secret_) können Sie mit icon:icon_random[alt="Symbol zum Auswürfeln eines Passworts."] auswürfeln.
323+
Das zugehörige Automationspasswort (_automation secret_) können Sie mit icon:icon_random[alt="Symbol zum Auswürfeln eines Passworts."] auswürfeln. Beim Auswürfeln wird ein neues Passwort generiert. Sie müssen den Benutzer anschließend speichern, bevor Sie das neue Passwort nutzen können.
324324

325325
*Hinweis:* Da es auf sehr alten xref:legacyagent[Windows-Systemen] keinen Agent Controller, und da mit keine Registrierung und TLS-Verschlüsselung gibt,
326326
müssen Sie bei Bedarf andere Wege der Verschlüsselung wählen.

src/common/en/agent_windows.asciidoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -315,7 +315,7 @@ This chapter shows how to perform the registration.
315315

316316
The registration and thus the establishment of the mutual trust relationship is done under a {CMK} user with access to the xref:rest_api#[REST-API].
317317
For this, a good choice is the xref:glossar#automation_user[automation user] `agent_registration` which only has the permission to register agents and is automatically created with every {CMK} installation.
318-
You can randomize the corresponding automation password (_automation secret_) with the icon:icon_random[alt="Icon for rolling a password."] icon.
318+
You can randomize the corresponding automation password (_automation secret_) with the icon:icon_random[alt="Icon for rolling a password."] icon. The randomize function generates a new password. You must first save the user before using this new password.
319319

320320
*Note:* Since there is no Agent Controller, and thus no registry and TLS encryption, on very old xref:legacyagent[Windows systems] you will need to use alternative encryption methods if required.
321321
In this case we recommend using the built-in (symmetric) encryption using the [.guihint]#Symmetric encryption (Linux, Windows)# rule.

0 commit comments

Comments
 (0)