Hello List,
the problem is that I thought that I enabled smartcard but there were
some stale config files. I solved the problem by doing the following:

sudo apt-get install pkg-config

# Clean stale build files
git reset --hard HEAD; git clean -f -x -d

cmake -DWITH_PCSC=ON .
make install

And now it works as it is supposed to be. I just logged in using the
smartcard to a windows xp desktop:

(ba) [~/work/FreeRDP] /usr/local/bin/xfreerdp -K --no-nla --ignore-certificate 
--plugin rdpdr --data smartcard:smartcard -- hostname.fqdn.de
WARNING: Using deprecated command-line interface!
-K -> --disable-grab-keyboard
--no-nla -> --disable-sec-nla
--ignore-certificate -> --cert-ignore
hostname.fqdn.de -> -v hostname.fqdn.de
loading channel rdpdr
loading channel rdpsnd
connected to hostname.fqdn.de:3389
Loading device service smartcard (static)
registered device #1: SCARD (type=32 id=1)
registered device #1: SCARD (type=32 id=1)
registered device #1: SCARD (type=32 id=1)
Warning smartcard_mark_duplicate_id (158): CompletionID number 0 is now marked 
as a duplicate.

Cheers,
        Thomas

------------------------------------------------------------------------------
LogMeIn Rescue: Anywhere, Anytime Remote support for IT. Free Trial
Remotely access PCs and mobile devices and provide instant support
Improve your efficiency, and focus on delivering more value-add services
Discover what IT Professionals Know. Rescue delivers
http://p.sf.net/sfu/logmein_12329d2d
_______________________________________________
Freerdp-devel mailing list
Freerdp-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freerdp-devel

Reply via email to