[CentOS] command line programs for ldap

Sat Mar 28 16:02:24 UTC 2009
Norberto Bensa <nbensa at gmail.com>

On Sat, Mar 28, 2009 at 12:57 PM, Jerry Geis <geisj at pagestation.com> wrote:
> Hi all. I am looking for some command line programs (pre made)
> that will connect to an ldap server and list out the users in question
> provided by the search argument given.

What wrong with "getent passwd"?

ldapsearch uid=*whatever* ?