]> err.no Git - yubikey-server-c/commitdiff
Add some notes
authorTollef Fog Heen <tfheen@err.no>
Mon, 19 Oct 2009 14:28:29 +0000 (16:28 +0200)
committerTollef Fog Heen <tfheen@err.no>
Mon, 19 Oct 2009 14:28:29 +0000 (16:28 +0200)
README [new file with mode: 0644]

diff --git a/README b/README
new file mode 100644 (file)
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
+
+