Re: mutt-addressbook: A LDAP query tool

2017-02-18 Thread Thomas Schneider
Hi, On Sat, Feb 18, 2017 at 11:28:35PM +0200, Alexander Gattin wrote: > did you try lbdbq? > (lbdb - Little Brother's DataBase for the mutt mail reader) I stumbled upon its LDAP backend, and, well: > > because I didn’t really like any of the available LDAP query > > tools

Re: mutt-addressbook: A LDAP query tool

2017-02-18 Thread Alexander Gattin
Hello, On Sat, Feb 18, 2017 at 08:52:42PM +0100, Thomas Schneider wrote: > because I didn’t really like any of the > available LDAP query tools, I wrote my own: > mutt-addressbook.py: did you try lbdbq? (lbdb - Little Brother's DataBase for the mutt mail reader) -- With best rega

mutt-addressbook: A LDAP query tool

2017-02-18 Thread Thomas Schneider
Dear fellow (Neo)Mutt users, because I didn’t really like any of the available LDAP query tools, I wrote my own: mutt-addressbook.py: https://pypi.python.org/pypi/mutt-addressbook https://github.com/qsuscs/mutt-addressbook You may notice the generic name, indeed I plan to implement other

Re: [semi OT] - Setup for LDAP access to fastmail.fm

2008-12-05 Thread John J. Foster
On Fri, Dec 05, 2008 at 07:13:43PM -0700, John J. Foster wrote: > On Sat, Dec 06, 2008 at 01:58:13AM +1300, Chris Bannister wrote: > > On Fri, Nov 28, 2008 at 07:48:20AM -0700, John J. Foster wrote: > > > authentication required at /home/festus/mutt-ldap.pl line 46, > > > line 466. > > > > Ok, wh

Re: [semi OT] - Setup for LDAP access to fastmail.fm

2008-12-05 Thread John J. Foster
no idea about that error message! It's just what came up. My firewall had the following ldap ports blocked. ldap389/udp ldaps 636/udp festus -- I just want to break even. pgpu8qWeT4dIL.pgp Description: PGP signature

Re: [semi OT] - Setup for LDAP access to fastmail.fm

2008-12-05 Thread Chris Bannister
On Fri, Nov 28, 2008 at 07:48:20AM -0700, John J. Foster wrote: > Also in muttrc set query_command = "/home/user/bin/mutt-ldap.pl '%s'" > > but consistently get the following error: > > authentication required at /home/festus/mutt-ldap.pl line 46, > line 466. Ok, what _is_ line 46? Hmm, and lin

Re: [semi OT] - Setup for LDAP access to fastmail.fm

2008-11-30 Thread John J. Foster
Sorry for the noise - it was a firewall issue. festus -- I just want to break even.

[semi OT] - Setup for LDAP access to fastmail.fm

2008-11-28 Thread John J. Foster
AIL PROTECTED],ou=Users'; $password = "my_password"; $basedn = "dc=AddressBook"; # --- end configuration --- and... $ldap->bind($username, password=>$password); per instructions at http://wiki.fastmail.fm/index.php?title=LDAP#Mutt Also in muttrc set query_comm

Re: Mutt + LDAP + multiple email addresses

2008-03-10 Thread Ross Vandegrift
On Sat, Mar 08, 2008 at 11:14:41PM -0500, Roland Hill wrote: > Hi List, > > I am using mutt to query my LDAP server using the mutt_ldap_query.pl > program. > > As is it works fine, except, as designed, it will only retrieve the first > email address. > > Has anyone m

Re: Mutt + LDAP + multiple email addresses

2008-03-10 Thread Roland Hill
On Sun, 09 Mar 2008 or thereabouts, Rado S came forth with: > > I am using mutt to query my LDAP server using the > > mutt_ldap_query.pl program. > > As is it works fine, except, as designed, it will only retrieve > > the first email address. > > Has anyone modifie

Re: Mutt + LDAP + multiple email addresses

2008-03-09 Thread Rado S
=- Roland Hill wrote on Sun 9.Mar'08 at 17:14:41 +1300 -= > I am using mutt to query my LDAP server using the > mutt_ldap_query.pl program. > As is it works fine, except, as designed, it will only retrieve > the first email address. > Has anyone modified it to retrieve

Mutt + LDAP + multiple email addresses

2008-03-08 Thread Roland Hill
Hi List, I am using mutt to query my LDAP server using the mutt_ldap_query.pl program. As is it works fine, except, as designed, it will only retrieve the first email address. Has anyone modified it to retrieve more than one email address for an entry? I'm no programmer so I don't r

Re: Adding entries to ldap addressbook

2008-02-28 Thread Kyle Wheeler
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Friday, February 29 at 12:46 AM, quoth Nathan Huesken: > So the script needs to get the eMail from stdin, but also be > intaractive with the user (utilizing the read command). > > If I do: > script The reason the read command exits is that, by def

Re: Adding entries to ldap addressbook

2008-02-28 Thread Gary Johnson
On 2008-02-29, Nathan Huesken <[EMAIL PROTECTED]> wrote: > On Wed, Feb 27, 2008 at 03:03:14PM -0600, Kyle Wheeler wrote: > > On Wednesday, February 27 at 06:40 PM, quoth Nathan Huesken: > > >I invoke the script this way: > > >macro index,pager a '~/add2ldap' > > > > > >It then asks me for the nam

Re: Adding entries to ldap addressbook

2008-02-28 Thread Nathan Huesken
Hi, Thansk, that makes a lot of sense. Unfortantly, it does not yet work completly. I want the script to scan the eMail for default values, but afterwards ask the user to confirm or correct these default values. So the script needs to get the eMail from stdin, but also be intaractive with the

Re: Adding entries to ldap addressbook

2008-02-27 Thread Kyle Wheeler
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Wednesday, February 27 at 06:40 PM, quoth Nathan Huesken: >I invoke the script this way: >macro index,pager a '~/add2ldap' > >It then asks me for the name and eMail (because they are not given as >paramters). >So far so good, but I wonder if it is

Adding entries to ldap addressbook

2008-02-27 Thread Nathan Huesken
Hi, I am using ldap for addressbook, quering it with lbdb. For adding new entries, Matt Richards send me a nice scrip (add2ldap), which takes the name and eMail as paramters, or ask for them on the command line. I invoke the script this way: macro index,pager a '~/add2ldap' It th

Re: lbdb, ldap and SASL

2008-02-20 Thread Nathan Huesken
Hi, I set up my ldap server to support TLS (and set the ssf so high, that it requires TLS). Searching with ldapsearch -ZZ ... works! lbdbq returns Search failed. LDAP server returned an error : 13, description: confidentiality required at /usr/lib64/lbdb/mutt_ldap_query line 199, line 228

Re: lbdb, ldap and SASL

2008-02-18 Thread Nathan Huesken
ave succesfully setup ldap on my server with SASL (digest-md5). > > I have also succesfully setup lbdb on my computer to query the ldap server. > > > > Only problem: How can I make lbdb use digest-md5? I do not want to sent > > cleartext passwords over the internet. > Use

Re: lbdb, ldap and SASL

2008-02-18 Thread Jussi Peltola
On Mon, Feb 18, 2008 at 01:58:51PM +0100, Nathan Huesken wrote: > Hello, > > I have succesfully setup ldap on my server with SASL (digest-md5). > I have also succesfully setup lbdb on my computer to query the ldap server. > > Only problem: How can I make lbdb use digest-md5

lbdb, ldap and SASL

2008-02-18 Thread Nathan Huesken
Hello, I have succesfully setup ldap on my server with SASL (digest-md5). I have also succesfully setup lbdb on my computer to query the ldap server. Only problem: How can I make lbdb use digest-md5? I do not want to sent cleartext passwords over the internet. Thanks for any help! nathan

Re: [OT] LDAP lookups (Was: Re: mutt and exchange)

2002-10-01 Thread Mike Leone
* Gerhard Häring ([EMAIL PROTECTED]) wrote this on 10 01, 02 at 21:32: > * Mike Leone <[EMAIL PROTECTED]> [2002-09-30 22:03 -0400]: > > Exchange, by default, makes it's Global Address Books available via LDAP, so > > anything that reads LDAP can read it off of Exc

Re: [OT] LDAP lookups (Was: Re: mutt and exchange)

2002-10-01 Thread Gerhard Häring
* Mike Leone <[EMAIL PROTECTED]> [2002-09-30 22:03 -0400]: > Exchange, by default, makes it's Global Address Books available via LDAP, so > anything that reads LDAP can read it off of Exchange that way. Not so for > personal address books. The Active Directory flavour

Re: [OT] LDAP lookups (Was: Re: mutt and exchange)

2002-10-01 Thread David Britton
On Mon, Sep 30, 2002 at 10:03:26PM -0400, Mike Leone wrote: > > Exchange, by default, makes it's Global Address Books available via > LDAP, so anything that reads LDAP can read it off of Exchange that > way. Not so for personal address books. Thanks for the tip... Good info. /db

Re: [OT] LDAP lookups (Was: Re: mutt and exchange)

2002-09-30 Thread Mike Leone
* David Britton ([EMAIL PROTECTED]) wrote this on 09 30, 02 at 19:46: > On Thu, Sep 26, 2002 at 08:29:52AM -0400, Gregory Seidman wrote: > > > > In particular, it is my understanding that there is some > > way to use the global (and personal?) address book(s) on the server

[OT] LDAP lookups (Was: Re: mutt and exchange)

2002-09-30 Thread David Britton
On Thu, Sep 26, 2002 at 08:29:52AM -0400, Gregory Seidman wrote: > > In particular, it is my understanding that there is some > way to use the global (and personal?) address book(s) on the server. Maybe > it's LDAP? If so than you may be in luck. > Perhaps it has something

Re: 1.0.7 ldap problems

2002-07-24 Thread Nico Schottelius
Kirill Miazine [Wed, Jul 24, 2002 at 02:16:11PM +0200]: > You sent this to the wrong list, no? 1.0.7 looks like a GnuPG version. sorry guys! I was so tired...Definitly choosed the wrong list! Still have a nice day! Nico -- Please send your messages pgp-signed and/or pgp-encrypted (don't encry

1.0.7 ldap problems

2002-07-24 Thread Nico Schottelius
Hello! Did not find any problem in the mailing list archive, so I am writing to you. Tried to compiled it, but got the attached ldap error. I had a look into ldap.h, which is correct. Can somebody point out where exactly the problem is why gnupg does not compile? I also attached ldap.h (just to

Re: [a]lias command -> abook bbdb lbdb ldap

2002-06-24 Thread Sven Guckes
t not showing up in other mutts. $ man addressbook $ man lbdb $ man bbdb > Furthermore, I run multiple copies of mutt in screen, > and if I add an alias in one mutt, it doesn't show up > in the other mutts unless I re-source .mail_aliases. $ man ldap $ man muttrc /query

Re: LDAP and mutt.

2002-01-16 Thread David Rock
On Wed, Jan 16, 2002 at 11:57:11AM +0100, Marco van Lienen wrote: > > When I run the ldap query perl script, I get: > > ldap_sasl_interactive_bind_s: No such attribute > ldapsearch failed: > Try invoking ldapsearch with a -x switch. This tells it to not try a

Re: LDAP and mutt.

2002-01-16 Thread Marco van Lienen
pts". I adapted one of them, > mutt_ldap_query2.pl, ("ldapsearch wrapper modified by Warren Jones") to > work with my company's LDAP server. For starters, I'm an ldap newbie, so be gentle with me ;) I've used this script successfully in the past but then I ran w

Re: LDAP and mutt.

2001-10-26 Thread David Rock
On Fri, Oct 26, 2001 at 04:36:44PM -0400, Peter L. Berghold wrote: > I checked the FAQ for this one and didn't find it... It probably > should be in the FAQ. > > Is there a way of connecting to an LDAP directory from Mutt? If not I > might want to teach this dog a new trick

Re: LDAP and mutt.

2001-10-26 Thread Gary Johnson
On Fri, Oct 26, 2001 at 04:36:44PM -0400, Peter L. Berghold wrote: > I checked the FAQ for this one and didn't find it... It probably > should be in the FAQ. > > Is there a way of connecting to an LDAP directory from Mutt? If not I > might want to teach this dog a new tric

LDAP and mutt.

2001-10-26 Thread Peter L. Berghold
msg.pgp

Re: lbdb with ldap query ?

2000-08-29 Thread Roland Rosenfeld
On Tue, 29 Aug 2000, Daniel Kollar wrote: > does a module ldap_query exists for the little brother database? Not yet. I thought about writing such a module, but the problem is, that the fields in ldap databases are sometimes quite different between different ldap databases. So it is

Re: lbdb with ldap query ?

2000-08-29 Thread David T-G
Daniel -- ...and then Daniel Kollar said... % Hi there, Hello! % % does a module ldap_query exists for the little brother database? Not yet. Go to it! :-) % % Regards, % Daniel. :-D -- David T-G * It's easier to fight for one's principles (play) [EMAIL PROTECTED]

lbdb with ldap query ?

2000-08-29 Thread Daniel Kollar
Hi there, does a module ldap_query exists for the little brother database? Regards, Daniel.

Re: LDAP Capability

1999-10-03 Thread Jeremy Blosser
W. Mark Hagler [[EMAIL PROTECTED]] wrote: > Is there any discussion or development to give mutt the ability to > search LDAP directories to find addresses? http://www.fiction.net/blong/programs/mutt/ -- Jeremy Blosser | [EMAIL PROTECTED] | http://jblosser.firi

Re: LDAP Capability

1999-10-03 Thread Gero Treuner
On Sun, Oct 03, 1999 at 03:52:43PM -0500, W. Mark Hagler wrote: > Is there any discussion or development to give mutt the ability to > search LDAP directories to find addresses? There is an interface for external address queries, a perl script to do LDAP is available. Follow the "Lin

LDAP Capability

1999-10-03 Thread W. Mark Hagler
Is there any discussion or development to give mutt the ability to search LDAP directories to find addresses? Pine has this feature, and it's nice to use but it seems to require going through layers of menus and weird keys, much like anything else in pine. -- "A little rudeness and

Re: ldap

1999-09-01 Thread Michael Sanders
On Wed, Sep 01, 1999 at 10:31:26AM -0600, [EMAIL PROTECTED] wrote: > I found a small section 4.5 of the manual.txt it mentions setting up a > wrapper script to querry a ldap server. Has anyone written a script > that I can use? Have you looked at http://www.fiction.net/blong/programs

ldap

1999-09-01 Thread jshipman
I found a small section 4.5 of the manual.txt it mentions setting up a wrapper script to querry a ldap server. Has anyone written a script that I can use?

Re: ldap

1999-08-22 Thread Michael P. Soulier
re of more recent mutt > versions. There is also a script to query LDAP servers in > ftp://ftp.guug.de/pub/mutt/contrib/. Cool. I'll take a look. Mike

Re: ldap

1999-08-22 Thread Thomas Roessler
't specify any mail folders. So you may wish to check whether netscape is using a mail folder format mutt understands. > 2. We have an LDAP server to access the corporate directory. How do I > configure mutt to do LDAP lookups? ie. hostname, search string... Have a look at the &q

Re: using LDAP

1999-08-20 Thread Dale Harris
On Fri, Aug 20, 1999 at 10:52:47PM -0700, Brandon Long elucidated: > If you look in the Functions section of the manual, under 'editor' > you see: > complete-query^T complete address with query > > That's control-T. > > Brandon cool, I figured there was a command. Yet another ca

Re: using LDAP

1999-08-20 Thread Brandon Long
On 08/20/99 Dale Harris uttered the following other thing: > I've got the LDAP stuff working, I believe. I'm able to use Q to query for > for e-mail addresses. That works great to just find someone and send them > a note. But something that would be nice (especially when

ldap

1999-08-20 Thread Michael P. Soulier
option to configure mutt to download my mail to say, $HOME/nsmail/Inbox? 2. We have an LDAP server to access the corporate directory. How do I configure mutt to do LDAP lookups? ie. hostname, search string... Thanks, Mike -- Michael P. Soulier <[EMAIL PROTECTED]>

Re: using LDAP

1999-08-20 Thread Dale Harris
On Fri, Aug 20, 1999 at 04:59:59PM -0400, Brendan Cully elucidated: > IMAP and POP don't have much in common beyond being related to mail and > networking. From Mutt's point of view, IMAP is a mailbox type. So 'G' > doesn't make any sense for IMAP. If you want mail fetched into your spool, > use P

Re: using LDAP

1999-08-20 Thread Holger Eitzenberger
On Fri, Aug 20, 1999 at 02:06:25PM -0600, Dale Harris wrote: > It would seem the decision on feature bloat was left a long, long time > ago. Colors for example, if that ain't feature bloat, then I don't what is. > So I don't see how more could hurt. Face it if you have two different > commands

Re: using LDAP

1999-08-20 Thread Brendan Cully
- Original Message - From: Dale Harris <[EMAIL PROTECTED]> To: Holger Eitzenberger <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Friday, August 20, 1999 4:06 PM Subject: Re: using LDAP > It would seem the decision on feature bloat was left a long, long ti

Re: using LDAP

1999-08-20 Thread Dale Harris
On Fri, Aug 20, 1999 at 09:48:18PM +0200, Holger Eitzenberger elucidated: > > In the long run mutt should get some LDAP support. I am doing some > LDAP right now (server stuff and some client programming {perl, c}) > and i like the generic interface to lots and lots of direct

Re: using LDAP

1999-08-20 Thread Holger Eitzenberger
On Fri, Aug 20, 1999 at 01:32:09PM -0600, Dale Harris wrote: > I've got the LDAP stuff working, I believe. I'm able to use Q to query for > for e-mail addresses. That works great to just find someone and send them > a note. But something that would be nice (especially when

using LDAP

1999-08-20 Thread Dale Harris
I've got the LDAP stuff working, I believe. I'm able to use Q to query for for e-mail addresses. That works great to just find someone and send them a note. But something that would be nice (especially when I'm feeling lazy and don't want to use X's string copying ca

Re: LDAP

1999-05-08 Thread Brandon Long
On 05/03/99 Andreas Siegert uttered the following other thing: > > Hi, > been offline for a while, so I don´t know if this is old, > Does mutt support LDAP Directories for Address books? At the top of the page at http://www.fiction.net/blong/programs/mutt/ there are a bunch of s

LDAP

1999-05-07 Thread Andreas Siegert
Hi, been offline for a while, so I don´t know if this is old, Does mutt support LDAP Directories for Address books? thx afx -- Hackito ergo sum!

Re: Mutt and LDAP/directory services?

1999-03-17 Thread Anonymous
On 03/17/99 Wim Peeters uttered the following other thing: > Hello mutt-users, > > Is there a possibility to use mutt together with an LDAP server? > So you can hookup in some global E-mail database? Mutt has a generic interface to hooking to external email databases, and there

Mutt and LDAP/directory services?

1999-03-17 Thread Anonymous
Hello mutt-users, Is there a possibility to use mutt together with an LDAP server? So you can hookup in some global E-mail database? Wim /* Why my question: I'm a long time elm user and consider to move to something else mutt is one of the possibilities, so we're looking at it *