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 903A8200C27 for ; Sun, 26 Feb 2017 15:48:21 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 8EC0E160B6E; Sun, 26 Feb 2017 14:48:21 +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 D9030160B59 for ; Sun, 26 Feb 2017 15:48:20 +0100 (CET) Received: (qmail 89357 invoked by uid 500); 26 Feb 2017 14:48:20 -0000 Mailing-List: contact user-help@guacamole.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@guacamole.incubator.apache.org Delivered-To: mailing list user@guacamole.incubator.apache.org Received: (qmail 89347 invoked by uid 99); 26 Feb 2017 14:48:20 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd1-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 26 Feb 2017 14:48:20 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd1-us-west.apache.org (ASF Mail Server at spamd1-us-west.apache.org) with ESMTP id 7A0F1C10E4 for ; Sun, 26 Feb 2017 14:48:19 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd1-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 1.311 X-Spam-Level: * X-Spam-Status: No, score=1.311 tagged_above=-999 required=6.31 tests=[RCVD_IN_DNSWL_NONE=-0.0001, RP_MATCHES_RCVD=-0.001, SPF_PASS=-0.001, URI_HEX=1.313] autolearn=disabled Received: from mx1-lw-us.apache.org ([10.40.0.8]) by localhost (spamd1-us-west.apache.org [10.40.0.7]) (amavisd-new, port 10024) with ESMTP id fV26CwT0oaGu for ; Sun, 26 Feb 2017 14:48:16 +0000 (UTC) Received: from sphutm01.or.lan (mail1.ospedaliriuniti.marche.it [93.63.200.78]) by mx1-lw-us.apache.org (ASF Mail Server at mx1-lw-us.apache.org) with ESMTPS id 205FF5FE16 for ; Sun, 26 Feb 2017 14:48:16 +0000 (UTC) Received: from srv-exc2.or.lan ([10.6.129.102]:51866) by sphutm01.or.lan with esmtps (TLSv1.2:AES256-SHA256:256) (Exim 4.82_1-5b7a7c0-XX) (envelope-from ) id 1ci05o-0001zD-1f for user@guacamole.incubator.apache.org; Sun, 26 Feb 2017 15:46:32 +0100 Received: from SRV-EXC1.or.lan (10.6.129.101) by SRV-EXC2.or.lan (10.6.129.102) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA384_P384) id 15.1.544.27; Sun, 26 Feb 2017 15:47:58 +0100 Received: from SRV-EXC1.or.lan ([192.168.70.243]) by SRV-EXC1.or.lan ([192.168.70.243]) with mapi id 15.01.0544.027; Sun, 26 Feb 2017 15:47:58 +0100 X-CTCH-RefID: str=0001.0A0C0208.58B2EA9E.0032,ss=1,re=0.000,recu=0.000,reip=0.000,cl=1,cld=1,fgs=0 From: Marco Casavecchia Morganti To: "user@guacamole.incubator.apache.org" Subject: Re: ldap-max-search-results Thread-Topic: ldap-max-search-results Thread-Index: AQHSkD3v4gTkXIOHo0q/FuhE4FUAJ6F7XifN Date: Sun, 26 Feb 2017 14:47:57 +0000 Message-ID: References: <1488119560785-479.post@n4.nabble.com> In-Reply-To: <1488119560785-479.post@n4.nabble.com> Accept-Language: en-US, it-IT Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 archived-at: Sun, 26 Feb 2017 14:48:21 -0000 The 1000 records is a server side limit in Active Directory. Changing it client side won't make any difference. Anyway, as far as I know, guacamole supports paging results now, so you can= leave it at 1000. > On 26 Feb 2017, at 15:38, rhawkins wr= ote: >=20 > I can't seem to get this to work.. >=20 > here is my guac properties.. >=20 > # Hostname and port of guacamole proxy > guacd-hostname: localhost > guacd-port: 4822 >=20 > ldap-hostname: dc01.lvchospital.org > ldap-port: 3268 > ldap-max-search-results: 10000 > ldap-user-base-dn: DC=3Dlvchospital, DC=3Dorg > ldap-search-bind-dn: CN=3Dxxxxxx, CN=3DUsers, DC=3Dlvchospital, DC=3Dorg > ldap-search-bind-password: xxxxxxxxxx > ldap-username-attribute: sAMAccountName >=20 > mysql-hostname: localhost > mysql-port: 3306 > mysql-database: guacamole_db > mysql-username: guacamole_user > mysql-password: xxxxxxx >=20 >=20 > in catalina log.. I still get this error.. > 22:32:32.844 [http-nio-8080-exec-5] WARN o.a.g.auth.ldap.user.UserServic= e - > Could not query list of all users for attribute "sAMAccountName": Error > while querying users. >=20 > Am I missing something..=20 >=20 > I am using ver 9.11 on ubuntu 16 server >=20 > Thanks >=20 >=20 >=20 >=20 >=20 > -- > View this message in context: http://apache-guacamole-incubating-users.23= 63388.n4.nabble.com/ldap-max-search-results-tp479.html > Sent from the Apache Guacamole (incubating) - Users mailing list archive = at Nabble.com. >=20 > --=20 > This email was Malware checked by UTM 9. http://www.sophos.com --=20 This email was Malware checked by UTM 9. http://www.sophos.com