I require LDAP with TLS support in OpenWrt linux. I have compiled openwrt with 
libopenldap and openldap-utils packages.

but when I type the command  "ldapsearch -x -Z", it always give me error that 
"ldapsearch: not compiled with TLS support".

Can someone suggest me that how can i enable TLS support on ldap packages?


The Makefile for openldap has --without-tls as one of the "CONFIGURE_ARGS"
https://dev.openwrt.org/browser/packages/libs/openldap/Makefile
Have you tried removing this line (98) before compiling openldap?

- Lars
_______________________________________________
openwrt-users mailing list
[email protected]
https://lists.openwrt.org/mailman/listinfo/openwrt-users

Reply via email to