diff options
author | Yaroslav Tykhiy <ytykhiy@gmail.com> | 2007-06-17 17:25:53 +0000 |
---|---|---|
committer | Yaroslav Tykhiy <ytykhiy@gmail.com> | 2007-06-17 17:25:53 +0000 |
commit | 997c6eefd8ed7f0f81862dc3727d17fd23046629 (patch) | |
tree | 5b2964d6813053eb898acc04fa43beede2e79239 /etc/pam.d | |
parent | 5e521fcd2e967a33bf1118f25d9e33c6624268fa (diff) | |
download | src-997c6eefd8ed7f0f81862dc3727d17fd23046629.tar.gz src-997c6eefd8ed7f0f81862dc3727d17fd23046629.zip |
Notes
Diffstat (limited to 'etc/pam.d')
-rw-r--r-- | etc/pam.d/Makefile | 1 | ||||
-rw-r--r-- | etc/pam.d/cron | 9 |
2 files changed, 10 insertions, 0 deletions
diff --git a/etc/pam.d/Makefile b/etc/pam.d/Makefile index 9e5746cd13fe..2686cdf740c9 100644 --- a/etc/pam.d/Makefile +++ b/etc/pam.d/Makefile @@ -4,6 +4,7 @@ NO_OBJ= FILES= README \ atrun \ + cron \ ftpd \ gdm \ imap \ diff --git a/etc/pam.d/cron b/etc/pam.d/cron new file mode 100644 index 000000000000..55a3d1048c53 --- /dev/null +++ b/etc/pam.d/cron @@ -0,0 +1,9 @@ +# +# $FreeBSD$ +# +# PAM configuration for the "cron" service +# + +# account +account required pam_nologin.so +account required pam_unix.so |