|
@@ -558,6 +558,7 @@ db_type: MEMFILE { $$ = ElementPtr(new StringElement("memfile", ctx.loc2pos(@1))
|
|
|
| MYSQL { $$ = ElementPtr(new StringElement("mysql", ctx.loc2pos(@1))); }
|
|
|
| POSTGRESQL { $$ = ElementPtr(new StringElement("postgresql", ctx.loc2pos(@1))); }
|
|
|
| CQL { $$ = ElementPtr(new StringElement("cql", ctx.loc2pos(@1))); }
|
|
|
+ | RADIUS { $$ = ElementPtr(new StringElement("radius", ctx.loc2pos(@1))); }
|
|
|
;
|
|
|
|
|
|
user: USER {
|