From 9bc3b6d81042444b4d0d8804dbfbe6f6b8945aad Mon Sep 17 00:00:00 2001 From: paulr Date: Sat, 13 Nov 2010 01:13:36 +1100 Subject: [PATCH] initial commit --- .project | 11 +++++++++++ doc/README | 12 ++++++++++++ php/config/config.php | 3 +++ php/lib/lib.php | 4 ++++ php/www/index.php | 3 +++ 5 files changed, 33 insertions(+), 0 deletions(-) create mode 100644 .project create mode 100644 doc/README create mode 100644 php/config/config.php create mode 100644 php/lib/lib.php create mode 100644 php/www/index.php 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 -- 1.7.0.4