https://bugs.openldap.org/show_bug.cgi?id=9730

          Issue ID: 9730
           Summary: logfile-rotate directive fails in 2.6.0
           Product: OpenLDAP
           Version: 2.6.0
          Hardware: All
                OS: All
            Status: UNCONFIRMED
          Keywords: needs_review
          Severity: normal
          Priority: ---
         Component: slapd
          Assignee: [email protected]
          Reporter: [email protected]
  Target Milestone: ---

Hello,

When setting the logfile-rotate, I get:

617bc9ae.1b73de17 0x7f44f87c9740 /usr/local/openldap/etc/openldap/slapd.conf:
line 12 (logfile-rotate 10 100 24)
617bc9ae.1b759154 0x7f44f87c9740 /usr/local/openldap/etc/openldap/slapd.conf:
line 12: <logfile-rotate> handler exited with 16384!

My configuration file is below. I am using the 2.6.0 release.

The strange part is that the same configuration converted into cn=config seems
to work well.



#
# See slapd.conf(5) for details on configuration options.
# This file should NOT be world readable.
#
include /usr/local/openldap/etc/openldap/schema/core.schema
include /usr/local/openldap/etc/openldap/schema/cosine.schema
include /usr/local/openldap/etc/openldap/schema/inetorgperson.schema
include /usr/local/openldap/etc/openldap/schema/dyngroup.schema



logfile-rotate 10 100 24
logfile /var/log/slapd-ltb/slapd.log
logLevel 256

sasl-host ldap.my-domain.com

pidfile         /usr/local/openldap/var/run/slapd.pid
argsfile        /usr/local/openldap/var/run/slapd.args

# Load dynamic backend modules:
# moduleload    back_ldap.la
modulepath      /usr/local/openldap/libexec/openldap
moduleload      argon2.la
moduleload      back_mdb.la
moduleload      dynlist.la
moduleload      memberof.la
moduleload      ppolicy.la
moduleload      syncprov.la
moduleload      unique.la

access to dn.base=""  by * read
access to dn.base="cn=subschema"  by * read


#######################################################################
# config database definitions
#######################################################################
database config
rootdn  cn=config
rootpw  secret

access to attrs="userPassword"
    by dn.exact=gidNumber=0+uidNumber=0,cn=peercred,cn=external,cn=auth =wdx
    by * auth

access to *
    by dn.exact=gidNumber=0+uidNumber=0,cn=peercred,cn=external,cn=auth manage


#######################################################################
# MDB database definitions
#######################################################################

database        mdb
maxsize         4294967296
suffix          dc=my-domain,dc=com
rootdn          cn=Manager,dc=my-domain,dc=com
rootpw          secret

directory       /usr/local/openldap/var/openldap-data

index   objectClass     eq
index   cn              eq,sub
index   uid             pres,eq
index   givenName       pres,eq,sub
index   l               pres,eq
index   employeeType    pres,eq
index   mail            pres,eq,sub
index   sn              pres,eq,sub


limits group="cn=admin,ou=groups,dc=my-domain,dc=com" size=unlimited
time=unlimited

access to attrs="userPassword"
    by dn.exact=gidNumber=0+uidNumber=0,cn=peercred,cn=external,cn=auth =wdx
    by group.exact="cn=admin,ou=groups,dc=my-domain,dc=com" =wdx
    by self =wdx
    by * auth

access to *
    by dn.exact=gidNumber=0+uidNumber=0,cn=peercred,cn=external,cn=auth manage
    by group.exact="cn=admin,ou=groups,dc=my-domain,dc=com" write
    by users read

-- 
You are receiving this mail because:
You are on the CC list for the issue.

Reply via email to