Minor fix
authorArran Cudbard-Bell <a.cudbardb@freeradius.org>
Thu, 14 Aug 2014 02:43:41 +0000 (22:43 -0400)
committerArran Cudbard-Bell <a.cudbardb@freeradius.org>
Thu, 14 Aug 2014 17:06:55 +0000 (13:06 -0400)
raddb/mods-available/sql

index 4bef569..61ec328 100644 (file)
@@ -44,7 +44,7 @@ sql {
 #              # If the file above does not exist and bootstrap is set
 #              # a new database file will be created, and the SQL statements
 #              # contained within the file will be executed.
-#              bootstrap = "${modconfdir}/${.:name}/main/sqlite/schema.sql"
+#              bootstrap = "${modconfdir}/${..:name}/main/sqlite/schema.sql"
 #      }
 #
 #      mysql {
@@ -70,7 +70,7 @@ sql {
        #
        # If you're using rlm_sql_null, then it should be the type of
        # database the logged queries are going to be executed against.
-       dialect = "mysql"
+       dialect = "sqlite"
 
        # Connection info:
        #