hi
I tried
./slapd -h ldap:/// ./slapd -h ldaps:///
Slapd status says its listening to both the ports
But when i try
ldapsearch -p 389 -h <hostname> it works
but with -p 636 its doesnot work.
and -H ldap:// works
and -H ldaps:// works
can you help me out with this.
What i want is ldapsearch must not be successful with ldap:// and -p 389 but it must be successfull in ldaps:// and -p 636
Thanks Bhee
On Thu, Dec 20, 2012 at 12:49 PM, Allan E. Johannesen aej@wpi.edu wrote:
See "-h" in slapd to specify the ports on which it will listen, if that's what you want to do.