[ 
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_r65219418
  
    --- 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
    +specified via environment variables. These variables collectively describe 
how Guacamole
    +will connect to LDAP:
    +
    +1. `LDAP_HOSTNAME` - The base of the DN for all Guacamole users.
    --- End diff --
    
    Yeah, lemme fix that.
)

> 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)

Reply via email to