Page 1 of 1

RPI 3B+ smartcard

Posted: Wed May 16, 2018 2:33 pm
by geefox
hi,

we encountered an issue with a smartcard reader omnikey "omni3021" - a week ago we configured following:

Code: Select all

smartcard=omni3021
and installed the safesign software on the server and it recognizes the smartcardreader an also the card. now we wanted to test something else, but we can't get it working anymore.

i've attached you the logfile - thanks

Re: RPI 3B+ smartcard

Posted: Wed May 16, 2018 9:23 pm
by akatik
Write to config:

smartcard=omni3021,debug

And try to do minimum actions to reproduce wrong behavior. Save log when you see the first wrong behavior.

PS: can you redirect this reader with this card to the same server with the same user from windows computer with mstsc.exe?

Re: RPI 3B+ smartcard

Posted: Fri May 25, 2018 1:31 pm
by geefox
Hi,
I managed to get it working again, there was a driver issue which caused the problem

Re: RPI 3B+ smartcard

Posted: Mon May 28, 2018 2:59 pm
by geefox
Hi,
just a quick question - is it possible that the "ask_password" setting can be configured with 2 parameters?
we need the option to bypass the broker and also to disable the smartcard login with "nopin"
so basically the line should look like this "ask_password = on, nopin"

Re: RPI 3B+ smartcard

Posted: Tue May 29, 2018 7:49 am
by akatik
"ask_password = nopin" should ask password for broker and disable smartcard login. "nopin" is "on,nopin". there is no "off,nopin".