Gnus development mailing list
 help / color / mirror / Atom feed
From: "Bjørn Mork" <bmork@dod.no>
Subject: Re: Why I've stopped using ecomplete
Date: Wed, 03 May 2006 10:06:51 +0200	[thread overview]
Message-ID: <871wvbpm5g.fsf@obelix.mork.no> (raw)
In-Reply-To: <x7ironevao.fsf@davestoy.homelinux.org>

Dave Goldberg <david.goldberg6@verizon.net> writes:

> I use eudc to access my company's LDAP at work and bbdb for my local
> address book (sync'd between work and home - ediff is a wonderful
> thing).  EUDC is nice because I can tab complete against both
> directories without having to resort to different key combos.  It can
> be a bit tricky to set up.  I had to consult with our LDAP admin to
> get the right search terms for example.  

Any hints?  I have no problems getting ldapsearch to work:

bjorn@obelix:~$ ldapsearch -x mail=bjorn.mork\* givenName sn mail
# extended LDIF
#
# LDAPv3
# base <> with scope sub
# filter: mail=bjorn.mork*
# requesting: givenName sn mail 
#

# 777777, example
dn: employeeNumber=777777,o=example
sn: Mork
givenName:: QmrDuHJu
mail: Bjorn.Mork@example.com

# search result
search: 2
result: 0 Success

# numResponses: 2
# numEntries: 1
bjorn@obelix:~$ ldapsearch -x '(&(givenName=bjørn)(sn=mork))' givenName sn mail
# extended LDIF
#
# LDAPv3
# base <> with scope sub
# filter: (&(givenName=bjørn)(sn=mork))
# requesting: givenName sn mail 
#

# 777777, example
dn: employeeNumber=777777,o=example
sn: Mork
givenName:: QmrDuHJu
mail: Bjorn.Mork@example.com

# search result
search: 2
result: 0 Success

# numResponses: 2
# numEntries: 1



But I'm lost when it comes to converting this into eudc tab-expansion.


Bjørn
-- 
I'll bet you think that MP3s are boring.




  reply	other threads:[~2006-05-03  8:06 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-04-27 14:52 Steve Youngs
2006-04-28 19:16 ` Wes Hardaker
2006-04-30 10:33   ` Lars Magne Ingebrigtsen
     [not found]     ` <m3fyjv2vzv.fsf-qBEgNjfYAPolG3ThADb//ti2O/JbrIOy@public.gmane.org>
2006-04-30 11:18       ` Jochen Küpper
2006-04-30 11:34         ` Lars Magne Ingebrigtsen
2006-04-30 19:45         ` Ronan Waide
2006-04-30 20:16           ` Lars Magne Ingebrigtsen
2006-05-01  0:26             ` Dave Goldberg
2006-05-01  8:56               ` Reiner Steib
2006-05-01 11:47                 ` Lars Magne Ingebrigtsen
2006-05-01 16:34                   ` Jesper Harder
2006-05-02  6:59                   ` Bjørn Mork
2006-05-03  1:44                     ` Dave Goldberg
2006-05-03  8:06                       ` Bjørn Mork [this message]
2006-05-03 14:36             ` Mark Plaksin
2006-05-03 16:24               ` Lars Magne Ingebrigtsen
2006-05-03 17:04                 ` Mark Plaksin
2006-04-30 10:31 ` Lars Magne Ingebrigtsen

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=871wvbpm5g.fsf@obelix.mork.no \
    --to=bmork@dod.no \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).