From: paulr Date: Fri, 12 Nov 2010 14:13:36 +0000 (+1100) Subject: initial commit X-Git-Url: http://git.pjr.cc/?p=otpcentral.git;a=commitdiff_plain;h=9bc3b6d81042444b4d0d8804dbfbe6f6b8945aad initial commit --- 9bc3b6d81042444b4d0d8804dbfbe6f6b8945aad diff --git a/.project b/.project new file mode 100644 index 0000000..f1b91cc --- /dev/null +++ b/.project @@ -0,0 +1,11 @@ + + + optcentral + + + + + + + + diff --git a/doc/README b/doc/README new file mode 100644 index 0000000..ec03ea5 --- /dev/null +++ b/doc/README @@ -0,0 +1,12 @@ +Welcome to OTP Central +====================== + +The purpose of OTP central will be to provide several +interfaces to OTP (HOTP, TOTP and maybe mOTP) based token +software. + +It's auth interfaces will be: +1) radius +2) ldap +3) soap +4) web \ No newline at end of file diff --git a/php/config/config.php b/php/config/config.php new file mode 100644 index 0000000..15c5adc --- /dev/null +++ b/php/config/config.php @@ -0,0 +1,3 @@ + \ No newline at end of file diff --git a/php/lib/lib.php b/php/lib/lib.php new file mode 100644 index 0000000..dc10d56 --- /dev/null +++ b/php/lib/lib.php @@ -0,0 +1,4 @@ + \ No newline at end of file diff --git a/php/www/index.php b/php/www/index.php new file mode 100644 index 0000000..15c5adc --- /dev/null +++ b/php/www/index.php @@ -0,0 +1,3 @@ + \ No newline at end of file