|
@@ -61,6 +61,7 @@ using namespace std;
|
|
MYSQL "mysql"
|
|
MYSQL "mysql"
|
|
POSTGRESQL "postgresql"
|
|
POSTGRESQL "postgresql"
|
|
CQL "cql"
|
|
CQL "cql"
|
|
|
|
+ RADIUS "radius"
|
|
USER "user"
|
|
USER "user"
|
|
PASSWORD "password"
|
|
PASSWORD "password"
|
|
HOST "host"
|
|
HOST "host"
|
|
@@ -548,6 +549,7 @@ db_type: MEMFILE { $$ = ElementPtr(new StringElement("memfile", ctx.loc2pos(@1))
|
|
| MYSQL { $$ = ElementPtr(new StringElement("mysql", ctx.loc2pos(@1))); }
|
|
| MYSQL { $$ = ElementPtr(new StringElement("mysql", ctx.loc2pos(@1))); }
|
|
| POSTGRESQL { $$ = ElementPtr(new StringElement("postgresql", ctx.loc2pos(@1))); }
|
|
| POSTGRESQL { $$ = ElementPtr(new StringElement("postgresql", ctx.loc2pos(@1))); }
|
|
| CQL { $$ = ElementPtr(new StringElement("cql", ctx.loc2pos(@1))); }
|
|
| CQL { $$ = ElementPtr(new StringElement("cql", ctx.loc2pos(@1))); }
|
|
|
|
+ | RADIUS { $$ = ElementPtr(new StringElement("radius", ctx.loc2pos(@1))); }
|
|
;
|
|
;
|
|
|
|
|
|
user: USER {
|
|
user: USER {
|