Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

ldapsearch to query eDirectory...

Status
Not open for further replies.

Exie

Programmer
Sep 3, 2003
156
AU
Hi,

We have a Novell eDirectory which requires SSL to connect. I can connect fine using a Java LDAP browser/edditor, but I cant seem to connect using ldapsearch from unix. My command line looks like:

[blue]ldapsearch -L -h 172.20.4.70 -p 636 -D 'cn=myuser,ou=mygroup,o=myorg' -b o=myorg -s one 'ourgroup.APP GROUPS.ZEN.myorg' -P 3[/blue]

I just get:
[red]ldap_sasl_interactive_bind_s: Can't contact LDAP server[/red]

Yet I know the IP address and port are correct. Any ideas ?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top