DeviceLimit and LDAP

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

Anton Tananaev8 years ago

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_151
Thanks

Anton Tananaev8 years ago

Probably User.java, if you want to change default value.

Thanks, I'll try it out