On Thu, Jul 16, 2009 at 09:59:26AM -0500, [email protected] wrote: > Hello Debianistas! > > We're a bit new to the LDAP world and are having trouble configuring a > connection to the LDAP server. > > Using "ldapsearch" as a diagnostic tool, here's what we are getting: > > # ldapsearch -h 10.3.1.37
you haven't said what type of authentication you have setup or what
acl's you have on the tree
as somebody else pointed out try the -D the bind user options. I would
try
ldapsearch -x
this uses simple auth and binds as anonymous, you might need to supply
the base as well. then
ldapsearch -x -D "DN for bind user " -w -b"<base>"
and go from there
--
"I mean, if you've ever been a governor of a state, you understand the vast
potential of broadband technology, you understand how hard it is to make sure
that physics, for example, is taught in every classroom in the state. It's
difficult to do. It's, like, cost-prohibitive."
- George W. Bush
06/24/2004
Washington, DC
signature.asc
Description: Digital signature

