openconnect / openconnect-gui

MOVED TO https://gitlab.com/openconnect/openconnect-gui
https://gitlab.com/openconnect/openconnect-gui
GNU General Public License v2.0
1.3k stars 240 forks source link

RSA Token - deviceid #89

Open mazhead opened 8 years ago

mazhead commented 8 years ago

Hello, on each connection the DeviceID is requested. When I use linux pure stoken on linux (without openconnect) it selects the device ID automatically.

It uses the predefined ID's from: https://github.com/cernekee/stoken/blob/4592a11959f15343e0ce8682742cafd068f194f5/src/library.c static struct stoken_guid stoken_guid_list[] = { { "iphone", "iPhone", "556f1985-33dd-442c-9155-3a0e994f21b1" }, { "android", "Android", "a01c4380-fc01-4df0-b113-7fb98ec74694" }, { "bb", "BlackBerry", "868c28f8-31bf-4911-9876-ebece5c3f2ab" }, { "bb10", "BlackBerry 10", "b77a1d06-d505-4200-90d3-1bb397748704" }, { "winphone", "Windows Phone", "c483b592-63f0-4f19-b4cb-a6bce8e57159" }, { "win", "Windows", "8f94b226-d362-4204-ac52-3b21fa333b6f" }, { "mac", "Mac OSX", "d0955a53-569b-4ecc-9cf7-6c2a59d4e775" }, { }, };

horar commented 7 years ago

hi, this is related to openconnect or openconnect gui? thanks