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/mutt/ I actually use a *very* simple shell script, myself #!/bin/sh ldapsearch "cn=$*" mail uid | sed s/uid=// -- (T.) Michael Sanders internet: [EMAIL PROTECTED] Physics Department URL: http://www-personal.umich.edu/~sanders University of Michigan phone: 734/936-0799 Ann Arbor, MI 48109-1120 FAX: 734/764-6843