Marcin Cieślak
Marcin Cieślak
Can you stop doing the reload and learn steps? Just try ```` gpg-connect-agent 'scd getinfo pid' 'getinfo pid' /bye : > /tmp/agent.log * make sure only one agent and one...
I think I have managed to reproduce it by forcing the `model` value to be all zeros (empty string) in the debugger, kind of simulating your token. ```` 2024-10-01 18:59:13...
> The `/tmp/agent.log` file is completely empty Something something file permissions, SELinux, whatever...? Some other writable location, maybe? Here is my config that works on FreeBSD ``` scdaemon-program /usr/local/bin/gnupg-pkcs11-scd pinentry-program...
I don't know. Accepting partial URIs could mean they are not unique anymore and multiple tokens match. But I have a (software) token that generates 32 virtual PKCS#11 slots, all...
> I just tried again with SELinux disabled (`sudo setenforce 0`) but still nothing in the log. I am sorry for this. No idea. I think I've spent enough time...
> Hm? I see no mention of empty fields, or of the model field, there? "it supports only full pkcs11 url" is how I understand what is being said. I...
[2.5](https://www.rfc-editor.org/rfc/rfc7512#section-2.5). PKCS #11 URI Matching Guidelines o An attribute not present in the URI path component but known to a consumer matches everything. Each additional attribute present in the URI...
I think you are not running `pcscd`. Add `disable-ccid` to your [scdaemon.conf](https://www.gnupg.org/documentation/manuals/gnupg/Scdaemon-Options.html) so that GnuPG is also using pcscd to talk to the reader. For troubleshooting, running `pcscd -adf` can...
@charmander This is so simple - thanks for the tip - maybe [the default behaviour](https://github.com/brianc/node-postgres/blob/f7c92e487c6a9c9600585f9de14cb17e7a65e76e/packages/pg/lib/connection-parameters.js#L81) could be improved in [the code somewhere](https://github.com/brianc/node-postgres/blob/f7c92e487c6a9c9600585f9de14cb17e7a65e76e/packages/pg/lib/connection-parameters.js#L81) ? Maybe we could keep the original `config`...
Yeah, I've seen that in the msal library and I didn't like it. I feel already bad to proliferate Microsoft "embrace, extend, ..." strategy to this very nice tool :)...