Saltstack Official Linux Formula
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

8 lines
272B

  1. {%- from "linux/map.jinja" import auth with context %}
  2. Name: Create home directory during login
  3. Default: yes
  4. Priority: 0
  5. Session-Type: Additional
  6. Session-Final:
  7. required pam_mkhomedir.so skel=/etc/skel umask={{ auth.mkhomedir.get('umask', '0022') }} silent