On Mon, 2012-09-10 at 12:06 -0400, sebastien.b...@adil71.org wrote:

> Hello,
> 
> I can not change the port openldap, do you know how to do this?
> 
> Kind regards

from `man slapd`

       -h URLlist
              slapd will by default serve ldap:/// (LDAP over TCP on all
interfaces on default LDAP port).  That is, it will bind using
INADDR_ANY and port 389.  The
              -h  option  may  be  used  to  specify  LDAP  (and  other
scheme)  URLs to serve.  For example, if slapd is given -h
"ldap://127.0.0.1:9009/ ldaps:///
              ldapi:///", it will listen on 127.0.0.1:9009 for LDAP,
0.0.0.0:636 for LDAP over TLS, and LDAP over IPC (Unix domain sockets).
Host 0.0.0.0 represents
              INADDR_ANY  (any interface).  A space separated list of
URLs is expected.  The URLs should be of the LDAP, LDAPS, or LDAPI
schemes, and generally with-
              out a DN or other optional parameters (excepting as
discussed below).  Support for the latter two schemes depends on
selected  configuration  options.
              Hosts  may  be  specified  by  name  or  IPv4 and IPv6
address formats.  Ports, if specified, must be numeric.  The default
ldap:// port is 389 and the
              default ldaps:// port is 636.

cheers

m

-- 
users@sogo.nu
https://inverse.ca/sogo/lists

Reply via email to