saltstack-formulas / samba-formula

http://docs.saltstack.com/en/latest/topics/development/conventions/formulas.html
Other
16 stars 72 forks source link

[FEATURE] Allow settings shell and other options for samba.user #74

Open Talkless opened 3 years ago

Talkless commented 3 years ago

Is your feature request related to a problem?

I would like to set /usr/sbin/nologin for user which is created only for samba access, so it wold only file browsing available, but not ssh shell access, for example.

Describe the solution you'd like

Allow to specify shell and maybe other user.present options in pillars.

Describe alternatives you've considered

Create your own packages.samba.users "duplicate" state to "fix" user settings as needed.