[Bug 257884] net/openldap24-server: the slapd -l option has disappeared in version 2.4.59_3

From: <bugzilla-noreply_at_freebsd.org>
Date: Mon, 16 Aug 2021 14:15:19 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=257884

            Bug ID: 257884
           Summary: net/openldap24-server: the slapd -l option has
                    disappeared in version 2.4.59_3
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: delphij@FreeBSD.org
          Reporter: martin@lispworks.com
             Flags: maintainer-feedback?(delphij@FreeBSD.org)
          Assignee: delphij@FreeBSD.org

I've just upgraded pkgs in 11.4-RELEASE-p9, including this change:

openldap-server: 2.4.59 -> 2.4.59_3

and now the command line:

/usr/local/libexec/slapd -l DAEMON -h "ldapi://%2fvar%2frun%2fopenldap%2fldapi/
ldap://0.0.0.0/

fails with:

slapd: illegal option -- l
usage: /usr/local/libexec/slapd options
        -4              IPv4 only
        -6              IPv6 only
        -T {acl|add|auth|cat|dn|index|passwd|test}
                        Run in Tool mode
        -c cookie       Sync cookie of consumer
        -d level        Debug level
        -f filename     Configuration file
        -F dir  Configuration directory
        -g group        Group (id or name) to run as
        -h URLs         List of URLs to serve
        -n serverName   Service name
        -o <opt>[=val] generic means to specify options; supported options:
                slp[={on|off|(attrs)}] enable/disable SLP using (attrs)
        -r directory    Sandbox directory to chroot to
        -s level        Syslog level
        -u user         User (id or name) to run as
        -V              print version info (-VV exit afterwards, -VVV print
                        info about static overlays and backends)

The -l option was supported in version 2.4.59:

        -l facility     Syslog facility (default: LOCAL4)

and is still in the manual page slapd(8c).

-- 
You are receiving this mail because:
You are the assignee for the bug.