Announcements and discussions for Gnus, the GNU Emacs Usenet newsreader
 help / color / mirror / Atom feed
* Re: connect to MS Exchange ldap
       [not found] <873c4jio1o.fsf@isolkhowik.isd.dp.ua>
@ 2004-06-26 21:02 ` Kai Grossjohann
       [not found]   ` <87zn6niiof.fsf@amalthea.paradoxical.net>
  0 siblings, 1 reply; 2+ messages in thread
From: Kai Grossjohann @ 2004-06-26 21:02 UTC (permalink / raw)


Serge Olkhowik <solo@isd.dp.ua> writes:

> Could someone help me - is it possible to tune Gnus for getting
> addresses both from BBDB and LDAP server (which is an MS Exchange
> living at 3268 port)?

Emacs (and XEmacs) comes with EUDC, the Emacs Unified Directory
Client.  You can tell it to query both LDAP and BBDB.  (Alas, I
haven't been able to figure out, how.  Must be me not being able to
grok the docs.)  It has a command eudc-expand-inline which fills the
role of bbdb-complete-name.

Kai


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: connect to MS Exchange ldap
       [not found]     ` <871xjxgvpx.fsf@isolkhowik.isd.dp.ua>
@ 2004-06-30 18:46       ` Josh Huber
  0 siblings, 0 replies; 2+ messages in thread
From: Josh Huber @ 2004-06-30 18:46 UTC (permalink / raw)


Serge Olkhowik <solo@isd.dp.ua> writes:

> * when query form is used I have to fill any search field exactly, i.e. not
>   "solo" for e-mail, but "solo@isd.dp.ua"
>
>   is it possible to exec partial match query?

I wonder if the LDAP schema is different for your exchange setup?

I can show my entry in our ldap directory with something like this:

ldapsearch -x -D "jhuber@company.com" -b "dc=company,dc=com" -W \
  -h dc1.company.com "cn=Josh Huber"

I have this in my custom configuration:

'(eudc-inline-query-format (quote ((sn) (givenName) (givenName
  sn) (mailNickname) (sAMAccountName))))

Each is a symbol in the schema which eudc will try to match on
with whatever text is before the point (when you issue an
eudc-expand-inline).

Here are a few:

givenName: Josh
sn: Huber
mailNickname: jhuber
sAMAccountName: jhuber

> * eudc-expand-inline doesn't work properly, for example I'm typing "solo"
>   and then "M-x eudc-expand-inline" - it removes my text (i.e. "solo") and
>   opens another buffer like this:
>
> ,----
> | Click <mouse-2> on a completion to select it.
> | In this buffer, type RET to select the completion near point.
> | 
> | Possible completions are:
> |  <>				    <>
> |  <>				    <>
> `----

Are the "possible completions" really empty?  I wonder if this
has something to do with the query format as well...

What is the value of eudc-inline-query-format, and do the
symbols match the schema of your ldap directory entries?

-- 
Josh Huber


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2004-06-30 18:46 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <873c4jio1o.fsf@isolkhowik.isd.dp.ua>
2004-06-26 21:02 ` connect to MS Exchange ldap Kai Grossjohann
     [not found]   ` <87zn6niiof.fsf@amalthea.paradoxical.net>
     [not found]     ` <871xjxgvpx.fsf@isolkhowik.isd.dp.ua>
2004-06-30 18:46       ` Josh Huber

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).