Is it possible to view active connections while using user-mapping.xml? I have our internal database with ~200 users and their computers. It's trivial to export them as user-mapping.xml (and re-export as needed, because that database is fluid with all hires/leaves), but with user-mapping.xml I can't login as guacadmin and check who's online and can't use rest api to fetch active connections information too.
I tried to run both user-mapping and sql authorizations at once. They co-exist, but sql backend can't see user-mapping's connections.. I tried rest api, but it seems to be broken, or at least guacapy library seems to be broken. It can fetch data, but it does not add anything, here is an issue: https://github.com/pschmitt/guacapy/issues/31 I don't like the idea of messing with sql tables directly, too. This leaves the only option user-mapping.xml, but again, how to fetch active connections? -- Roman V. Isaev http://www.isaev.ru Moscow, Russia --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
