❦ 31 août 2012 22:28 CEST, Stepan Yakovenko <st...@skryb.info> :

>> That's pretty odd to not have logs. Maybe you could strace xrdp-sesman
>> process to see if it is running PAM correctly. As root:
>> 
>>  strace -p $(pidof xrdp-sesman)
>
> Please take a look at strace output (in attach).

OK, everything seems normal. It seems to be writing to syslog and to a
log file. Check the log file with "ls -l /proc/$(pidof
xrdp-sesman)/fd/3" or your system log files (maybe in /var/log/syslog or
/var/log/debug) for a clue.

Otherwise, use:

 strace -s0 -FF -ff -p $(pidof xrdp-sesman)

Ensure that your password does not appear in the result before sending.
-- 
Use data arrays to avoid repetitive control sequences.
            - The Elements of Programming Style (Kernighan & Plauger)

Attachment: pgp48fuvDRPpV.pgp
Description: PGP signature

Reply via email to