xrdp-sesman in SuSE
Status: Beta
Brought to you by:
jsorg71
I have no idea this is the place to report this, but after an hour of searching I stopped caring :p
When you install xrdp in SuSE 11.1 from the repo's it will not work. The file /etc/pam.d/xrdp-sesman contains the following:
#%PAM-1.0
auth include common-auth
account include common-account
This wont work. It should be something like this:
#%PAM-1.0
auth required pam_unix.so shadow nullok
account required pam_unix.so
Now it does work. Again, no idea if this is the place to report it. I couldn't even find SuSE's repository owner.