From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Jorge Newsgroups: gmane.emacs.help Subject: I need help to convert Thunderbird LDAP configuration into Emacs Date: Mon, 27 Apr 2015 14:46:02 -0300 Message-ID: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-Trace: ger.gmane.org 1430156778 17959 80.91.229.3 (27 Apr 2015 17:46:18 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 27 Apr 2015 17:46:18 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Mon Apr 27 19:46:18 2015 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1Ymn6l-0003Qu-Ez for geh-help-gnu-emacs@m.gmane.org; Mon, 27 Apr 2015 19:46:15 +0200 Original-Received: from localhost ([::1]:56884 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ymn6k-0006Hw-Qt for geh-help-gnu-emacs@m.gmane.org; Mon, 27 Apr 2015 13:46:14 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:58205) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ymn6b-0006Hq-9f for help-gnu-emacs@gnu.org; Mon, 27 Apr 2015 13:46:05 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Ymn6a-0001Ys-K1 for help-gnu-emacs@gnu.org; Mon, 27 Apr 2015 13:46:05 -0400 Original-Received: from mail-la0-x231.google.com ([2a00:1450:4010:c03::231]:33573) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ymn6a-0001YS-CL for help-gnu-emacs@gnu.org; Mon, 27 Apr 2015 13:46:04 -0400 Original-Received: by layy10 with SMTP id y10so85829721lay.0 for ; Mon, 27 Apr 2015 10:46:02 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:date:message-id:subject:from:to:content-type; bh=K0z99ZDttsJXtuIFwb4odh91ht4432UL8r8WvqPyNpE=; b=Z+5NtCSZLJShZ9AIzSF6GMSocMq+daqi4WiAnmphWCyf/AqdjSm1pfHG2zLv/kOaoB GL9IpNCVdgF6Ziudd3SIuPjGyNrmUyDUyJV9hPffKEqhlbdgzd3uoW2scDzFgjAuNdOL zWi/V41D6YgomPqaw9cObkHy2ZS1TgaWnvJcvgWv48IWcer8jYtbx0QiFnzhATB/KrX0 YMaC6e7N8YcdjE+g4FLwchlideL2CNsQc1+U/mrWNC8o3PPQWvf7Rz6s2IjHyZvdQ5BY 6+oC0oiVRroc8EtwwCxWaO57eBuwFJVO4adQb/WinghlhDc0EMPcjInpgFSo9ODpYddV 8u0A== X-Received: by 10.152.234.42 with SMTP id ub10mr10986734lac.60.1430156762813; Mon, 27 Apr 2015 10:46:02 -0700 (PDT) Original-Received: by 10.152.114.202 with HTTP; Mon, 27 Apr 2015 10:46:02 -0700 (PDT) X-Google-Sender-Auth: njTEp6BiaJeVSKUD7ycE9Nho6Js X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2a00:1450:4010:c03::231 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:104020 Archived-At: Hi. My copy of Mozilla Thunderbird correctly accesses LDAP. It is configured as such: Name: IBAMA Hostname: 10.1.25.17 Base DN: ou=Users,ou=ibama,o=redegoverno,c=br Port number: 389 Bind DN: Use secure connection (SSL): In the "Advanced" tab: Login method: Simple I tried to configure it into Emacs as such: Ldap Host Parameters Alist: Host parameters: Host name: 10.1.25.17:389 Search Base: String: ou=Users,ou=ibama,o=redegoverno,c=br Authentication Method: Choice: Simple All other parameters unselected However, every time I query some user the result is "No match found". Regards