From aa4783e9338e6b1b8cb8ab4a81bb3ed391c39ea4 Mon Sep 17 00:00:00 2001 From: seabres Date: Wed, 4 Jun 2014 18:21:55 +0200 Subject: [PATCH] Change to allow authentication against all authentication methods. --- instfiles/pam.d/xrdp-sesman.other | 7 ++++--- 1 file 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