We have audit requirements where we have to review user accounts in our Laserfiche system. One of the ways we are asked to look at the accounts is based on last login. We have some users that are still using the Laserfiche Windows Client and others using the Laserfiche Web Client. The Web Client is using LFDS authentication, so we are able to run a SQL query against the LFDS database to pull the last login values for each account.
Users that are using the Windows Client however don't have their last login value updated in LFDS when they log in using Windows Authentication or the username and password option.
To simplify pulling this report from a single location we would like to force those users that are using the Windows Client to use LFDS authentication, so their last login value is updated. Is there a way to do this?