---
name: pam_mkhomedir
version: 0.2
origin: security/pam_mkhomedir
comment: Create HOME with a PAM module on demand
arch: freebsd:9:x86:64
www: UNKNOWN
maintainer: gremlin@portal-to-web.de
prefix: /usr/local
licenselogic: single
flatsize: 10961
desc: |
  This is a PAM module which will create the $HOME for the user authenticated,
  if it's not already there. It also copies over files from a skel directory
  ( default /usr/share/skel ) and can set the permission of the newly created
  $HOME to a value of your choice
categories: [security]
files:
  /usr/local/lib/pam_mkhomedir.so: '-'
  /usr/local/lib/pam_mkhomedir.so.2: eaff970167c8ad738fba06b9290f64c8c88f5a66338b6d6de6033d339f7771cd
  /usr/local/man/man8/pam_mkhomedir.8.gz: 03068fd5f95bfb7d5e52ccd1ee9d7aa420d2fb6eadf646f24d34a2c43a596a09
scripts: {}
message: |2+

  You may want to add something like this to your /etc/pam.d/login
  or /etc/pam.d/sshd ( when you've configured ssh with PAM )
  file to use this module:

  session         required       /usr/local/lib/pam_mkhomedir.so



