MiguelVis

Results 33 comments of MiguelVis

@peratik I think you must do the following steps, in order to be able to use attributes and / or vendors not previously registered in daloRADIUS: 1. Insert the attribute...

Hi @doisanity IIRC only a group will be applied to a user in the end. See the group priority? Check if "1 device per user" is applied as expected.

You need a RADIUS server (ie FreeRADIUS) and a management tool like daloRADIUS.

Hi @bobby-81 I suspect you have an older version of daloRADIUS, because newer versions come with `mysqli `as the default database engine in configuration. The last version of daloRADIUS is...

Please @CpServiceSpb check if commit bd898971e9e072462ce4bd1f46ed343d3808984b solves this issue.

Hi @nandish486 . First of all you must create / edit the plan and assign it a time **in seconds**: ![image](https://user-images.githubusercontent.com/4165032/184023539-5ba44150-e898-41ac-b03f-850f6e2d8261.png) Then you can create / edit the user and...

Hi @PlanetDigitalBS. Can you run the following SQL query? ``` ALTER TABLE `userbillinfo` CHANGE COLUMN `lastbill` `lastbill` DATE NULL DEFAULT NULL AFTER `billstatus`, CHANGE COLUMN `nextbill` `nextbill` DATE NULL DEFAULT...