Update location of sample schema files and remove a dead
authornbk <nbk>
Fri, 8 Jun 2007 11:59:01 +0000 (11:59 +0000)
committernbk <nbk>
Fri, 8 Jun 2007 11:59:01 +0000 (11:59 +0000)
link. (closes: #444)

Patch from Thor Spruyt <thor.spruyt@pandora.be>

doc/RADIUS-SQL.schema

index a722486..fb1506d 100644 (file)
@@ -11,10 +11,10 @@ RADIUS-SQL.schema
  
   There isn't a generic SQL schema, but there is one for some databases:
 
-    src/modules/rlm_sql/drivers/rlm_sql_mysql/db_mysql.sql
-    src/modules/rlm_sql/drivers/rlm_sql_postgresql/db_postgresql.sql
-    src/modules/rlm_sql/drivers/rlm_sql_freetds/db_mssql.sql
-    src/modules/rlm_sql/drivers/rlm_sql_oracle/db_oracle.sql
+    doc/examples/mysql.sql
+    doc/examples/postgresql.sql
+    doc/examples/mssql.sql
+    doc/examples/oracle.sql
 
 2.MYSQL
 
@@ -25,7 +25,6 @@ RADIUS-SQL.schema
   More information about tips for configuring MySQL can be found at:
 
     http://www.mysql.com/doc/S/e/Server_parameters.html
-    http://www.mysql.com/doc/S/E/SEC456.html
     http://www.mysql.com/doc/E/X/EXPLAIN.html <-(useful)
     http://www.mysql.com/doc/T/i/Tips.html
     http://www.mysql.com/doc/M/e/Memory_use.html