gestern beim kunden, die frage nach: "kann ich mich mit meiner gemalto eGK (elektronische krankenkarte) an der sunray authentifizieren?"
nein - bisher (gut, die gemaltos sind probe exemplare, fuer beta test - gibts also noch nicht wirklich lange) :)
/etc/opt/SUNWut/smartcard/Gemalto.cfg
admin.name = Gemalto-eGK
admin.model = all
admin.description = Gemalto elektronische Gesundheitskarte
admin.supplier = andreas 'randy' weinberger
admin.version = 0.1
admin.type = smartcard
--StartWords--
noID onException
Gemalto-eGK tokenType setprop
"Trying " tokenType getprop concat msg
"(c) 03/2010 andreas 'randy' weinberger , version 0.1" msg
atr.atr getprop
dup
hexlength 18 hexequals
badCard jmpIfFalse
3bdd96ff81b1 hexequals
Gemalto-eGK jmpIfTrue
noID jmpifFalse
Gemalto-eGK::
atr.atr getprop
c 8 hexchop
dup
" Token ID: " swap concat
tokenType getprop " Token Type: " swap concat
concat
"Identified " tokenType getprop concat swap concat
msg
tokenType getprop returnID
noID::
"Unable to determine ID for " tokenType getprop concat msg
return
badCard::
"badCard: " tokenType getprop concat msg
return
--EndWords--
danach sollten die karten genauso wie die herkoemmlichen Payflex/etc.. funktionieren.
PS: ATR 3bff1800ff81... und hexlength 19 fuer die "geldkarten chips" ;)