From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1QEjFM-00057G-GQ for garchives@archives.gentoo.org; Tue, 26 Apr 2011 14:28:12 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7E8B4E019D; Tue, 26 Apr 2011 14:26:48 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 4A4A8E019D for ; Tue, 26 Apr 2011 14:26:47 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by smtp.gentoo.org (Postfix) with ESMTP id 6F0231BC017 for ; Tue, 26 Apr 2011 14:26:47 +0000 (UTC) X-Virus-Scanned: by amavisd-new using ClamAV at gentoo.org X-Spam-Score: -2.599 X-Spam-Level: X-Spam-Status: No, score=-2.599 required=5.5 tests=[AWL=0.000, BAYES_00=-2.599] Received: from smtp.gentoo.org ([127.0.0.1]) by localhost (smtp.gentoo.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id MnLlyiP7fU+7 for ; Tue, 26 Apr 2011 14:26:40 +0000 (UTC) Received: from lo.gmane.org (lo.gmane.org [80.91.229.12]) by smtp.gentoo.org (Postfix) with ESMTP id 131471B4044 for ; Tue, 26 Apr 2011 14:26:38 +0000 (UTC) Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1QEjDk-0006bD-GR for gentoo-user@gentoo.org; Tue, 26 Apr 2011 16:26:32 +0200 Received: from d5152C92C.static.telenet.be ([81.82.201.44]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 26 Apr 2011 16:26:32 +0200 Received: from gvm999 by d5152C92C.static.telenet.be with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 26 Apr 2011 16:26:32 +0200 X-Injected-Via-Gmane: http://gmane.org/ To: gentoo-user@lists.gentoo.org From: deadeyes Subject: [gentoo-user] Re: smartcard issues Date: Tue, 26 Apr 2011 14:26:21 +0000 (UTC) Message-ID: References: Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: sea.gmane.org User-Agent: Loom/3.14 (http://gmane.org/) X-Loom-IP: 81.82.201.44 (Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.16) Gecko/20110330 Gentoo Firefox/3.6.16) X-Archives-Salt: X-Archives-Hash: 7e910ada51524a8ddaaf6c418e7274d1 deadeyes gmail.com> writes: > > Hi all, > > For logging in to servers we now use smartcards. > For windows this works fine, however for Linux and Mac OS X it doesn't. > After waisting alot of time I found out the following things (I hope sooner or later it will help someone else): - for smartcard using through rdesktop you don't need a driver for the card - you don't need to do anything with openct-tool/openct-control - If openct has started stop it and disable it, also kill all ifdhandler processes, you don't need them - just use pcscd -d -f and then plug in your smartcard reader - When started you will see the light flashing on your smartcard reader - on 32 bit it seems to work fine.. however on my AMD64 it did not BUT.... - setup a 32 bit chroot (as described in the gentoo chroot 32bit howto) and emerge rdesktop (with smartcard support) and pcsc-lite. (or using quickpkg) - Now get the files from the package or from the 32bit chroot itself (/usr/bin/rdesktop and /usr/lib/libpcsclite.so.1) and copy them over to your 64 bit environment. I recommend putting /usr/lib/libpcsclite.so.1 in /usr/lib32/ on your 64bit environment. (Do note that everything else is 64 bit, so your driver/bundle for openct as well) I'll add any further info if necessary.