aboutsummaryrefslogblamecommitdiff
path: root/files/usr/local/libexec/pam-create-local-homedir.common
blob: 2d30d06a5b79efa5f8d01d74ecda442aa0e4af42 (plain) (tree)
1
2
3

         
                                                                              
#!/bin/sh

install -o "$PAM_USER" -g "$PAM_USER" -m 0700 -d "/usr/local/home/${PAM_USER}"