[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
About TLS - ldaps search
- To: openldap-technical@openldap.org
- Subject: About TLS - ldaps search
- From: Bheeshma SM <bheeshma.manjunath@gmail.com>
- Date: Fri, 4 Jan 2013 16:09:45 -0800
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=+X/rprT7Cof2a2WbaUUBIir89t2PA+wuFPOe/21F0IM=; b=JvL55+D0vLJuoWpzmMm+QzJpDICCc4UAC9ufeoPwYPfwUbYj8wXlmzTv6wEu7joTee WFYcHn6jo+xWcVh/2sN1yNwryqlUPDN5lmfeLyMPkIwBWVmBrhPPhC9mQAhOZ2zZdqYJ WG2PWm14D2RKT4jLv7hLeDkRiqFMmlNzuCXv02r8gUg4puYAfFxvCRheXy0d3N1anXLK /08i9VbuwW5rpV2BYFc4JF/JD+X5AlUwvi+BR2nj0pthCD/NZK3Q9R94BqlROTK0jlRE tQBqbgTkpfjfgZgS2R/gM03N/oULfOhHMTk80eOxuKdGPQ8Dj9Ww+5s41U6Pn3o6dxIX uPsQ==
Hi guys.
I have a problem in Openldap 2.4.33 on RHEL 5.8
I am able to do a " ldapsearch -x -p 389 -h -D<> -w<> -b<> "
but i am not able to do
" ldapsearch -x -p 636 -h -D<> -w<> -b<>
I have done all the changes in ldap.conf and certificates are working fine.
The weird thing is
What i am trying to do is-- I want to disable the 389 port so that is no searches running in the non-secure port.
So can any1 tell me why the " ldapsearch -x -p 636 -h -D<> -w<> -b<>" [secure search is not working]
Please help me out in this.
Thanks in advance.
-bhee