diff options
-rw-r--r-- | instfiles/pam.d/xrdp-sesman.other | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/instfiles/pam.d/xrdp-sesman.other b/instfiles/pam.d/xrdp-sesman.other index 56c8d56a..b3ed0f54 100644 --- a/instfiles/pam.d/xrdp-sesman.other +++ b/instfiles/pam.d/xrdp-sesman.other @@ -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 +auth include system-auth +account include system-auth +password include system-auth +session include system-auth |