Re: [Xrdp-devel] pam_authenticate failed: Permission denied

2013-07-31 Thread Kevin Cave
Glad that's working for you ;) On Wed, Jul 31, 2013 at 11:56 AM, Steffen Bollmann wrote: > Dear Kevin and xrdp-developers, > > Thank you for your help. I did not know that I have to compile X11rdp > seperately. Running xorg/X11R7.6/buildx.sh did the trick and it now > works like a charm :) > > T

Re: [Xrdp-devel] pam_authenticate failed: Permission denied

2013-07-31 Thread Steffen Bollmann
Dear Kevin and xrdp-developers, Thank you for your help. I did not know that I have to compile X11rdp seperately. Running xorg/X11R7.6/buildx.sh did the trick and it now works like a charm :) Thank you for your help and the great work you are doing with xrdp All the best Steffen 2013/7/30 Kevin

Re: [Xrdp-devel] pam_authenticate failed: Permission denied

2013-07-30 Thread Kevin Cave
I looked at your logs before. You have only logs for compiling xrdp. You do not have logs for ALSO compiling the X11rdp back-end. Have you used a script called "buildx.sh" at all? It's the build script for the X11rdp back-end. Regards. On Mon, Jul 29, 2013 at 12:24 PM, Steffen Bollmann wrote:

Re: [Xrdp-devel] pam_authenticate failed: Permission denied

2013-07-29 Thread Steffen Bollmann
Dear Kevin and xrdp-developers, Thank you for your thoughts on this :) I think the missing X11rdp binary file is exactly the problem. Unfortunately I can not find the compiled binary anywhere and the reason I think is that it is not compiled in the first place. Looking at the files in the folder x

Re: [Xrdp-devel] pam_authenticate failed: Permission denied

2013-07-29 Thread Kevin Cave
Ah, from the log, it only looks like you compiled xrdp. You haven't ran the X11rdp build at all. Regards On Mon, Jul 29, 2013 at 12:21 PM, Steffen Bollmann wrote: > Dear Kevin and xrdp-developers, > > Thank you for your thoughts on this :) I think the missing X11rdp > binary file is exactly th

Re: [Xrdp-devel] pam_authenticate failed: Permission denied

2013-07-27 Thread Kevin Cave
Steffen, Earlier you tried "X11rdp -uds :10" and you got a command not found error. Do you know the location of that X11rdp binary? It should be somewhere in your system PATH (/usr/bin) , else your system won't find it. My technique is to do an ln -s /opt/X11rdp/bin/X11rdp /usr/bin/X11rdp That w

Re: [Xrdp-devel] pam_authenticate failed: Permission denied

2013-07-26 Thread Steffen Bollmann
Dear xrdp-developers, Are there already news on this issue? Can I do something to help? Right now I am running xrdp via sesman-Xvnc and this works (except for the clipboard), but I would love to use it via X11rdp. Thank you and all the best Steffen 2013/7/15 Steffen Bollmann : > Dear Jay, > > T

Re: [Xrdp-devel] pam_authenticate failed: Permission denied

2013-07-15 Thread Steffen Bollmann
Dear Jay, Thank you so much for your comment on this :) (and for not liking to break Fedora :p) Good guess - X11rdp is not running and I do not how to get it running X11rdp -uds :10 bash: X11rdp: command not found I tried playing with ./xorg/debuild/debX11rdp.sh but without sucess - it wants som

Re: [Xrdp-devel] pam_authenticate failed: Permission denied

2013-07-12 Thread Jay Sorg
>> #%PAM-1.0 >> auth requiredpam_unix.so shadow nullok >> auth requiredpam_env.so readenv=1 >> accountrequiredpam_unix.so >> >> master: >> #%PAM-1.0 >> @include common-auth >> @include common-account >> @include common-session >> @include common-password > > This was a c

Re: [Xrdp-devel] pam_authenticate failed: Permission denied

2013-07-12 Thread Jay Sorg
> Thank you for the hint and the quick help. I compared the content of > /etc/pam.d/xrdp from version 0.7 to the current master version from > the git repo and it was different: > > 0.7: > #%PAM-1.0 > auth requiredpam_unix.so shadow nullok > auth requiredpam_env.so readenv=1 > a

Re: [Xrdp-devel] pam_authenticate failed: Permission denied

2013-07-12 Thread Steffen Bollmann
Dear Speidy, Thank you for the hint and the quick help. I compared the content of /etc/pam.d/xrdp from version 0.7 to the current master version from the git repo and it was different: 0.7: #%PAM-1.0 auth requiredpam_unix.so shadow nullok auth requiredpam_env.so readenv=1 acco

Re: [Xrdp-devel] pam_authenticate failed: Permission denied

2013-07-10 Thread speidy
depending on your distro, PAM configuration may be different. look in xrdp/instfiles/pam.d for xrdp-sesman.other for different PAM config. -- View this message in context: http://xrdp-devel.766250.n3.nabble.com/Xrdp-devel-pam-authenticate-failed-Permission-denied-tp4025193p4025194.html Sent fr

[Xrdp-devel] pam_authenticate failed: Permission denied

2013-07-09 Thread Steffen Bollmann
Dear xrdp-community, I compiled the latest version of xrdp from the git repository. When logging in I get a "xrdp_mm_process_login_response: login failed" error Using the branch 0.7 I do not get this problem and I wonder what I have done wrong. Can someone give me a hint where to start with findi