Fredrik-at-Yubico wrote:
yubikey-server-c is not written by Yubico, but when I install that package on a test server I get the following in syslog when I try to start it :
yubikeyd version 0.5 starting up
connection to database failed ...
Might that be the case for you as well?
/Fredrik
Thanks for the feedback Fredrik.
I'm embarassed to say that it appears to have been configure to use a Postgres database and I've only just found the syslog message:
Code:
yubikeyd version 0.5 starting up
yubikeyd[13688]: connection to database failed: could not connect to server: No such file or directory#012#011Is the server running locally and accepting#012#011connections on Unix domain socket "/var/run/postgresql/.s.PGSQL.5432"?
I'll have to have another look and see if I can figure this out. If I can, I'll report it back here..
EDIT:
Just had a look at the source code and it's all Postgres
Any chance of getting an SQLITE version, I wonder?