You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@guacamole.apache.org by f fell <fo...@live.fr> on 2017/02/10 11:24:05 UTC

Insert user and connection_permission

Hi all,


I have guacamole 0.9.11 with ladap/mysql authentication and I want to add lot of users from file and  grant access for each user.



 i do that for one user

@salt,


INSERT INTO guacamole_user ( ....)


INSERT INTO guacamole_user_permission ( ....)


it's working for one user.


Can you tell me what langage  you recommand to do that ?



Thank you lot in advance.