From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Thomas Fitzsimmons Newsgroups: gmane.emacs.devel Subject: Re: [PATCH] Adjust EUDC to use BBDB 3.x Date: Mon, 26 Jan 2015 12:18:42 -0500 Message-ID: References: <87h9vml5l5.fsf@sergiodj.net> <87wq4bg2z4.fsf@sergiodj.net> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1422292747 12225 80.91.229.3 (26 Jan 2015 17:19:07 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 26 Jan 2015 17:19:07 +0000 (UTC) Cc: Sergio Durigan Junior , emacs-devel@gnu.org To: raman Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Jan 26 18:19:06 2015 Return-path: Envelope-to: ged-emacs-devel@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 1YFnJa-0002jl-Aj for ged-emacs-devel@m.gmane.org; Mon, 26 Jan 2015 18:19:06 +0100 Original-Received: from localhost ([::1]:43154 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YFnJZ-0008PF-PK for ged-emacs-devel@m.gmane.org; Mon, 26 Jan 2015 12:19:05 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:48200) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YFnJK-0008Oa-4D for emacs-devel@gnu.org; Mon, 26 Jan 2015 12:18:51 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YFnJF-0003ov-21 for emacs-devel@gnu.org; Mon, 26 Jan 2015 12:18:50 -0500 Original-Received: from mail-ie0-f169.google.com ([209.85.223.169]:51736) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YFnJE-0003og-Tx for emacs-devel@gnu.org; Mon, 26 Jan 2015 12:18:44 -0500 Original-Received: by mail-ie0-f169.google.com with SMTP id rl12so10007593iec.0 for ; Mon, 26 Jan 2015 09:18:44 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:references:date:in-reply-to :message-id:user-agent:mime-version:content-type; bh=oLF65DpNI/VEQPZKb70CLKyPnS/k5GKcFPrOUoI+KQA=; b=WwA+vawd/0nty0nwxDrYkKcUKslIRNnYhbZOoCXOxWuJPkRgYaMYoaHRGjVbHVZHd5 rVrOSQSmRlQErogppYrScpLXjnEgOdP86xWpXC3FwyFYycCsOndw6DM1n6BXAF/jPQFO xV+kCr+6kZJBRuI/t7oDVYOPwKvOctEUWEpdclb46dN4+abJsHRZELBZAp+CSdf61CqN 9naAff76pyvO7oWnmKlOLfLoTiyLUWiazjO4E7xWrv3mn+SNcsyRQmZNHpprw31oQ7cO KNQaMaVdgyoYkJ1VtLLN+kK93o9rmsprS3nyWn7ncJpzjZ0Qe5w2QDLKGI8B8kPbDLS6 ln5A== X-Gm-Message-State: ALoCoQmmdS23/nS+eKRHzW3XcFq+c+kj9XxMiVKroC2kzC7QEks9EhIZ5CNqE9o8uy58fzH5PSfU X-Received: by 10.50.49.43 with SMTP id r11mr17741736ign.18.1422292724393; Mon, 26 Jan 2015 09:18:44 -0800 (PST) Original-Received: from hp-dv5t (69-165-165-189.dsl.teksavvy.com. [69.165.165.189]) by mx.google.com with ESMTPSA id jd2sm6104670igb.0.2015.01.26.09.18.43 (version=TLSv1.2 cipher=RC4-SHA bits=128/128); Mon, 26 Jan 2015 09:18:43 -0800 (PST) In-Reply-To: (raman@google.com's message of "Mon, 26 Jan 2015 09:11:29 -0800") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.0.50 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] X-Received-From: 209.85.223.169 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:181794 Archived-At: raman writes: > Also eudc has been long broken with respect to use with ldap -- is there > a bug filed for that? Yes, bug#16322. The patch set to improve LDAP support went into master on Friday. Can you try EUDC LDAP again and report any issues? You may want to re-read the EUDC Info manual, in particular the new LDAP Configuration node, which has examples of minimal configurations. Thomas