Adding Password in user in SALTGUI

220 views
Skip to first unread message

Jehhan Ezekiel Marcelo

unread,
Mar 4, 2018, 4:21:34 AM3/4/18
to Salt-users

Installation

  • Install salt-api - this is available in the Salt PPA package which should already been installed if you're using Salt
  • Open the master config /etc/salt/master
  • Find external_auth and add a user as follows:
external_auth:
  pam:
    desiredSaltpadUsername:
      - .*
      - '@runner'
      - '@wheel'
      - '@jobs'
  • Make sure to create this user, and set a password via the command line
- My question is how can i create a password for the user sorry im new to this kind of work, Thank you

Daniel Wallace

unread,
Mar 4, 2018, 2:49:26 PM3/4/18
to Salt-users
If it is setup with pam, then you just set the password for the user in linux.

so `passwd`

https://stackoverflow.com/questions/9596108/how-do-i-change-my-password-in-linux

--
You received this message because you are subscribed to the Google Groups "Salt-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to salt-users+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/salt-users/2b91b29c-26cf-41c9-b5eb-7683eadc7f9d%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply all
Reply to author
Forward
0 new messages