Yubico / python-yubico

Python code to talk to YubiKeys
https://developers.yubico.com/python-yubico/
BSD 2-Clause "Simplified" License
229 stars 33 forks source link

Enroll yubikey on windows #4

Closed lsexperts closed 11 years ago

lsexperts commented 11 years ago

I am using yubikey on Windows with python-usb and the zadig driver tool.

When trying to enroll a yubikey the detachKernelDriver fails, as this does not seem to be available on windows.

So I added a small patch, which enables me, to enroll the yubikey on windows.

klali commented 11 years ago

Hello,

Sorry for the slow reply here..

I'd like to look at what backend is in use instead of just doing the detach on linux, or is the detach unnecessary on linux as well? At the least I'd like to reverse that so we skip it on windows, not only doing it on linux..

/klas

dainnilsson commented 11 years ago

This, as well as another Windows specific problem should be fixed with commit: c324785376f4834c0acd14c47899f77691848f6c.