diff options
author | seabres <rainer.brestan@gmx.net> | 2014-06-04 18:21:55 +0200 |
---|---|---|
committer | seabres <rainer.brestan@gmx.net> | 2014-06-04 18:21:55 +0200 |
commit | aa4783e9338e6b1b8cb8ab4a81bb3ed391c39ea4 (patch) | |
tree | dd20ff7ceb2a2005c275238be9d6fc4a43c1d64e | |
parent | b1488485d35d390b262ad8895abef7218e94b86d (diff) | |
download | xrdp-proprietary-aa4783e9338e6b1b8cb8ab4a81bb3ed391c39ea4.tar.gz xrdp-proprietary-aa4783e9338e6b1b8cb8ab4a81bb3ed391c39ea4.zip |
Change to allow authentication against all authentication methods.
-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 |