automation - Create password protected Windows user with salt -


To run a window service with this user account, I need to create a password protected Windows user account, Try snippet:

  tcagent3-user: user: - present - name: tcagent3 - password: tcagent3 - groups: # German administrator group is used - admin - system: true < / Code> 

Unfortunately the user created is not protected by the password Do not see the docs , Passwords are not seen at all by the windows. I saw the other snippet using the passwd , but that does not work anybody have any ideas for getting it by salt I can imagine that if present outside the salt box If I do not have a command line call, can I use it as an alternative solution?

Cheers,


Comments

Popular posts from this blog

c# - SignalR: "Protocol error: Unknown transport." when navigating to hub -

c# - WPF Expander overlay used in ItemsControl -

class - Kivy: how to instantiate a dynamic classes in python -