On Tue, Feb 13, 2018 at 8:01 AM, thestraychow <oliver.whitting...@gmail.com> wrote:
> Hi guys, > > I'm looking at getting a list of servers into guacamole... I use LDAP for > auth. > > Is there an easy way to take the burdon out of making each one > individually! > > You can insert them into the database manually, as Fou suggests. This works, but there is some risk that you'll enter something incorrectly that won't be caught until you try to use it. The other option is to use the REST API to create the entries. You can review the documentation, or look at the Chrome Developer Console (or related development console in other browsers) and watch the REST calls made when the web application inserts the servers, and then copy that into a script. -Nick