Hi,
When a user is created in Traccar using LDAP, devicelimit is set to 0, even though the MySQL column default value is set to -1.How can I change the default device limit value inserted into MySQL?Thanks
You would need to modify Java source code.
You happen to know what file that need to be modified?Ubuntu 16.04 using openjdk version 1.8.0_151Thanks
Probably User.java, if you want to change default value.
User.java
Thanks, I'll try it out
Hi,
When a user is created in Traccar using LDAP, devicelimit is set to 0, even though the MySQL column default value is set to -1.
How can I change the default device limit value inserted into MySQL?
Thanks