diff options
author | jsorg71 <jsorg71> | 2005-09-20 01:18:07 +0000 |
---|---|---|
committer | jsorg71 <jsorg71> | 2005-09-20 01:18:07 +0000 |
commit | d754fe660e23b0143af76ad6d1ea1fa4ab143836 (patch) | |
tree | 267286b9b777737a7c175e3728d2d029522a4566 /instfiles | |
parent | 273bee0b1eccb1b8b0a474f0075f6a72841be289 (diff) | |
download | xrdp-proprietary-d754fe660e23b0143af76ad6d1ea1fa4ab143836.tar.gz xrdp-proprietary-d754fe660e23b0143af76ad6d1ea1fa4ab143836.zip |
switch to sesman for pam control file
Diffstat (limited to 'instfiles')
-rw-r--r-- | instfiles/pam.d/sesman | 3 | ||||
-rw-r--r-- | instfiles/pam.d/xrdp | 4 |
2 files changed, 3 insertions, 4 deletions
diff --git a/instfiles/pam.d/sesman b/instfiles/pam.d/sesman new file mode 100644 index 00000000..fdcf7515 --- /dev/null +++ b/instfiles/pam.d/sesman @@ -0,0 +1,3 @@ +#%PAM-1.0 +auth required pam_unix.so shadow use_first_pass nullok +account required pam_unix.so diff --git a/instfiles/pam.d/xrdp b/instfiles/pam.d/xrdp deleted file mode 100644 index 6b00672e..00000000 --- a/instfiles/pam.d/xrdp +++ /dev/null @@ -1,4 +0,0 @@ -#%PAM-1.0 -auth required /lib/security/pam_userpass.so -auth required /lib/security/pam_unix.so shadow use_first_pass -account required /lib/security/pam_unix.so |