Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id D93C4200B59 for ; Mon, 8 Aug 2016 22:35:27 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id D7FC3160A91; Mon, 8 Aug 2016 20:35:27 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 111CF160AB4 for ; Mon, 8 Aug 2016 22:35:26 +0200 (CEST) Received: (qmail 60159 invoked by uid 500); 8 Aug 2016 20:35:26 -0000 Mailing-List: contact commits-help@guacamole.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@guacamole.incubator.apache.org Delivered-To: mailing list commits@guacamole.incubator.apache.org Received: (qmail 60120 invoked by uid 99); 8 Aug 2016 20:35:26 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd2-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 08 Aug 2016 20:35:26 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd2-us-west.apache.org (ASF Mail Server at spamd2-us-west.apache.org) with ESMTP id C486E1A5CBD for ; Mon, 8 Aug 2016 20:35:25 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd2-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -4.646 X-Spam-Level: X-Spam-Status: No, score=-4.646 tagged_above=-999 required=6.31 tests=[KAM_ASCII_DIVIDERS=0.8, KAM_LAZY_DOMAIN_SECURITY=1, RCVD_IN_DNSWL_HI=-5, RCVD_IN_MSPIKE_H3=-0.01, RCVD_IN_MSPIKE_WL=-0.01, RP_MATCHES_RCVD=-1.426] autolearn=disabled Received: from mx2-lw-eu.apache.org ([10.40.0.8]) by localhost (spamd2-us-west.apache.org [10.40.0.9]) (amavisd-new, port 10024) with ESMTP id iNJdBhdO7Fm2 for ; Mon, 8 Aug 2016 20:35:25 +0000 (UTC) Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx2-lw-eu.apache.org (ASF Mail Server at mx2-lw-eu.apache.org) with SMTP id 08D7B60E4A for ; Mon, 8 Aug 2016 20:35:21 +0000 (UTC) Received: (qmail 59779 invoked by uid 99); 8 Aug 2016 20:35:21 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 08 Aug 2016 20:35:21 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id E75BC2C0E49 for ; Mon, 8 Aug 2016 20:35:20 +0000 (UTC) Date: Mon, 8 Aug 2016 20:35:20 +0000 (UTC) From: "Michael Jumper (JIRA)" To: commits@guacamole.incubator.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Issue Comment Deleted] (GUACAMOLE-41) Document how to use LDAP with Docker MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Mon, 08 Aug 2016 20:35:28 -0000 [ https://issues.apache.org/jira/browse/GUACAMOLE-41?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Jumper updated GUACAMOLE-41: ------------------------------------ Comment: was deleted (was: Github user jmuehlner commented on a diff in the pull request: https://github.com/apache/incubator-guacamole-client/pull/11#discussion_r65219507 --- Diff: guacamole-docker/README.md --- @@ -115,6 +119,35 @@ The process for doing this via the `mysql` utility included with MySQL is documented in [the Guacamole manual](http://guacamole.incubator.apache.org/doc/gug/jdbc-auth.html#jdbc-auth-mysql). + +Deploying Aoache Guacamole with LDAP authentication +-------------------------------------------------- + + docker run --name some-guacamole --link some-guacd:guacd \ + -e LDAP_HOSTNAME=172.17.42.1 \ + -e LDAP_USER_BASE_DN=ou=people,dc=example,dc=com \ + -e LDAP_CONFIG_BASE_DN=ou=connections,dc=example,dc=com \ + -d -p 8080:8080 glyptodon/guacamole + +Linking Guacamole to your LDAP directory will require additional configuration parameters --- End diff -- We should probably fix it in both places... "Using Guacamole with your LDAP directory"? ) > Document how to use LDAP with Docker > ------------------------------------ > > Key: GUACAMOLE-41 > URL: https://issues.apache.org/jira/browse/GUACAMOLE-41 > Project: Guacamole > Issue Type: Improvement > Components: guacamole-docker > Affects Versions: 0.9.9 > Reporter: James Johnston > > As part of GUAC-1467 on the Glyptodon JIRA, the Docker image for guacamole was improved to allow specification of LDAP authentication parameters. However, as an end-user, there is no way for me to even know this functionality is available because it is not documented at all. It appears to be undocumented. > I think the README.md at https://github.com/glyptodon/guacamole-docker/blob/master/README.md should be updated with information about how to use LDAP authentication, so that people can use this new feature. :) -- This message was sent by Atlassian JIRA (v6.3.4#6332)