ug... how do i make freeradius work?
authorpaulr <me@pjr.cc>
Thu, 18 Nov 2010 22:49:36 +0000 (09:49 +1100)
committerpaulr <me@pjr.cc>
Thu, 18 Nov 2010 22:49:36 +0000 (09:49 +1100)
radius/radverify.php [new file with mode: 0644]
radius/www/index.php [new file with mode: 0644]

diff --git a/radius/radverify.php b/radius/radverify.php
new file mode 100644 (file)
index 0000000..1285fea
--- /dev/null
@@ -0,0 +1,12 @@
+<?php
+/*
+ * radverify.php
+ * 
+ * This file is designed as a "script" extension to freeradius (or some such tool) for radius authentication.
+ * Also provided is a simple web interface for managing users in freeradius.
+ * 
+ * I cant figure out how to make it work with freeradius. I dont want to do password auth at all, in fact i want the login
+ * password to *BE* the pin code, but i cant find a way of doing that with freeradius, which is a shame.
+ */
+
+?>
\ No newline at end of file
diff --git a/radius/www/index.php b/radius/www/index.php
new file mode 100644 (file)
index 0000000..b3d9bbc
--- /dev/null
@@ -0,0 +1 @@
+<?php