Re: [Xrdp-devel] Problems with non-PAM password authentication.

2014-11-22 Thread Jay Sorg
Thanks, fixed in devel branch. cb4f2998992d1d39fa4629c2187832249c0a5932 Jay On Fri, Nov 21, 2014 at 1:41 AM, Ken Milmore wrote: > Another issue: When building with --enable-nopam, a link-time error > occurs because verify_user.c doesn't define auth_stop_session(). > > -Ken. > > > On 30/10/14 0

Re: [Xrdp-devel] Problems with non-PAM password authentication.

2014-11-21 Thread Ken Milmore
Another issue: When building with --enable-nopam, a link-time error occurs because verify_user.c doesn't define auth_stop_session(). -Ken. On 30/10/14 00:57, Jay Sorg wrote: > Hi Kev, > > Thanks, I added this to devel branch. > > The other issue with the threads should go away. I'm planning

Re: [Xrdp-devel] Problems with non-PAM password authentication.

2014-10-29 Thread Jay Sorg
Hi Kev, Thanks, I added this to devel branch. The other issue with the threads should go away. I'm planning to remove the threads from sesman because it does a bunch for forking. Jay On Sun, Oct 26, 2014 at 1:48 PM, Ken Milmore wrote: > Hello, > > I am using xrdp without PAM, and have been