diff options
author | Jay Sorg <jay.sorg@gmail.com> | 2013-04-22 10:56:20 -0700 |
---|---|---|
committer | Jay Sorg <jay.sorg@gmail.com> | 2013-04-22 10:56:20 -0700 |
commit | d4f72c52ae070a7b79d7873e651eeeeb46168727 (patch) | |
tree | 75a1ce48561db9bc893f0cbabebd5d89ea7753b3 /instfiles/pam.d | |
parent | 9afa221f7181ac84e23b44ea296c3a21589752ad (diff) | |
download | xrdp-proprietary-d4f72c52ae070a7b79d7873e651eeeeb46168727.tar.gz xrdp-proprietary-d4f72c52ae070a7b79d7873e651eeeeb46168727.zip |
pam changes to use system default
Diffstat (limited to 'instfiles/pam.d')
-rw-r--r-- | instfiles/pam.d/xrdp-sesman | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/instfiles/pam.d/xrdp-sesman b/instfiles/pam.d/xrdp-sesman index 7fdbee5b..789ce8f7 100644 --- a/instfiles/pam.d/xrdp-sesman +++ b/instfiles/pam.d/xrdp-sesman @@ -1,4 +1,5 @@ #%PAM-1.0 -auth required pam_unix.so shadow nullok -auth required pam_env.so readenv=1 -account required pam_unix.so +@include common-auth +@include common-account +@include common-session +@include common-password |