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* ?