[
home
] [
blog
] [
git
] [
email
] [
rss
]
JMJ
index
:
infrastructure
master
Config management for self-hosted infrastructure.
cullum
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
files
/
usr
/
local
/
libexec
/
pam-create-local-homedir.common
blob: 2d30d06a5b79efa5f8d01d74ecda442aa0e4af42 (
plain
) (
blame
)
1
2
3
#!/bin/sh
install
-o
"
$PAM_USER
"
-g
"
$PAM_USER
"
-m
0700
-d
"/usr/local/home/
${
PAM_USER
}
"