Hi Wallingham,
unfortunately there is no option to login to multiple DAV servers, but there is a
workaround:
// c.) globalNetworkAccountSettings => advanced setup with login screen
// - advantages: no authentication popup if you enter wrong username/
// password, dynamic XML configuration generator (you can generate
// different configurations for your users /by modifying the "auth"
// module configuration or the PHP code itself/)
// - disadvantages: requires PHP >= 5.3 and additional configuration,
// only basic http authentication is supported => always use https!
//
You can use the globalNetworkAccountSettings option, and generate a custom XML after the
client sends your username+password to the server. See the "auth/config.inc" and
the "// additional accounts" section ...
JM
On 15. 9. 2023, at 21:42, wallingham--- via Inf-IT DAV
Clients <davclients(a)lists.inf-it.com> wrote:
Hi,
I just setup infcloud and I was wondering if there was a way to set it up so that
multiple accounts are logged in at the same time.
Thanks!