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!
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@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!
Hey.
Im not sure what happened but I didnt get an email for your reply so I only saw this now. What you sent seems potentially promising so I'll take a look. I'm wondering if maybe I failed to convey the correct issue though. I have multiple users stored on the same baikal server. Is there a way (other than what you sent since I haven't looked into it yet) to log into multiple accounts in the same server in the same session?
Thank you for the reply, sorry for not responding sooner.
Hi,
sorry, there is NO direct support for mutiple logins in the client.
JM
On 4. 10. 2023, at 4:16, wallingham--- via Inf-IT DAV Clients davclients@lists.inf-it.com wrote:
Hey.
Im not sure what happened but I didnt get an email for your reply so I only saw this now. What you sent seems potentially promising so I'll take a look. I'm wondering if maybe I failed to convey the correct issue though. I have multiple users stored on the same baikal server. Is there a way (other than what you sent since I haven't looked into it yet) to log into multiple accounts in the same server in the same session?
Thank you for the reply, sorry for not responding sooner.
Hi,
Sorry for coming back again, but I just saw in the demo the exact functionality I'm looking for:
In this image there are different groups of calendars in the one instance. Do I have to do some custom work to make this happen?
Thank you again!
Hi,
check for the "delegation" functionality of your CalDAV/CardDAV server (and also check for the "delegation" keyword in the config.js).
JM
On 4. 10. 2023, at 20:49, Jacques Bosse via Inf-IT DAV Clients davclients@lists.inf-it.com wrote:
Hi,
Sorry for coming back again, but I just saw in the demo the exact functionality I'm looking for:
<SQ0SdSSPHWWqMf2r.png>
In this image there are different groups of calendars in the one instance. Do I have to do some custom work to make this happen?
Thank you again!
Hi! I seem to have gotten that to work (mostly), so thank you for pointing me in that direction. That said, I seem to have to login to account B before account A if I want to see account B data while logged into account A. And this applies to every time I reload the page. I'm not sure if this is a server issue or client issue. I'm not sure if you have any ideas?
Thank you!
That's not possible.
The delegation functionality is NOT related to any previous login into the client. Every time you login you must see the same thing (if no data is changed on the server)!
JM
On 4. 10. 2023, at 23:17, wallingham--- via Inf-IT DAV Clients davclients@lists.inf-it.com wrote:
Hi! I seem to have gotten that to work (mostly), so thank you for pointing me in that direction. That said, I seem to have to login to account B before account A if I want to see account B data while logged into account A. And this applies to every time I reload the page. I'm not sure if this is a server issue or client issue. I'm not sure if you have any ideas?
Thank you!
Interesting lol... Well I guess I have to try to figure out what I did to break this then. Thank you again for your time, I really appreciate it.
Cheers