the term "host" is an abbreviation of "hostname", so no NO URL scheme-prefix, port, path etc. From your last postings, my guess is that the following should fit your installation.

  ns_param host "ldap.litli.net <http://litli.net/>"

You could specify the port via

   ns_param port 389

but this is apparently the default. the ldap module - as it stands - does not use SSL/TLS.
-gn

On 17.05.18 04:54, Iuri Sampaio wrote:
Yeah, that’s what I thought so. However, when I switched the host within config.tcl (i) to the host that literally appears in the processe's display (ii),  I got (iii).

i. #config.tcl
ns_section ns/ldap/pool/ldap
ns_param user "cn=admin,dc=ldap,dc=litli,dc=net"
ns_param password “*****"
        ns_param host "ldap:///:389";
        ns_param connections 1
        ns_param verbose On

------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
naviserver-devel mailing list
naviserver-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/naviserver-devel

Reply via email to