You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@guacamole.apache.org by "Wuhrlin, Alain" <Al...@mulhouse-alsace.fr> on 2017/01/26 09:01:18 UTC

LDAP result size limit (1000)

Hi all,

I see that the issue is resolved : https://issues.apache.org/jira/browse/GUACAMOLE-79

Affects version 0.9.9
Fix version : 0.9.11-incubating

I test with docker images :
From : mjumper/guacamole , mjumper/guacd
From guacamole/guacamole:lastest, guacamole/guacd:lastest
From guacamole/guacamole: :0.9.11-incubating-RC1, guacamole/guacd:0.9.11-incubating-RC1

I use the parameter : LDAP_MAX_SEARCH_RESULTS=3000  and have only 1000 users :(

docker run --restart=always --name guacamole911 --link guacd911:guacd \
    --link mysql911:mysql       \
    -e LDAP_HOSTNAME=vm-cd3.domain.fr                   \
    -e LDAP_PORT=389                   \
    -e LDAP_GROUP_BASE_DN=OU=Guacamole,OU=Groupes\ domain,DC=domain,DC=fr                   \
    -e LDAP_USER_BASE_DN=ou=utilisateurs,dc=domain,dc=fr        \
    -e LDAP_SEARCH_BIND_DN=CN=User-LDAP,OU=LDAP,OU=Administration\ DSI,OU=xxxx,DC=domain,DC=fr \
    -e LDAP_SEARCH_BIND_PASSWORD=XXXXXX        \
    -e LDAP_USERNAME_ATTRIBUTE=sAMAccountName        \
    -e LDAP_MAX_SEARCH_RESULTS=3000        \
    -e MYSQL_HOSTNAME=localhost   \
    -e MYSQL_PORT=3911   \
    -e MYSQL_DATABASE=guacamole_db  \
    -e MYSQL_USER=guacamole_user    \
    -e MYSQL_PASSWORD=xxxxx \
    -d -p 8911:8080 guacamole/guacamole:0.9.11-incubating-RC1


It's OK for me in guacamole 0.9.9 with the patch from hervé.



Re: LDAP result size limit (1000)

Posted by rhawkins <ri...@medctrbarbour.org>.
I have upgraded to 9.11 and I am still seeing this..



I just wish it wouldn't query groups and computers and all..  

In the future maybe a security group option will be available!  I have
mentioned this to Dev.  





--
View this message in context: http://apache-guacamole-incubating-users.2363388.n4.nabble.com/LDAP-result-size-limit-1000-tp322p338.html
Sent from the Apache Guacamole (incubating) - Users mailing list archive at Nabble.com.