Allow sqlite filename to be specified in the configuration file.
[freeradius.git] / src / modules / rlm_sql / conf.h
index 7d28f77..d1faae0 100644 (file)
@@ -18,6 +18,7 @@ typedef struct sql_config {
        char   *sql_login;
        char   *sql_password;
        char   *sql_db;
+       char   *sql_file;       /* for sqlite */
        char   *query_user;
        char   *default_profile;
        char   *nas_query;