From: Tollef Fog Heen Date: Mon, 19 Oct 2009 14:28:29 +0000 (+0200) Subject: Add some notes X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b827ca9be16504c91db9a66523574e625bef2b7d;p=yubikey-server-c Add some notes --- diff --git a/README b/README new file mode 100644 index 0000000..c3750c0 --- /dev/null +++ b/README @@ -0,0 +1,20 @@ +yubikey-server-c – yubikeyd +=========================== + +This is a yubikey validation server, written in C. It implements the +server part of the web API as specified at +http://yubico.com/developers/api/ and can be used from various +clients. + +It also lacks any useful administration tools, you will have to use +psql or create something yourself. + +A sample configuration file looks like: + +pidfile=/var/run/yubikeyd.pid +user=yubikeyd +group=yubikeyd +dbdef=dbname=yubikey port=5433 +port=8000 + +