1

Topic: mirrormode server2 not replicating

==== Required information ====
- iRedMail version:
- Store mail accounts in which backend (LDAP/MySQL/PGSQL):
- Linux/BSD distribution name and version:
- Related log if you're reporting an issue:
======== Required information ====
- iRedMail version:0.8.6
- Store mail accounts in which backend (LDAP/MySQL/PGSQL):LDAP
- Linux/BSD distribution name and version: debian
- Related log if you're reporting an issue:
====

trying to setup mirror mode replication on my two iredmail servers with LDAP backend. Here is the slapd.conf file and the logs I am seeing when starting slapd.

#
# File generated by iRedMail (2014.05.01.14.37.42):

# Version:  0.8.6
# Project:  http://www.iredmail.org/

# Community: http://www.iredmail.org/forum/
#

serverID    2

# Schemas.
include     /etc/ldap/schema/core.schema
include     /etc/ldap/schema/corba.schema
include     /etc/ldap/schema/cosine.schema
include     /etc/ldap/schema/inetorgperson.schema
include     /etc/ldap/schema/nis.schema
# Integrate Amavisd-new.
include     /etc/ldap/schema/amavis.schema
# Schema provided by iRedMail.
include     /etc/ldap/schema/iredmail.schema

# Where the pid file is put. The init.d script will not stop the
# server if you change this.
pidfile     /var/run/slapd/slapd.pid

# List of arguments that were passed to the server
argsfile    /var/run/slapd/slapd.args

# TLS files.
TLSCACertificateFile /etc/ssl/certs/iRedMail_CA.pem
TLSCertificateFile /etc/ssl/certs/iRedMail_CA.pem
TLSCertificateKeyFile /etc/ssl/private/iRedMail.key

# Modules.
modulepath  /usr/lib/ldap
moduleload  back_bdb

# Disallow bind as anonymous.
disallow    bind_anon

# Uncomment below line to allow binding as anonymous.
#allow bind_anon_cred

# Specify LDAP protocol version.
require     LDAPv3
#allow       bind_v2

# Log level.
#   -1:     enable all debugging
#    0:     no debugging
#   128:    access control list processing
#   256:    stats log connections/operations/results
loglevel    -1


# Access Control List. Used for LDAP bind.
#
# NOTE: Every domain have a administrator. e.g.
#   Domain Name: 'medoraco.com'
#   Admin Name: mail=postmaster@medoraco.com, domainName=medoraco.com, o=domains,dc=campus,dc=local
#

# Allow users to change their own passwords and mail forwarding addresses.
access to attrs="userPassword,mailForwardingAddress,storageBaseDirectory,homeDirectory,mailMessageStore"
    by anonymous    auth
    by self         write
    by dn.exact="cn=vmail,dc=campus,dc=local"   read
    by dn.exact="cn=vmailadmin,dc=campus,dc=local"  write
    by users        none

# Allow to read others public info.
access to attrs="cn,sn,gn,givenName,telephoneNumber"
    by anonymous    auth
    by self         write
    by dn.exact="cn=vmail,dc=campus,dc=local"   read
    by dn.exact="cn=vmailadmin,dc=campus,dc=local"  write
    by users        read

# Domain attrs.
access to attrs="objectclass,domainName,mtaTransport,enabledService,domainSenderBccAddress,domainRecipientBccAddress,domainBackupMX,domainMaxQuotaSize,domainMaxUserNumber"
    by anonymous    auth
    by self         read
    by dn.exact="cn=vmail,dc=campus,dc=local"   read
    by dn.exact="cn=vmailadmin,dc=campus,dc=local"  write
    by users        read

access to attrs="domainAdmin,domainGlobalAdmin,domainSenderBccAddress,domainRecipientBccAddress"
    by anonymous    auth
    by self         read
    by dn.exact="cn=vmail,dc=campus,dc=local"   read
    by dn.exact="cn=vmailadmin,dc=campus,dc=local"  write
    by users        none

# User attrs.
access to attrs="employeeNumber,mail,accountStatus,userSenderBccAddress,userRecipientBccAddress,mailQuota,backupMailAddress,shadowAddress,memberOfGroup"
    by anonymous    auth
    by self         read
    by dn.exact="cn=vmail,dc=campus,dc=local"   read
    by dn.exact="cn=vmailadmin,dc=campus,dc=local"  write
    by users        read

#
# Set ACL for vmail/vmailadmin.
#
access to dn="cn=vmail,dc=campus,dc=local"
    by anonymous                    auth
    by self                         write
    by dn.exact="cn=vmailadmin,dc=campus,dc=local"  write
    by users                        none

access to dn="cn=vmailadmin,dc=campus,dc=local"
    by anonymous                    auth
    by self                         write
    by users                        none

#
# Allow users to access their own domain subtree.
# Allow domain admin to modify accounts under same domain.
#
access to dn.regex="domainName=([^,]+),o=domains,dc=campus,dc=local$"
    by anonymous                    auth
    by self                         write
    by dn.exact="cn=vmail,dc=campus,dc=local"   read
    by dn.exact="cn=vmailadmin,dc=campus,dc=local"  write
    by dn.regex="mail=[^,]+@$1,o=domainAdmins,dc=campus,dc=local$" write
    by dn.regex="mail=[^,]+@$1,ou=Users,domainName=$1,o=domains,dc=campus,dc=local$" read
    by users                        none

#
# Grant correct privileges to vmail/vmailadmin.
#
access to dn.subtree="o=domains,dc=campus,dc=local"
    by anonymous                    auth
    by self                         write
    by dn.exact="cn=vmail,dc=campus,dc=local"   read
    by dn.exact="cn=vmailadmin,dc=campus,dc=local"  write
    by dn.regex="mail=[^,]+,ou=Users,domainName=$1,o=domains,dc=campus,dc=local$" read
    by users                        read

access to dn.subtree="o=domainAdmins,dc=campus,dc=local"
    by anonymous                    auth
    by self                         write
    by dn.exact="cn=vmail,dc=campus,dc=local"   read
    by dn.exact="cn=vmailadmin,dc=campus,dc=local"  write
    by users                        none

#
# Set permission for "cn=*,dc=campus,dc=local".
#
access to dn.regex="cn=[^,]+,dc=campus,dc=local"
    by anonymous                    auth
    by self                         write
    by users                        none

#
# Set default permission.
#
access to *
    by anonymous                    auth
    by self                         write
    by users                        read

#######################################################################
# BDB database definitions
#######################################################################

database    bdb
suffix      dc=campus,dc=local
#checkpoint  128 5
directory   /var/lib/ldap/campus.local

rootdn      cn=Manager,dc=campus,dc=local
rootpw    secret

sizelimit   10000
cachesize   10000

syncrepl    rid=001
        provider=ldap://192.168.179.251
        bindmethod=simple
        binddn="cn=Manager,dc=campus,dc=local"
        credentials=secret
        searchbase="dc=campus,dc=local"
        schemachecking=on
        type=refreshAndPersist
        retry="60 +"

mirrormode on

# This directive specifies how often to checkpoint the BDB transaction log.
# A checkpoint operation flushes the database buffers to disk and writes a
# checkpoint record in the log. The checkpoint will occur if either <kbyte>
# data has been written or <min> minutes have passed since the last checkpoint.
# Both arguments default to zero, in which case they are ignored. When the
# <min> argument is non-zero, an internal task will run every <min> minutes
# to perform the checkpoint. See the Berkeley DB reference guide for more
# details.
#
# OpenLDAP default is NO CHECKPOINTING.
#
# whenever 128kb data bytes written or 5 minutes has elapsed
checkpoint  128 5

# Set directory permission.
mode        0700

#
# Default index.
#
index objectClass                                   eq,pres
index uidNumber,gidNumber,uid,memberUid,loginShell  eq,pres
index homeDirectory,mailMessageStore                eq,pres
index ou,cn,mail,surname,givenname,telephoneNumber  eq,pres,sub
#index nisMapName,nisMapEntry                        eq,pres,sub
index shadowLastChange                              eq,pres

#
# Index for mail attrs.
#
# ---- Domain related ----
index domainName,mtaTransport,accountStatus,enabledService  eq,pres,sub
index domainAliasName    eq,pres,sub
index domainMaxUserNumber eq,pres
index domainAdmin,domainGlobalAdmin,domainBackupMX    eq,pres,sub
index domainSenderBccAddress,domainRecipientBccAddress  eq,pres,sub
# ---- Group related ----
index accessPolicy,hasMember,listAllowedUser   eq,pres,sub
# ---- User related ----
index mailForwardingAddress,shadowAddress   eq,pres,sub
index backupMailAddress,memberOfGroup   eq,pres,sub
index userRecipientBccAddress,userSenderBccAddress  eq,pres,sub




openldap.log

May 15 12:41:58 mail2 slapd[3198]: daemon: shutdown requested and initiated.
May 15 12:41:58 mail2 slapd[3198]: daemon: closing 8
May 15 12:41:58 mail2 slapd[3198]: daemon: closing 9
May 15 12:41:58 mail2 slapd[3198]: daemon: closing 10
May 15 12:41:58 mail2 slapd[3198]: connection_closing: readying conn=1920 sd=26 for close
May 15 12:41:58 mail2 slapd[3198]: connection_close: conn=1920 sd=26
May 15 12:41:58 mail2 slapd[3198]: daemon: removing 26
May 15 12:41:58 mail2 slapd[3198]: conn=1920 fd=26 closed (slapd shutdown)
May 15 12:41:58 mail2 slapd[3198]: slapd shutdown: waiting for 0 operations/tasks to finish
May 15 12:41:58 mail2 slapd[3198]: slapd shutdown: initiated
May 15 12:41:58 mail2 slapd[3198]: ====> bdb_cache_release_all
May 15 12:41:58 mail2 slapd[3198]: slapd destroy: freeing system resources.
May 15 12:41:58 mail2 slapd[3198]: syncinfo_free: rid=001
May 15 12:41:58 mail2 slapd[3198]: slapd stopped.
May 15 12:41:59 mail2 slapd[6642]: @(#) $OpenLDAP: slapd  (Apr 23 2013 12:16:04) $#012#011root@lupin:/tmp/buildd/openldap-2.4.31/debian/build/servers/slapd
May 15 12:41:59 mail2 slapd[6642]: line 70 (access to attrs="userPassword,mailForwardingAddress,storageBaseDirectory,homeDirectory,mailMessageStore"    by anonymous    auth    by self         write    by dn.exact="cn=vmail,dc=campus,dc=local"   read    by dn.exact="cn=vmailadmin,dc=campus,dc=local"  write    by users        none)
May 15 12:41:59 mail2 slapd[6642]: >>> dnNormalize: <cn=vmail,dc=campus,dc=local>
May 15 12:41:59 mail2 slapd[6642]: <<< dnNormalize: <cn=vmail,dc=campus,dc=local>
May 15 12:41:59 mail2 slapd[6642]: >>> dnNormalize: <cn=vmailadmin,dc=campus,dc=local>
May 15 12:41:59 mail2 slapd[6642]: <<< dnNormalize: <cn=vmailadmin,dc=campus,dc=local>
May 15 12:41:59 mail2 slapd[6642]: line 78 (access to attrs="cn,sn,gn,givenName,telephoneNumber"    by anonymous    auth    by self         write    by dn.exact="cn=vmail,dc=campus,dc=local"   read    by dn.exact="cn=vmailadmin,dc=campus,dc=local"  write    by users        read)
May 15 12:41:59 mail2 slapd[6642]: >>> dnNormalize: <cn=vmail,dc=campus,dc=local>
May 15 12:41:59 mail2 slapd[6642]: <<< dnNormalize: <cn=vmail,dc=campus,dc=local>
May 15 12:41:59 mail2 slapd[6642]: >>> dnNormalize: <cn=vmailadmin,dc=campus,dc=local>
May 15 12:41:59 mail2 slapd[6642]: <<< dnNormalize: <cn=vmailadmin,dc=campus,dc=local>
May 15 12:41:59 mail2 slapd[6642]: line 86 (access to attrs="objectclass,domainName,mtaTransport,enabledService,domainSenderBccAddress,domainRecipientBccAddress,domainBackupMX,domainMaxQuotaSize,domainMaxUserNumber"    by anonymous    auth    by self         read    by dn.exact="cn=vmail,dc=campus,dc=local"   read    by dn.exact="cn=vmailadmin,dc=campus,dc=local"  write    by users        read)
May 15 12:41:59 mail2 slapd[6642]: >>> dnNormalize: <cn=vmail,dc=campus,dc=local>
May 15 12:41:59 mail2 slapd[6642]: <<< dnNormalize: <cn=vmail,dc=campus,dc=local>
May 15 12:41:59 mail2 slapd[6642]: >>> dnNormalize: <cn=vmailadmin,dc=campus,dc=local>
May 15 12:41:59 mail2 slapd[6642]: <<< dnNormalize: <cn=vmailadmin,dc=campus,dc=local>
May 15 12:41:59 mail2 slapd[6642]: line 93 (access to attrs="domainAdmin,domainGlobalAdmin,domainSenderBccAddress,domainRecipientBccAddress"    by anonymous    auth    by self         read    by dn.exact="cn=vmail,dc=campus,dc=local"   read    by dn.exact="cn=vmailadmin,dc=campus,dc=local"  write    by users        none)
May 15 12:41:59 mail2 slapd[6642]: >>> dnNormalize: <cn=vmail,dc=campus,dc=local>
May 15 12:41:59 mail2 slapd[6642]: <<< dnNormalize: <cn=vmail,dc=campus,dc=local>
May 15 12:41:59 mail2 slapd[6642]: >>> dnNormalize: <cn=vmailadmin,dc=campus,dc=local>
May 15 12:41:59 mail2 slapd[6642]: <<< dnNormalize: <cn=vmailadmin,dc=campus,dc=local>
May 15 12:41:59 mail2 slapd[6642]: line 101 (access to attrs="employeeNumber,mail,accountStatus,userSenderBccAddress,userRecipientBccAddress,mailQuota,backupMailAddress,shadowAddress,memberOfGroup"    by anonymous    auth    by self         read    by dn.exact="cn=vmail,dc=campus,dc=local"   read    by dn.exact="cn=vmailadmin,dc=campus,dc=local"  write    by users        read)
May 15 12:41:59 mail2 slapd[6642]: >>> dnNormalize: <cn=vmail,dc=campus,dc=local>
May 15 12:41:59 mail2 slapd[6642]: <<< dnNormalize: <cn=vmail,dc=campus,dc=local>
May 15 12:41:59 mail2 slapd[6642]: >>> dnNormalize: <cn=vmailadmin,dc=campus,dc=local>
May 15 12:41:59 mail2 slapd[6642]: <<< dnNormalize: <cn=vmailadmin,dc=campus,dc=local>
May 15 12:41:59 mail2 slapd[6642]: line 110 (access to dn="cn=vmail,dc=campus,dc=local"    by anonymous                    auth    by self                         write    by dn.exact="cn=vmailadmin,dc=campus,dc=local"  write    by users                        none)
May 15 12:41:59 mail2 slapd[6642]: >>> dnNormalize: <cn=vmail,dc=campus,dc=local>
May 15 12:41:59 mail2 slapd[6642]: <<< dnNormalize: <cn=vmail,dc=campus,dc=local>
May 15 12:41:59 mail2 slapd[6642]: >>> dnNormalize: <cn=vmailadmin,dc=campus,dc=local>
May 15 12:41:59 mail2 slapd[6642]: <<< dnNormalize: <cn=vmailadmin,dc=campus,dc=local>
May 15 12:41:59 mail2 slapd[6642]: line 115 (access to dn="cn=vmailadmin,dc=campus,dc=local"    by anonymous                    auth    by self                         write    by users                        none)
May 15 12:41:59 mail2 slapd[6642]: >>> dnNormalize: <cn=vmailadmin,dc=campus,dc=local>
May 15 12:41:59 mail2 slapd[6642]: <<< dnNormalize: <cn=vmailadmin,dc=campus,dc=local>
May 15 12:41:59 mail2 slapd[6642]: line 128 (access to dn.regex="domainName=([^,]+),o=domains,dc=campus,dc=local$"    by anonymous                    auth    by self                         write    by dn.exact="cn=vmail,dc=campus,dc=local"   read    by dn.exact="cn=vmailadmin,dc=campus,dc=local"  write    by dn.regex="mail=[^,]+@$1,o=domainAdmins,dc=campus,dc=local$" write    by dn.regex="mail=[^,]+@$1,ou=Users,domainName=$1,o=domains,dc=campus,dc=local$" read    by users                        none)
May 15 12:41:59 mail2 slapd[6642]: >>> dnNormalize: <cn=vmail,dc=campus,dc=local>
May 15 12:41:59 mail2 slapd[6642]: <<< dnNormalize: <cn=vmail,dc=campus,dc=local>
May 15 12:41:59 mail2 slapd[6642]: >>> dnNormalize: <cn=vmailadmin,dc=campus,dc=local>
May 15 12:41:59 mail2 slapd[6642]: <<< dnNormalize: <cn=vmailadmin,dc=campus,dc=local>
May 15 12:41:59 mail2 slapd[6642]: line 139 (access to dn.subtree="o=domains,dc=campus,dc=local"    by anonymous                    auth    by self                         write    by dn.exact="cn=vmail,dc=campus,dc=local"   read    by dn.exact="cn=vmailadmin,dc=campus,dc=local"  write    by dn.regex="mail=[^,]+,ou=Users,domainName=$1,o=domains,dc=campus,dc=local$" read    by users                        read)
May 15 12:41:59 mail2 slapd[6642]: >>> dnNormalize: <o=domains,dc=campus,dc=local>
May 15 12:41:59 mail2 slapd[6642]: <<< dnNormalize: <o=domains,dc=campus,dc=local>
May 15 12:41:59 mail2 slapd[6642]: >>> dnNormalize: <cn=vmail,dc=campus,dc=local>
May 15 12:41:59 mail2 slapd[6642]: <<< dnNormalize: <cn=vmail,dc=campus,dc=local>
May 15 12:41:59 mail2 slapd[6642]: >>> dnNormalize: <cn=vmailadmin,dc=campus,dc=local>
May 15 12:41:59 mail2 slapd[6642]: <<< dnNormalize: <cn=vmailadmin,dc=campus,dc=local>
May 15 12:41:59 mail2 slapd[6642]: line 146 (access to dn.subtree="o=domainAdmins,dc=campus,dc=local"    by anonymous                    auth    by self                         write    by dn.exact="cn=vmail,dc=campus,dc=local"   read    by dn.exact="cn=vmailadmin,dc=campus,dc=local"  write    by users                        none)
May 15 12:41:59 mail2 slapd[6642]: >>> dnNormalize: <o=domainAdmins,dc=campus,dc=local>
May 15 12:41:59 mail2 slapd[6642]: <<< dnNormalize: <o=domainadmins,dc=campus,dc=local>
May 15 12:41:59 mail2 slapd[6642]: >>> dnNormalize: <cn=vmail,dc=campus,dc=local>
May 15 12:41:59 mail2 slapd[6642]: <<< dnNormalize: <cn=vmail,dc=campus,dc=local>
May 15 12:41:59 mail2 slapd[6642]: >>> dnNormalize: <cn=vmailadmin,dc=campus,dc=local>
May 15 12:41:59 mail2 slapd[6642]: <<< dnNormalize: <cn=vmailadmin,dc=campus,dc=local>
May 15 12:41:59 mail2 slapd[6642]: line 154 (access to dn.regex="cn=[^,]+,dc=campus,dc=local"    by anonymous                    auth    by self                         write    by users                        none)
May 15 12:41:59 mail2 slapd[6642]: line 162 (access to *    by anonymous                    auth    by self                         write    by users                        read)
May 15 12:41:59 mail2 slapd[6642]: line 168 (database    bdb)
May 15 12:41:59 mail2 slapd[6642]: bdb_db_init: Initializing BDB database
May 15 12:41:59 mail2 slapd[6642]: line 169 (suffix      dc=campus,dc=local)
May 15 12:41:59 mail2 slapd[6642]: >>> dnPrettyNormal: <dc=campus,dc=local>
May 15 12:41:59 mail2 slapd[6642]: <<< dnPrettyNormal: <dc=campus,dc=local>, <dc=campus,dc=local>
May 15 12:41:59 mail2 slapd[6642]: line 171 (directory   /var/lib/ldap/campus.local)
May 15 12:41:59 mail2 slapd[6642]: line 173 (rootdn      cn=Manager,dc=campus,dc=local)
May 15 12:41:59 mail2 slapd[6642]: >>> dnPrettyNormal: <cn=Manager,dc=campus,dc=local>
May 15 12:41:59 mail2 slapd[6642]: <<< dnPrettyNormal: <cn=Manager,dc=campus,dc=local>, <cn=manager,dc=campus,dc=local>
May 15 12:41:59 mail2 slapd[6642]: line 174 (rootpw ***)
May 15 12:41:59 mail2 slapd[6642]: line 176 (sizelimit   10000)
May 15 12:41:59 mail2 slapd[6642]: line 177 (cachesize   10000)
May 15 12:41:59 mail2 slapd[6642]: line 187 (syncrepl ***)
May 15 12:41:59 mail2 slapd[6642]: >>> dnNormalize: <cn=Manager,dc=campus,dc=local>
May 15 12:41:59 mail2 slapd[6642]: <<< dnNormalize: <cn=manager,dc=campus,dc=local>
May 15 12:41:59 mail2 slapd[6642]: >>> dnNormalize: <dc=campus,dc=local>
May 15 12:41:59 mail2 slapd[6642]: <<< dnNormalize: <dc=campus,dc=local>
May 15 12:41:59 mail2 slapd[6642]: str2filter "(objectclass=*)"
May 15 12:41:59 mail2 slapd[6642]: begin get_filter
May 15 12:41:59 mail2 slapd[6642]: PRESENT
May 15 12:41:59 mail2 slapd[6642]: end get_filter 0
May 15 12:41:59 mail2 slapd[6642]: Config: ** successfully added syncrepl rid=001 "ldap://192.168.179.251"
May 15 12:41:59 mail2 slapd[6642]: line 189 (mirrormode on)
May 15 12:41:59 mail2 slapd[6642]: line 203 (checkpoint  128 5)
May 15 12:41:59 mail2 slapd[6642]: line 206 (mode        0700)
May 15 12:41:59 mail2 slapd[6642]: line 211 (index objectClass                                   eq,pres)
May 15 12:41:59 mail2 slapd[6642]: index objectClass 0x0006
May 15 12:41:59 mail2 slapd[6642]: line 212 (index uidNumber,gidNumber,uid,memberUid,loginShell  eq,pres)
May 15 12:41:59 mail2 slapd[6642]: index uidNumber 0x0006
May 15 12:41:59 mail2 slapd[6642]: index gidNumber 0x0006
May 15 12:41:59 mail2 slapd[6642]: index uid 0x0006
May 15 12:41:59 mail2 slapd[6642]: index memberUid 0x0006
May 15 12:41:59 mail2 slapd[6642]: index loginShell 0x0006
May 15 12:41:59 mail2 slapd[6642]: line 213 (index homeDirectory,mailMessageStore                eq,pres)
May 15 12:41:59 mail2 slapd[6642]: index homeDirectory 0x0006
May 15 12:41:59 mail2 slapd[6642]: index mailMessageStore 0x0006
May 15 12:41:59 mail2 slapd[6642]: line 214 (index ou,cn,mail,surname,givenname,telephoneNumber  eq,pres,sub)
May 15 12:41:59 mail2 slapd[6642]: index ou 0x0716
May 15 12:41:59 mail2 slapd[6642]: index cn 0x0716
May 15 12:41:59 mail2 slapd[6642]: index mail 0x0716
May 15 12:41:59 mail2 slapd[6642]: index sn 0x0716
May 15 12:41:59 mail2 slapd[6642]: index givenName 0x0716
May 15 12:41:59 mail2 slapd[6642]: index telephoneNumber 0x0716
May 15 12:41:59 mail2 slapd[6642]: line 216 (index shadowLastChange                              eq,pres)
May 15 12:41:59 mail2 slapd[6642]: index shadowLastChange 0x0006
May 15 12:41:59 mail2 slapd[6642]: line 222 (index domainName,mtaTransport,accountStatus,enabledService  eq,pres,sub)
May 15 12:41:59 mail2 slapd[6642]: index domainName 0x0716
May 15 12:41:59 mail2 slapd[6642]: index mtaTransport 0x0716
May 15 12:41:59 mail2 slapd[6642]: index accountStatus 0x0716
May 15 12:41:59 mail2 slapd[6642]: index enabledService 0x0716
May 15 12:41:59 mail2 slapd[6642]: line 223 (index domainAliasName    eq,pres,sub)
May 15 12:41:59 mail2 slapd[6642]: index domainAliasName 0x0716
May 15 12:41:59 mail2 slapd[6642]: line 224 (index domainMaxUserNumber eq,pres)
May 15 12:41:59 mail2 slapd[6642]: index domainMaxUserNumber 0x0006
May 15 12:41:59 mail2 slapd[6642]: line 225 (index domainAdmin,domainGlobalAdmin,domainBackupMX    eq,pres,sub)
May 15 12:41:59 mail2 slapd[6642]: index domainAdmin 0x0716
May 15 12:41:59 mail2 slapd[6642]: index domainGlobalAdmin 0x0716
May 15 12:41:59 mail2 slapd[6642]: index domainBackupMX 0x0716
May 15 12:41:59 mail2 slapd[6642]: line 226 (index domainSenderBccAddress,domainRecipientBccAddress  eq,pres,sub)
May 15 12:41:59 mail2 slapd[6642]: index domainSenderBccAddress 0x0716
May 15 12:41:59 mail2 slapd[6642]: index domainRecipientBccAddress 0x0716
May 15 12:41:59 mail2 slapd[6642]: line 228 (index accessPolicy,hasMember,listAllowedUser   eq,pres,sub)
May 15 12:41:59 mail2 slapd[6642]: index accessPolicy 0x0716
May 15 12:41:59 mail2 slapd[6642]: index hasMember 0x0716
May 15 12:41:59 mail2 slapd[6642]: index listAllowedUser 0x0716
May 15 12:41:59 mail2 slapd[6642]: line 230 (index mailForwardingAddress,shadowAddress   eq,pres,sub)
May 15 12:41:59 mail2 slapd[6642]: index mailForwardingAddress 0x0716
May 15 12:41:59 mail2 slapd[6642]: index shadowAddress 0x0716
May 15 12:41:59 mail2 slapd[6642]: line 231 (index backupMailAddress,memberOfGroup   eq,pres,sub)
May 15 12:41:59 mail2 slapd[6642]: index backupMailAddress 0x0716
May 15 12:41:59 mail2 slapd[6642]: index memberOfGroup 0x0716
May 15 12:41:59 mail2 slapd[6642]: line 232 (index userRecipientBccAddress,userSenderBccAddress  eq,pres,sub)
May 15 12:41:59 mail2 slapd[6642]: index userRecipientBccAddress 0x0716
May 15 12:41:59 mail2 slapd[6642]: index userSenderBccAddress 0x0716
May 15 12:41:59 mail2 slapd[6642]: >>> dnNormalize: <cn=Subschema>
May 15 12:41:59 mail2 slapd[6642]: <<< dnNormalize: <cn=subschema>
May 15 12:41:59 mail2 slapd[6642]: matching_rule_use_init
May 15 12:41:59 mail2 slapd[6642]:     1.2.840.113556.1.4.804 (integerBitOrMatch):
May 15 12:41:59 mail2 slapd[6642]: matchingRuleUse: ( 1.2.840.113556.1.4.804 NAME 'integerBitOrMatch' APPLIES ( supportedLDAPVersion $ entryTtl $ uidNumber $ gidNumber $ olcConcurrency $ olcConnMaxPending $ olcConnMaxPendingAuth $ olcIdleTimeout $ olcIndexSubstrIfMinLen $ olcIndexSubstrIfMaxLen $ olcIndexSubstrAnyLen $ olcIndexSubstrAnyStep $ olcIndexIntLen $ olcListenerThreads $ olcLocalSSF $ olcMaxDerefDepth $ olcReplicationInterval $ olcSockbufMaxIncoming $ olcSockbufMaxIncomingAuth $ olcThreads $ olcToolThreads $ olcWriteTimeout $ olcDbCacheFree $ olcDbCacheSize $ olcDbDNcacheSize $ olcDbIDLcacheSize $ olcDbSearchStack $ olcDbShmKey $ mailPreferenceOption $ shadowLastChange $ shadowMin $ shadowMax $ shadowWarning $ shadowInactive $ shadowExpire $ shadowFlag $ ipServicePort $ ipProtocolNumber $ oncRpcNumber $ domainMaxQuotaSize $ domainMaxUserNumber $ domainCurrentUserNumber $ domainMaxAliasNumber $ domainCurrentAliasNumber $ domainMaxListNumber $ domainCurrentListNumber $ domainDefaultUserQuota $ mailUID $ mailGID $ mailQuota $ mailQuotaMessageLimit ) )
May 15 12:41:59 mail2 slapd[6642]:     1.2.840.113556.1.4.803 (integerBitAndMatch):
May 15 12:41:59 mail2 slapd[6642]: matchingRuleUse: ( 1.2.840.113556.1.4.803 NAME 'integerBitAndMatch' APPLIES ( supportedLDAPVersion $ entryTtl $ uidNumber $ gidNumber $ olcConcurrency $ olcConnMaxPending $ olcConnMaxPendingAuth $ olcIdleTimeout $ olcIndexSubstrIfMinLen $ olcIndexSubstrIfMaxLen $ olcIndexSubstrAnyLen $ olcIndexSubstrAnyStep $ olcIndexIntLen $ olcListenerThreads $ olcLocalSSF $ olcMaxDerefDepth $ olcReplicationInterval $ olcSockbufMaxIncoming $ olcSockbufMaxIncomingAuth $ olcThreads $ olcToolThreads $ olcWriteTimeout $ olcDbCacheFree $ olcDbCacheSize $ olcDbDNcacheSize $ olcDbIDLcacheSize $ olcDbSearchStack $ olcDbShmKey $ mailPreferenceOption $ shadowLastChange $ shadowMin $ shadowMax $ shadowWarning $ shadowInactive $ shadowExpire $ shadowFlag $ ipServicePort $ ipProtocolNumber $ oncRpcNumber $ domainMaxQuotaSize $ domainMaxUserNumber $ domainCurrentUserNumber $ domainMaxAliasNumber $ domainCurrentAliasNumber $ domainMaxListNumber $ domainCurrentListNumber $ domainDefaultUserQuota $ mailUID $ mailGID $ mailQuota $ mailQuotaMessageLimit ) )
May 15 12:41:59 mail2 slapd[6642]:     1.3.6.1.4.1.1466.109.114.2 (caseIgnoreIA5Match):
May 15 12:41:59 mail2 slapd[6642]: matchingRuleUse: ( 1.3.6.1.4.1.1466.109.114.2 NAME 'caseIgnoreIA5Match' APPLIES ( altServer $ olcDbConfig $ mail $ dc $ associatedDomain $ email $ corbaIor $ aRecord $ mDRecord $ mXRecord $ nSRecord $ sOARecord $ cNAMERecord $ janetMailbox $ gecos $ homeDirectory $ loginShell $ memberUid $ memberNisNetgroup $ ipHostNumber $ ipNetworkNumber $ ipNetmaskNumber $ macAddress $ bootFile $ nisMapEntry $ amavisSpamTagLevel $ amavisSpamTag2Level $ amavisSpamKillLevel $ amavisWhitelistSender $ amavisBlacklistSender $ amavisSpamQuarantineTo $ amavisVirusQuarantineTo $ amavisBannedQuarantineTo $ amavisBadHeaderQuarantineTo $ amavisMessageSizeLimit $ amavisVirusAdmin $ amavisNewVirusAdmin $ amavisSpamAdmin $ amavisBannedAdmin $ amavisBadHeaderAdmin $ amavisBannedRuleNames $ amavisSpamDsnCutoffLevel $ amavisSpamQuarantineCutoffLevel $ amavisSpamSubjectTag $ amavisSpamSubjectTag2 $ amavisArchiveQuarantineTo $ amavisAddrExtensionVirus $ amavisAddrExtensionSpam $ amavisAddrExtensionBanned $ amavisAddrExtensionBadHeader $ amavisSpamTag3Level $ amavisSpamSubjectTag3 $ amavisUncheckedQuarantineTo $ amavisCleanQuarantineTo $ amavisForwardMethod $ amavisSaUserConf $ amavisSaUserName $ domainName $ mtaTransport $ domainStatus $ domainAdmin $ domainGlobalAdmin $ domainBackupMX $ domainSenderBccAddress $ domainRecipientBccAddress $ domainCurrentQuotaSize $ domainAliasName $ domainWhitelistIP $ domainWhitelistSender $ domainBlacklistIP $ domainBlacklistSender $ storageBaseDirectory $ mailMessageStore $ mailHost $ mailForwardingAddress $ accountStatus $ userRecipientBccAddress $ userSenderBccAddress $ backupMailAddress $ enabledService $ memberOfGroup $ lastLoginIP $ lastLoginProtocol $ shadowAddress $ accountSetting $ userManager $ mailWhitelistRecipient $ mailBlacklistRecipient $ accessPolicy $ hasMember $ listAllowedUser ) )
May 15 12:41:59 mail2 slapd[6642]:     1.3.6.1.4.1.1466.109.114.1 (caseExactIA5Match):
May 15 12:41:59 mail2 slapd[6642]: matchingRuleUse: ( 1.3.6.1.4.1.1466.109.114.1 NAME 'caseExactIA5Match' APPLIES ( altServer $ olcDbConfig $ mail $ dc $ associatedDomain $ email $ corbaIor $ aRecord $ mDRecord $ mXRecord $ nSRecord $ sOARecord $ cNAMERecord $ janetMailbox $ gecos $ homeDirectory $ loginShell $ memberUid $ memberNisNetgroup $ ipHostNumber $ ipNetworkNumber $ ipNetmaskNumber $ macAddress $ bootFile $ nisMapEntry $ amavisSpamTagLevel $ amavisSpamTag2Level $ amavisSpamKillLevel $ amavisWhitelistSender $ amavisBlacklistSender $ amavisSpamQuarantineTo $ amavisVirusQuarantineTo $ amavisBannedQuarantineTo $ amavisBadHeaderQuarantineTo $ amavisMessageSizeLimit $ amavisVirusAdmin $ amavisNewVirusAdmin $ amavisSpamAdmin $ amavisBannedAdmin $ amavisBadHeaderAdmin $ amavisBannedRuleNames $ amavisSpamDsnCutoffLevel $ amavisSpamQuarantineCutoffLevel $ amavisSpamSubjectTag $ amavisSpamSubjectTag2 $ amavisArchiveQuarantineTo $ amavisAddrExtensionVirus $ amavisAddrExtensionSpam $ amavisAddrExtensionBanned $ amavisAddrExtensionBadHeader $ amavisSpamTag3Level $ amavisSpamSubjectTag3 $ amavisUncheckedQuarantineTo $ amavisCleanQuarantineTo $ amavisForwardMethod $ amavisSaUserConf $ amavisSaUserName $ domainName $ mtaTransport $ domainStatus $ domainAdmin $ domainGlobalAdmin $ domainBackupMX $ domainSenderBccAddress $ domainRecipientBccAddress $ domainCurrentQuotaSize $ domainAliasName $ domainWhitelistIP $ domainWhitelistSender $ domainBlacklistIP $ domainBlacklistSender $ storageBaseDirectory $ mailMessageStore $ mailHost $ mailForwardingAddress $ accountStatus $ userRecipientBccAddress $ userSenderBccAddress $ backupMailAddress $ enabledService $ memberOfGroup $ lastLoginIP $ lastLoginProtocol $ shadowAddress $ accountSetting $ userManager $ mailWhitelistRecipient $ mailBlacklistRecipient $ accessPolicy $ hasMember $ listAllowedUser ) )
May 15 12:41:59 mail2 slapd[6642]:     2.5.13.39 (certificateListMatch):
May 15 12:41:59 mail2 slapd[6642]:     2.5.13.38 (certificateListExactMatch):
May 15 12:41:59 mail2 slapd[6642]: matchingRuleUse: ( 2.5.13.38 NAME 'certificateListExactMatch' APPLIES ( authorityRevocationList $ certificateRevocationList $ deltaRevocationList ) )
May 15 12:41:59 mail2 slapd[6642]:     2.5.13.35 (certificateMatch):
May 15 12:41:59 mail2 slapd[6642]:     2.5.13.34 (certificateExactMatch):
May 15 12:41:59 mail2 slapd[6642]: matchingRuleUse: ( 2.5.13.34 NAME 'certificateExactMatch' APPLIES ( userCertificate $ cACertificate ) )
May 15 12:41:59 mail2 slapd[6642]:     2.5.13.30 (objectIdentifierFirstComponentMatch):
May 15 12:41:59 mail2 slapd[6642]: matchingRuleUse: ( 2.5.13.30 NAME 'objectIdentifierFirstComponentMatch' APPLIES ( supportedControl $ supportedExtension $ supportedFeatures $ ldapSyntaxes $ supportedApplicationContext ) )
May 15 12:41:59 mail2 slapd[6642]:     2.5.13.29 (integerFirstComponentMatch):
May 15 12:41:59 mail2 slapd[6642]: matchingRuleUse: ( 2.5.13.29 NAME 'integerFirstComponentMatch' APPLIES ( supportedLDAPVersion $ entryTtl $ uidNumber $ gidNumber $ olcConcurrency $ olcConnMaxPending $ olcConnMaxPendingAuth $ olcIdleTimeout $ olcIndexSubstrIfMinLen $ olcIndexSubstrIfMaxLen $ olcIndexSubstrAnyLen $ olcIndexSubstrAnyStep $ olcIndexIntLen $ olcListenerThreads $ olcLocalSSF $ olcMaxDerefDepth $ olcReplicationInterval $ olcSockbufMaxIncoming $ olcSockbufMaxIncomingAuth $ olcThreads $ olcToolThreads $ olcWriteTimeout $ olcDbCacheFree $ olcDbCacheSize $ olcDbDNcacheSize $ olcDbIDLcacheSize $ olcDbSearchStack $ olcDbShmKey $ mailPreferenceOption $ shadowLastChange $ shadowMin $ shadowMax $ shadowWarning $ shadowInactive $ shadowExpire $ shadowFlag $ ipServicePort $ ipProtocolNumber $ oncRpcNumber $ domainMaxQuotaSize $ domainMaxUserNumber $ domainCurrentUserNumber $ domainMaxAliasNumber $ domainCurrentAliasNumber $ domainMaxListNumber $ domainCurrentListNumber $ domainDefaultUserQuota $ mailUID $ mailGID $ mailQuota $ mailQuotaMessageLimit ) )
May 15 12:41:59 mail2 slapd[6642]:     2.5.13.28 (generalizedTimeOrderingMatch):
May 15 12:41:59 mail2 slapd[6642]: matchingRuleUse: ( 2.5.13.28 NAME 'generalizedTimeOrderingMatch' APPLIES ( createTimestamp $ modifyTimestamp $ lastLoginDate $ expiredDate ) )
May 15 12:41:59 mail2 slapd[6642]:     2.5.13.27 (generalizedTimeMatch):
May 15 12:41:59 mail2 slapd[6642]: matchingRuleUse: ( 2.5.13.27 NAME 'generalizedTimeMatch' APPLIES ( createTimestamp $ modifyTimestamp $ lastLoginDate $ expiredDate ) )
May 15 12:41:59 mail2 slapd[6642]:     2.5.13.24 (protocolInformationMatch):
May 15 12:41:59 mail2 slapd[6642]: matchingRuleUse: ( 2.5.13.24 NAME 'protocolInformationMatch' APPLIES protocolInformation )
May 15 12:41:59 mail2 slapd[6642]:     2.5.13.23 (uniqueMemberMatch):
May 15 12:41:59 mail2 slapd[6642]: matchingRuleUse: ( 2.5.13.23 NAME 'uniqueMemberMatch' APPLIES uniqueMember )
May 15 12:41:59 mail2 slapd[6642]:     2.5.13.22 (presentationAddressMatch):
May 15 12:41:59 mail2 slapd[6642]: matchingRuleUse: ( 2.5.13.22 NAME 'presentationAddressMatch' APPLIES presentationAddress )
May 15 12:41:59 mail2 slapd[6642]:     2.5.13.20 (telephoneNumberMatch):
May 15 12:41:59 mail2 slapd[6642]: matchingRuleUse: ( 2.5.13.20 NAME 'telephoneNumberMatch' APPLIES ( telephoneNumber $ homePhone $ mobile $ pager ) )
May 15 12:41:59 mail2 slapd[6642]:     2.5.13.18 (octetStringOrderingMatch):
May 15 12:41:59 mail2 slapd[6642]: matchingRuleUse: ( 2.5.13.18 NAME 'octetStringOrderingMatch' APPLIES ( userPassword $ olcDbCryptKey ) )
May 15 12:41:59 mail2 slapd[6642]:     2.5.13.17 (octetStringMatch):
May 15 12:41:59 mail2 slapd[6642]: matchingRuleUse: ( 2.5.13.17 NAME 'octetStringMatch' APPLIES ( userPassword $ olcDbCryptKey ) )
May 15 12:41:59 mail2 slapd[6642]:     2.5.13.16 (bitStringMatch):
May 15 12:41:59 mail2 slapd[6642]: matchingRuleUse: ( 2.5.13.16 NAME 'bitStringMatch' APPLIES x500UniqueIdentifier )
May 15 12:41:59 mail2 slapd[6642]:     2.5.13.15 (integerOrderingMatch):
May 15 12:41:59 mail2 slapd[6642]: matchingRuleUse: ( 2.5.13.15 NAME 'integerOrderingMatch' APPLIES ( supportedLDAPVersion $ entryTtl $ uidNumber $ gidNumber $ olcConcurrency $ olcConnMaxPending $ olcConnMaxPendingAuth $ olcIdleTimeout $ olcIndexSubstrIfMinLen $ olcIndexSubstrIfMaxLen $ olcIndexSubstrAnyLen $ olcIndexSubstrAnyStep $ olcIndexIntLen $ olcListenerThreads $ olcLocalSSF $ olcMaxDerefDepth $ olcReplicationInterval $ olcSockbufMaxIncoming $ olcSockbufMaxIncomingAuth $ olcThreads $ olcToolThreads $ olcWriteTimeout $ olcDbCacheFree $ olcDbCacheSize $ olcDbDNcacheSize $ olcDbIDLcacheSize $ olcDbSearchStack $ olcDbShmKey $ mailPreferenceOption $ shadowLastChange $ shadowMin $ shadowMax $ shadowWarning $ shadowInactive $ shadowExpire $ shadowFlag $ ipServicePort $ ipProtocolNumber $ oncRpcNumber $ domainMaxQuotaSize $ domainMaxUserNumber $ domainCurrentUserNumber $ domainMaxAliasNumber $ domainCurrentAliasNumber $ domainMaxListNumber $ domainCurrentListNumber $ domainDefaultUserQuota $ mailUID $ mailGID $ mailQuota $ mailQuotaMessageLimit ) )
May 15 12:41:59 mail2 slapd[6642]:     2.5.13.14 (integerMatch):
May 15 12:41:59 mail2 slapd[6642]: matchingRuleUse: ( 2.5.13.14 NAME 'integerMatch' APPLIES ( supportedLDAPVersion $ entryTtl $ uidNumber $ gidNumber $ olcConcurrency $ olcConnMaxPending $ olcConnMaxPendingAuth $ olcIdleTimeout $ olcIndexSubstrIfMinLen $ olcIndexSubstrIfMaxLen $ olcIndexSubstrAnyLen $ olcIndexSubstrAnyStep $ olcIndexIntLen $ olcListenerThreads $ olcLocalSSF $ olcMaxDerefDepth $ olcReplicationInterval $ olcSockbufMaxIncoming $ olcSockbufMaxIncomingAuth $ olcThreads $ olcToolThreads $ olcWriteTimeout $ olcDbCacheFree $ olcDbCacheSize $ olcDbDNcacheSize $ olcDbIDLcacheSize $ olcDbSearchStack $ olcDbShmKey $ mailPreferenceOption $ shadowLastChange $ shadowMin $ shadowMax $ shadowWarning $ shadowInactive $ shadowExpire $ shadowFlag $ ipServicePort $ ipProtocolNumber $ oncRpcNumber $ domainMaxQuotaSize $ domainMaxUserNumber $ domainCurrentUserNumber $ domainMaxAliasNumber $ domainCurrentAliasNumber $ domainMaxListNumber $ domainCurrentListNumber $ domainDefaultUserQuota $ mailUID $ mailGID $ mailQuota $ mailQuotaMessageLimit ) )
May 15 12:41:59 mail2 slapd[6642]:     2.5.13.13 (booleanMatch):
May 15 12:41:59 mail2 slapd[6642]: matchingRuleUse: ( 2.5.13.13 NAME 'booleanMatch' APPLIES ( hasSubordinates $ olcAddContentAcl $ olcGentleHUP $ olcHidden $ olcLastMod $ olcMirrorMode $ olcMonitoring $ olcReadOnly $ olcReverseLookup $ olcSyncUseSubentry $ olcDbChecksum $ olcDbNoSync $ olcDbDirtyRead $ olcDbLinearIndex $ amavisVirusLover $ amavisBannedFilesLover $ amavisBypassVirusChecks $ amavisBypassSpamChecks $ amavisSpamModifiesSubj $ amavisSpamLover $ amavisBadHeaderLover $ amavisBypassBannedChecks $ amavisBypassHeaderChecks $ amavisLocal $ amavisWarnVirusRecip $ amavisWarnBannedRecip $ amavisWarnBadHeaderRecip $ amavisUncheckedLover ) )
May 15 12:41:59 mail2 slapd[6642]:     2.5.13.11 (caseIgnoreListMatch):
May 15 12:41:59 mail2 slapd[6642]: matchingRuleUse: ( 2.5.13.11 NAME 'caseIgnoreListMatch' APPLIES ( postalAddress $ registeredAddress $ homePostalAddress ) )
May 15 12:41:59 mail2 slapd[6642]:     2.5.13.9 (numericStringOrderingMatch):
May 15 12:41:59 mail2 slapd[6642]: matchingRuleUse: ( 2.5.13.9 NAME 'numericStringOrderingMatch' APPLIES ( x121Address $ internationaliSDNNumber ) )
May 15 12:41:59 mail2 slapd[6642]:     2.5.13.8 (numericStringMatch):
May 15 12:41:59 mail2 slapd[6642]: matchingRuleUse: ( 2.5.13.8 NAME 'numericStringMatch' APPLIES ( x121Address $ internationaliSDNNumber ) )
May 15 12:41:59 mail2 slapd[6642]:     2.5.13.7 (caseExactSubstringsMatch):
May 15 12:41:59 mail2 slapd[6642]: matchingRuleUse: ( 2.5.13.7 NAME 'caseExactSubstringsMatch' APPLIES ( serialNumber $ destinationIndicator $ dnQualifier ) )
May 15 12:41:59 mail2 slapd[6642]:     2.5.13.6 (caseExactOrderingMatch):
May 15 12:41:59 mail2 slapd[6642]: matchingRuleUse: ( 2.5.13.6 NAME 'caseExactOrderingMatch' APPLIES ( supportedSASLMechanisms $ vendorName $ vendorVersion $ ref $ name $ cn $ uid $ labeledURI $ description $ olcConfigFile $ olcConfigDir $ olcAccess $ olcAllows $ olcArgsFile $ olcAttributeOptions $ olcAttributeTypes $ olcAuthIDRewrite $ olcAuthzPolicy $ olcAuthzRegexp $ olcBackend $ olcDatabase $ olcDisallows $ olcDitContentRules $ olcExtraAttrs $ olcInclude $ olcLdapSyntaxes $ olcLimits $ olcLogFile $ olcLogLevel $ olcModuleLoad $ olcModulePath $ olcObjectClasses $ olcObjectIdentifier $ olcOverlay $ olcPasswordCryptSaltFormat $ olcPasswordHash $ olcPidFile $ olcPlugin $ olcPluginLogFile $ olcReferral $ olcReplica $ olcReplicaArgsFile $ olcReplicaPidFile $ olcReplogFile $ olcRequires $ olcRestrict $ olcRootDSE $ olcRootPW $ olcSaslAuxprops $ olcSaslHost $ olcSaslRealm $ olcSaslSecProps $ olcSecurity $ olcServerID $ olcSizeLimit $ olcSortVals $ olcSubordinate $ olcSyncrepl $ olcTCPBuffer $ olcTimeLimit $ olcTLSCACertificateFile $ olcTLSCACertificatePath $ olcTLSCertificateFile $ olcTLSCertificateKeyFile $ olcTLSCipherSuite $ olcTLSCRLCheck $ olcTLSCRLFile $ olcTLSRandFile $ olcTLSVerifyClient $ olcTLSDHParamFile $ olcTLSProtocolMin $ olcUpdateRef $ olcDbDirectory $ olcDbCheckpoint $ olcDbCryptFile $ olcDbPageSize $ olcDbIndex $ olcDbLockDetect $ olcDbMode $ knowledgeInformation $ sn $ serialNumber $ c $ l $ st $ street $ o $ ou $ title $ businessCategory $ postalCode $ postOfficeBox $ physicalDeliveryOfficeName $ destinationIndicator $ givenName $ initials $ generationQualifier $ dnQualifier $ houseIdentifier $ dmdName $ pseudonym $ corbaRepositoryId $ textEncodedORAddress $ info $ drink $ roomNumber $ userClass $ host $ documentIdentifier $ documentTitle $ documentVersion $ documentLocation $ personalTitle $ co $ uniqueIdentifier $ organizationalStatus $ buildingName $ documentPublisher $ carLicense $ departmentNumber $ displayName $ employeeNumber $ employeeType $ preferredLanguage $ ipServiceProtocol $ nisMapNam
May 15 12:41:59 mail2 slapd[6642]:     2.5.13.5 (caseExactMatch):
May 15 12:41:59 mail2 slapd[6642]: matchingRuleUse: ( 2.5.13.5 NAME 'caseExactMatch' APPLIES ( supportedSASLMechanisms $ vendorName $ vendorVersion $ ref $ name $ cn $ uid $ labeledURI $ description $ olcConfigFile $ olcConfigDir $ olcAccess $ olcAllows $ olcArgsFile $ olcAttributeOptions $ olcAttributeTypes $ olcAuthIDRewrite $ olcAuthzPolicy $ olcAuthzRegexp $ olcBackend $ olcDatabase $ olcDisallows $ olcDitContentRules $ olcExtraAttrs $ olcInclude $ olcLdapSyntaxes $ olcLimits $ olcLogFile $ olcLogLevel $ olcModuleLoad $ olcModulePath $ olcObjectClasses $ olcObjectIdentifier $ olcOverlay $ olcPasswordCryptSaltFormat $ olcPasswordHash $ olcPidFile $ olcPlugin $ olcPluginLogFile $ olcReferral $ olcReplica $ olcReplicaArgsFile $ olcReplicaPidFile $ olcReplogFile $ olcRequires $ olcRestrict $ olcRootDSE $ olcRootPW $ olcSaslAuxprops $ olcSaslHost $ olcSaslRealm $ olcSaslSecProps $ olcSecurity $ olcServerID $ olcSizeLimit $ olcSortVals $ olcSubordinate $ olcSyncrepl $ olcTCPBuffer $ olcTimeLimit $ olcTLSCACertificateFile $ olcTLSCACertificatePath $ olcTLSCertificateFile $ olcTLSCertificateKeyFile $ olcTLSCipherSuite $ olcTLSCRLCheck $ olcTLSCRLFile $ olcTLSRandFile $ olcTLSVerifyClient $ olcTLSDHParamFile $ olcTLSProtocolMin $ olcUpdateRef $ olcDbDirectory $ olcDbCheckpoint $ olcDbCryptFile $ olcDbPageSize $ olcDbIndex $ olcDbLockDetect $ olcDbMode $ knowledgeInformation $ sn $ serialNumber $ c $ l $ st $ street $ o $ ou $ title $ businessCategory $ postalCode $ postOfficeBox $ physicalDeliveryOfficeName $ destinationIndicator $ givenName $ initials $ generationQualifier $ dnQualifier $ houseIdentifier $ dmdName $ pseudonym $ corbaRepositoryId $ textEncodedORAddress $ info $ drink $ roomNumber $ userClass $ host $ documentIdentifier $ documentTitle $ documentVersion $ documentLocation $ personalTitle $ co $ uniqueIdentifier $ organizationalStatus $ buildingName $ documentPublisher $ carLicense $ departmentNumber $ displayName $ employeeNumber $ employeeType $ preferredLanguage $ ipServiceProtocol $ nisMapName $ disc
May 15 12:41:59 mail2 slapd[6642]:     2.5.13.4 (caseIgnoreSubstringsMatch):
May 15 12:41:59 mail2 slapd[6642]: matchingRuleUse: ( 2.5.13.4 NAME 'caseIgnoreSubstringsMatch' APPLIES ( serialNumber $ destinationIndicator $ dnQualifier ) )
May 15 12:41:59 mail2 slapd[6642]:     2.5.13.3 (caseIgnoreOrderingMatch):
May 15 12:41:59 mail2 slapd[6642]: matchingRuleUse: ( 2.5.13.3 NAME 'caseIgnoreOrderingMatch' APPLIES ( supportedSASLMechanisms $ vendorName $ vendorVersion $ ref $ name $ cn $ uid $ labeledURI $ description $ olcConfigFile $ olcConfigDir $ olcAccess $ olcAllows $ olcArgsFile $ olcAttributeOptions $ olcAttributeTypes $ olcAuthIDRewrite $ olcAuthzPolicy $ olcAuthzRegexp $ olcBackend $ olcDatabase $ olcDisallows $ olcDitContentRules $ olcExtraAttrs $ olcInclude $ olcLdapSyntaxes $ olcLimits $ olcLogFile $ olcLogLevel $ olcModuleLoad $ olcModulePath $ olcObjectClasses $ olcObjectIdentifier $ olcOverlay $ olcPasswordCryptSaltFormat $ olcPasswordHash $ olcPidFile $ olcPlugin $ olcPluginLogFile $ olcReferral $ olcReplica $ olcReplicaArgsFile $ olcReplicaPidFile $ olcReplogFile $ olcRequires $ olcRestrict $ olcRootDSE $ olcRootPW $ olcSaslAuxprops $ olcSaslHost $ olcSaslRealm $ olcSaslSecProps $ olcSecurity $ olcServerID $ olcSizeLimit $ olcSortVals $ olcSubordinate $ olcSyncrepl $ olcTCPBuffer $ olcTimeLimit $ olcTLSCACertificateFile $ olcTLSCACertificatePath $ olcTLSCertificateFile $ olcTLSCertificateKeyFile $ olcTLSCipherSuite $ olcTLSCRLCheck $ olcTLSCRLFile $ olcTLSRandFile $ olcTLSVerifyClient $ olcTLSDHParamFile $ olcTLSProtocolMin $ olcUpdateRef $ olcDbDirectory $ olcDbCheckpoint $ olcDbCryptFile $ olcDbPageSize $ olcDbIndex $ olcDbLockDetect $ olcDbMode $ knowledgeInformation $ sn $ serialNumber $ c $ l $ st $ street $ o $ ou $ title $ businessCategory $ postalCode $ postOfficeBox $ physicalDeliveryOfficeName $ destinationIndicator $ givenName $ initials $ generationQualifier $ dnQualifier $ houseIdentifier $ dmdName $ pseudonym $ corbaRepositoryId $ textEncodedORAddress $ info $ drink $ roomNumber $ userClass $ host $ documentIdentifier $ documentTitle $ documentVersion $ documentLocation $ personalTitle $ co $ uniqueIdentifier $ organizationalStatus $ buildingName $ documentPublisher $ carLicense $ departmentNumber $ displayName $ employeeNumber $ employeeType $ preferredLanguage $ ipServiceProtocol $ nisMapNa
May 15 12:41:59 mail2 slapd[6642]:     2.5.13.2 (caseIgnoreMatch):
May 15 12:41:59 mail2 slapd[6642]: matchingRuleUse: ( 2.5.13.2 NAME 'caseIgnoreMatch' APPLIES ( supportedSASLMechanisms $ vendorName $ vendorVersion $ ref $ name $ cn $ uid $ labeledURI $ description $ olcConfigFile $ olcConfigDir $ olcAccess $ olcAllows $ olcArgsFile $ olcAttributeOptions $ olcAttributeTypes $ olcAuthIDRewrite $ olcAuthzPolicy $ olcAuthzRegexp $ olcBackend $ olcDatabase $ olcDisallows $ olcDitContentRules $ olcExtraAttrs $ olcInclude $ olcLdapSyntaxes $ olcLimits $ olcLogFile $ olcLogLevel $ olcModuleLoad $ olcModulePath $ olcObjectClasses $ olcObjectIdentifier $ olcOverlay $ olcPasswordCryptSaltFormat $ olcPasswordHash $ olcPidFile $ olcPlugin $ olcPluginLogFile $ olcReferral $ olcReplica $ olcReplicaArgsFile $ olcReplicaPidFile $ olcReplogFile $ olcRequires $ olcRestrict $ olcRootDSE $ olcRootPW $ olcSaslAuxprops $ olcSaslHost $ olcSaslRealm $ olcSaslSecProps $ olcSecurity $ olcServerID $ olcSizeLimit $ olcSortVals $ olcSubordinate $ olcSyncrepl $ olcTCPBuffer $ olcTimeLimit $ olcTLSCACertificateFile $ olcTLSCACertificatePath $ olcTLSCertificateFile $ olcTLSCertificateKeyFile $ olcTLSCipherSuite $ olcTLSCRLCheck $ olcTLSCRLFile $ olcTLSRandFile $ olcTLSVerifyClient $ olcTLSDHParamFile $ olcTLSProtocolMin $ olcUpdateRef $ olcDbDirectory $ olcDbCheckpoint $ olcDbCryptFile $ olcDbPageSize $ olcDbIndex $ olcDbLockDetect $ olcDbMode $ knowledgeInformation $ sn $ serialNumber $ c $ l $ st $ street $ o $ ou $ title $ businessCategory $ postalCode $ postOfficeBox $ physicalDeliveryOfficeName $ destinationIndicator $ givenName $ initials $ generationQualifier $ dnQualifier $ houseIdentifier $ dmdName $ pseudonym $ corbaRepositoryId $ textEncodedORAddress $ info $ drink $ roomNumber $ userClass $ host $ documentIdentifier $ documentTitle $ documentVersion $ documentLocation $ personalTitle $ co $ uniqueIdentifier $ organizationalStatus $ buildingName $ documentPublisher $ carLicense $ departmentNumber $ displayName $ employeeNumber $ employeeType $ preferredLanguage $ ipServiceProtocol $ nisMapName $ dis
May 15 12:41:59 mail2 slapd[6642]:     1.2.36.79672281.1.13.3 (rdnMatch):
May 15 12:41:59 mail2 slapd[6642]:     2.5.13.1 (distinguishedNameMatch):
May 15 12:41:59 mail2 slapd[6642]: matchingRuleUse: ( 2.5.13.1 NAME 'distinguishedNameMatch' APPLIES ( creatorsName $ modifiersName $ subschemaSubentry $ entryDN $ namingContexts $ aliasedObjectName $ dynamicSubtrees $ distinguishedName $ seeAlso $ olcDefaultSearchBase $ olcRootDN $ olcSchemaDN $ olcSuffix $ olcUpdateDN $ member $ owner $ roleOccupant $ manager $ documentAuthor $ secretary $ associatedName $ dITRedirect ) )
May 15 12:41:59 mail2 slapd[6642]:     2.5.13.0 (objectIdentifierMatch):
May 15 12:41:59 mail2 slapd[6642]: matchingRuleUse: ( 2.5.13.0 NAME 'objectIdentifierMatch' APPLIES ( supportedControl $ supportedExtension $ supportedFeatures $ supportedApplicationContext ) )
May 15 12:41:59 mail2 slapd[6643]: slapd startup: initiated.
May 15 12:41:59 mail2 slapd[6643]: backend_startup_one: starting "cn=config"
May 15 12:41:59 mail2 slapd[6643]: config_back_db_open
May 15 12:41:59 mail2 slapd[6643]: config_back_db_open: line 0: warning: cannot assess the validity of the ACL scope within backend naming context
May 15 12:41:59 mail2 slapd[6643]: config_back_db_open: No explicit ACL for back-config configured. Using hardcoded default
May 15 12:41:59 mail2 slapd[6643]: config_build_entry: "cn=config"
May 15 12:41:59 mail2 slapd[6643]: config_build_entry: "cn=module{0}"
May 15 12:41:59 mail2 slapd[6643]: config_build_entry: "cn=schema"
May 15 12:41:59 mail2 slapd[6643]: >>> dnNormalize: <cn={0}core>
May 15 12:41:59 mail2 slapd[6643]: <<< dnNormalize: <cn={0}core>
May 15 12:41:59 mail2 slapd[6643]: config_build_entry: "cn={0}core"
May 15 12:41:59 mail2 slapd[6643]: >>> dnNormalize: <cn={1}corba>
May 15 12:41:59 mail2 slapd[6643]: <<< dnNormalize: <cn={1}corba>
May 15 12:41:59 mail2 slapd[6643]: config_build_entry: "cn={1}corba"
May 15 12:41:59 mail2 slapd[6643]: >>> dnNormalize: <cn={2}cosine>
May 15 12:41:59 mail2 slapd[6643]: <<< dnNormalize: <cn={2}cosine>
May 15 12:41:59 mail2 slapd[6643]: config_build_entry: "cn={2}cosine"
May 15 12:41:59 mail2 slapd[6643]: >>> dnNormalize: <cn={3}inetorgperson>
May 15 12:41:59 mail2 slapd[6643]: <<< dnNormalize: <cn={3}inetorgperson>
May 15 12:41:59 mail2 slapd[6643]: config_build_entry: "cn={3}inetorgperson"
May 15 12:41:59 mail2 slapd[6643]: >>> dnNormalize: <cn={4}nis>
May 15 12:41:59 mail2 slapd[6643]: <<< dnNormalize: <cn={4}nis>
May 15 12:41:59 mail2 slapd[6643]: config_build_entry: "cn={4}nis"
May 15 12:41:59 mail2 slapd[6643]: >>> dnNormalize: <cn={5}amavis>
May 15 12:41:59 mail2 slapd[6643]: <<< dnNormalize: <cn={5}amavis>
May 15 12:41:59 mail2 slapd[6643]: config_build_entry: "cn={5}amavis"
May 15 12:41:59 mail2 slapd[6643]: >>> dnNormalize: <cn={6}iredmail>
May 15 12:41:59 mail2 slapd[6643]: <<< dnNormalize: <cn={6}iredmail>
May 15 12:41:59 mail2 slapd[6643]: config_build_entry: "cn={6}iredmail"
May 15 12:41:59 mail2 slapd[6643]: config_build_entry: "olcDatabase={-1}frontend"
May 15 12:41:59 mail2 slapd[6643]: config_build_entry: "olcDatabase={0}config"
May 15 12:41:59 mail2 slapd[6643]: config_build_entry: "olcDatabase={1}bdb"
May 15 12:41:59 mail2 slapd[6643]: backend_startup_one: starting "dc=campus,dc=local"
May 15 12:41:59 mail2 slapd[6643]: bdb_db_open: "dc=campus,dc=local"
May 15 12:41:59 mail2 slapd[6643]: bdb_db_open: database "dc=campus,dc=local": dbenv_open(/var/lib/ldap/campus.local).
May 15 12:41:59 mail2 slapd[6643]: slapd starting
May 15 12:41:59 mail2 slapd[6643]: daemon: added 5r listener=(nil)
May 15 12:41:59 mail2 slapd[6643]: daemon: added 8r listener=0x7fe2dacf1300
May 15 12:41:59 mail2 slapd[6643]: daemon: added 9r listener=0x7fe2dacf13c0
May 15 12:41:59 mail2 slapd[6643]: daemon: added 10r listener=0x7fe2dacf1590
May 15 12:41:59 mail2 slapd[6643]: daemon: epoll: listen=8 active_threads=0 tvp=zero
May 15 12:41:59 mail2 slapd[6643]: daemon: epoll: listen=9 active_threads=0 tvp=zero
May 15 12:41:59 mail2 slapd[6643]: daemon: epoll: listen=10 active_threads=0 tvp=zero
May 15 12:41:59 mail2 slapd[6643]: daemon: activity on 1 descriptor
May 15 12:41:59 mail2 slapd[6643]: daemon: activity on:
May 15 12:41:59 mail2 slapd[6643]:
May 15 12:41:59 mail2 slapd[6643]: daemon: epoll: listen=8 active_threads=0 tvp=zero
May 15 12:41:59 mail2 slapd[6643]: daemon: epoll: listen=9 active_threads=0 tvp=zero
May 15 12:41:59 mail2 slapd[6643]: daemon: epoll: listen=10 active_threads=0 tvp=zero
May 15 12:41:59 mail2 slapd[6643]: =>do_syncrepl rid=001
May 15 12:41:59 mail2 slapd[6643]: => bdb_entry_get: ndn: "dc=campus,dc=local"
May 15 12:41:59 mail2 slapd[6643]: => bdb_entry_get: oc: "(null)", at: "contextCSN"
May 15 12:41:59 mail2 slapd[6643]: bdb_dn2entry("dc=campus,dc=local")
May 15 12:41:59 mail2 slapd[6643]: => bdb_dn2id("dc=campus,dc=local")
May 15 12:41:59 mail2 slapd[6643]: <= bdb_dn2id: got id=0x1
May 15 12:41:59 mail2 slapd[6643]: entry_decode: "dc=campus,dc=local"
May 15 12:41:59 mail2 slapd[6643]: <= entry_decode(dc=campus,dc=local)
May 15 12:41:59 mail2 slapd[6643]: => bdb_entry_get: found entry: "dc=campus,dc=local"
May 15 12:41:59 mail2 slapd[6643]: bdb_entry_get: rc=0
May 15 12:41:59 mail2 slapd[6643]: => access_allowed: result not in cache (contextCSN)
May 15 12:41:59 mail2 slapd[6643]: => access_allowed: read access to "dc=campus,dc=local" "contextCSN" requested
May 15 12:41:59 mail2 slapd[6643]: <= root access granted
May 15 12:41:59 mail2 slapd[6643]: => access_allowed: read access granted by manage(=mwrscxd)
May 15 12:41:59 mail2 slapd[6643]: => access_allowed: result was in cache (contextCSN)
May 15 12:41:59 mail2 slapd[6643]: =>do_syncrep2 rid=001
May 15 12:41:59 mail2 slapd[6643]: do_syncrep2: rid=001 got search entry without Sync State control (dc=campus,dc=local)
May 15 12:41:59 mail2 slapd[6643]: do_syncrepl: rid=001 rc -1 retrying
May 15 12:41:59 mail2 slapd[6643]: daemon: activity on 1 descriptor
May 15 12:41:59 mail2 slapd[6643]: daemon: activity on:
May 15 12:41:59 mail2 slapd[6643]:
May 15 12:41:59 mail2 slapd[6643]: daemon: epoll: listen=8 active_threads=0 tvp=zero
May 15 12:41:59 mail2 slapd[6643]: daemon: epoll: listen=9 active_threads=0 tvp=zero
May 15 12:41:59 mail2 slapd[6643]: daemon: epoll: listen=10 active_threads=0 tvp=zero
May 15 12:42:01 mail2 slapd[6643]: daemon: activity on 1 descriptor
May 15 12:42:01 mail2 slapd[6643]: daemon: activity on:
May 15 12:42:01 mail2 slapd[6643]:
May 15 12:42:01 mail2 slapd[6643]: slap_listener_activate(8):
May 15 12:42:01 mail2 slapd[6643]: daemon: epoll: listen=8 busy
May 15 12:42:01 mail2 slapd[6643]: daemon: epoll: listen=9 active_threads=0 tvp=zero
May 15 12:42:01 mail2 slapd[6643]: daemon: epoll: listen=10 active_threads=0 tvp=zero
May 15 12:42:01 mail2 slapd[6643]: >>> slap_listener(ldap:///)
May 15 12:42:01 mail2 slapd[6643]: daemon: listen=8, new connection on 13
May 15 12:42:01 mail2 slapd[6643]: daemon: added 13r (active) listener=(nil)
May 15 12:42:01 mail2 slapd[6643]: conn=1000 fd=13 ACCEPT from IP=192.168.179.251:48463 (IP=0.0.0.0:389)
May 15 12:42:01 mail2 slapd[6643]: daemon: activity on 2 descriptors
May 15 12:42:01 mail2 slapd[6643]: daemon: activity on:
May 15 12:42:01 mail2 slapd[6643]:  13r
May 15 12:42:01 mail2 slapd[6643]:
May 15 12:42:01 mail2 slapd[6643]: daemon: read active on 13
May 15 12:42:01 mail2 slapd[6643]: daemon: epoll: listen=8 active_threads=0 tvp=zero
May 15 12:42:01 mail2 slapd[6643]: daemon: epoll: listen=9 active_threads=0 tvp=zero
May 15 12:42:01 mail2 slapd[6643]: daemon: epoll: listen=10 active_threads=0 tvp=zero
May 15 12:42:01 mail2 slapd[6643]: connection_get(13)
May 15 12:42:01 mail2 slapd[6643]: connection_get(13): got connid=1000
May 15 12:42:01 mail2 slapd[6643]: connection_read(13): checking for input on id=1000
May 15 12:42:01 mail2 slapd[6643]: op tag 0x60, time 1400179321
May 15 12:42:01 mail2 slapd[6643]: conn=1000 op=0 do_bind
May 15 12:42:01 mail2 slapd[6643]: >>> dnPrettyNormal: <cn=manager,dc=campus,dc=local>
May 15 12:42:01 mail2 slapd[6643]: <<< dnPrettyNormal: <cn=manager,dc=campus,dc=local>, <cn=manager,dc=campus,dc=local>
May 15 12:42:01 mail2 slapd[6643]: conn=1000 op=0 BIND dn="cn=manager,dc=campus,dc=local" method=128
May 15 12:42:01 mail2 slapd[6643]: do_bind: version=3 dn="cn=manager,dc=campus,dc=local" method=128
May 15 12:42:01 mail2 slapd[6643]: ==> bdb_bind: dn: cn=manager,dc=campus,dc=local
May 15 12:42:01 mail2 slapd[6643]: conn=1000 op=0 BIND dn="cn=manager,dc=campus,dc=local" mech=SIMPLE ssf=0
May 15 12:42:01 mail2 slapd[6643]: do_bind: v3 bind: "cn=manager,dc=campus,dc=local" to "cn=manager,dc=campus,dc=local"
May 15 12:42:01 mail2 slapd[6643]: send_ldap_result: conn=1000 op=0 p=3
May 15 12:42:01 mail2 slapd[6643]: send_ldap_result: err=0 matched="" text=""
May 15 12:42:01 mail2 slapd[6643]: send_ldap_response: msgid=1 tag=97 err=0
May 15 12:42:01 mail2 slapd[6643]: conn=1000 op=0 RESULT tag=97 err=0 text=
May 15 12:42:01 mail2 slapd[6643]: daemon: activity on 2 descriptors
May 15 12:42:01 mail2 slapd[6643]: daemon: activity on:
May 15 12:42:01 mail2 slapd[6643]:  13r
May 15 12:42:01 mail2 slapd[6643]:
May 15 12:42:01 mail2 slapd[6643]: daemon: read active on 13
May 15 12:42:01 mail2 slapd[6643]: daemon: epoll: listen=8 active_threads=0 tvp=zero
May 15 12:42:01 mail2 slapd[6643]: daemon: epoll: listen=9 active_threads=0 tvp=zero
May 15 12:42:01 mail2 slapd[6643]: daemon: epoll: listen=10 active_threads=0 tvp=zero
May 15 12:42:01 mail2 slapd[6643]: connection_get(13)
May 15 12:42:01 mail2 slapd[6643]: connection_get(13): got connid=1000
May 15 12:42:01 mail2 slapd[6643]: connection_read(13): checking for input on id=1000
May 15 12:42:01 mail2 slapd[6643]: op tag 0x63, time 1400179321
May 15 12:42:01 mail2 slapd[6643]: conn=1000 op=1 do_search
May 15 12:42:01 mail2 slapd[6643]: >>> dnPrettyNormal: <dc=campus,dc=local>
May 15 12:42:01 mail2 slapd[6643]: <<< dnPrettyNormal: <dc=campus,dc=local>, <dc=campus,dc=local>
May 15 12:42:01 mail2 slapd[6643]: SRCH "dc=campus,dc=local" 2 0
May 15 12:42:01 mail2 slapd[6643]:     0 0 0
May 15 12:42:01 mail2 slapd[6643]: begin get_filter
May 15 12:42:01 mail2 slapd[6643]: PRESENT
May 15 12:42:01 mail2 slapd[6643]: end get_filter 0
May 15 12:42:01 mail2 slapd[6643]:     filter: (objectClass=*)
May 15 12:42:01 mail2 slapd[6643]: => get_ctrls
May 15 12:42:01 mail2 slapd[6643]: => get_ctrls: oid="1.3.6.1.4.1.4203.1.9.1.1" (noncritical)
May 15 12:42:01 mail2 slapd[6643]: => get_ctrls: oid="2.16.840.1.113730.3.4.2" (critical)
May 15 12:42:01 mail2 slapd[6643]: <= get_ctrls: n=2 rc=0 err=""
May 15 12:42:01 mail2 slapd[6643]:     attrs:
May 15 12:42:01 mail2 slapd[6643]:  *
May 15 12:42:01 mail2 slapd[6643]:  +
May 15 12:42:01 mail2 slapd[6643]:
May 15 12:42:01 mail2 slapd[6643]: conn=1000 op=1 SRCH base="dc=campus,dc=local" scope=2 deref=0 filter="(objectClass=*)"
May 15 12:42:01 mail2 slapd[6643]: conn=1000 op=1 SRCH attr=* +
May 15 12:42:01 mail2 slapd[6643]: slap_global_control: unrecognized control: 1.3.6.1.4.1.4203.1.9.1.1
May 15 12:42:01 mail2 slapd[6643]: backend_check_controls: unrecognized non-critical control: 1.3.6.1.4.1.4203.1.9.1.1
May 15 12:42:01 mail2 slapd[6643]: => bdb_search
May 15 12:42:01 mail2 slapd[6643]: bdb_dn2entry("dc=campus,dc=local")
May 15 12:42:01 mail2 slapd[6643]: => access_allowed: search access to "dc=campus,dc=local" "entry" requested
May 15 12:42:01 mail2 slapd[6643]: <= root access granted
May 15 12:42:01 mail2 slapd[6643]: => access_allowed: search access granted by manage(=mwrscxd)
May 15 12:42:01 mail2 slapd[6643]: search_candidates: base="dc=campus,dc=local" (0x00000001) scope=2
May 15 12:42:01 mail2 slapd[6643]: => bdb_dn2idl("dc=campus,dc=local")
May 15 12:42:01 mail2 slapd[6643]: => bdb_filter_candidates
May 15 12:42:01 mail2 slapd[6643]: #011AND
May 15 12:42:01 mail2 slapd[6643]: => bdb_list_candidates 0xa0
May 15 12:42:01 mail2 slapd[6643]: => bdb_filter_candidates
May 15 12:42:01 mail2 slapd[6643]: #011PRESENT
May 15 12:42:01 mail2 slapd[6643]: => bdb_presence_candidates (objectClass)
May 15 12:42:01 mail2 slapd[6643]: <= bdb_filter_candidates: id=-1 first=1 last=13
May 15 12:42:01 mail2 slapd[6643]: <= bdb_list_candidates: id=-1 first=1 last=13
May 15 12:42:01 mail2 slapd[6643]: <= bdb_filter_candidates: id=-1 first=1 last=13
May 15 12:42:01 mail2 slapd[6643]: bdb_search_candidates: id=-1 first=1 last=13
May 15 12:42:01 mail2 slapd[6643]: => test_filter
May 15 12:42:01 mail2 slapd[6643]:     PRESENT
May 15 12:42:01 mail2 slapd[6643]: => access_allowed: search access to "dc=campus,dc=local" "objectClass" requested
May 15 12:42:01 mail2 slapd[6643]: <= root access granted
May 15 12:42:01 mail2 slapd[6643]: => access_allowed: search access granted by manage(=mwrscxd)
May 15 12:42:01 mail2 slapd[6643]: <= test_filter 6
May 15 12:42:01 mail2 slapd[6643]: => bdb_dn2id_children("dc=campus,dc=local")
May 15 12:42:01 mail2 slapd[6643]: <= bdb_dn2id_children("dc=campus,dc=local"):  (0)
May 15 12:42:01 mail2 slapd[6643]: => send_search_entry: conn 1000 dn="dc=campus,dc=local"
May 15 12:42:01 mail2 slapd[6643]: => access_allowed: read access to "dc=campus,dc=local" "entry" requested
May 15 12:42:01 mail2 slapd[6643]: <= root access granted
May 15 12:42:01 mail2 slapd[6643]: => access_allowed: read access granted by manage(=mwrscxd)
May 15 12:42:01 mail2 slapd[6643]: => access_allowed: result not in cache (objectClass)
May 15 12:42:01 mail2 slapd[6643]: => access_allowed: read access to "dc=campus,dc=local" "objectClass" requested
May 15 12:42:01 mail2 slapd[6643]: <= root access granted
May 15 12:42:01 mail2 slapd[6643]: => access_allowed: read access granted by manage(=mwrscxd)
May 15 12:42:01 mail2 slapd[6643]: => access_allowed: result was in cache (objectClass)
May 15 12:42:01 mail2 slapd[6643]: => access_allowed: result not in cache (dc)
May 15 12:42:01 mail2 slapd[6643]: => access_allowed: read access to "dc=campus,dc=local" "dc" requested
May 15 12:42:01 mail2 slapd[6643]: <= root access granted
May 15 12:42:01 mail2 slapd[6643]: => access_allowed: read access granted by manage(=mwrscxd)
May 15 12:42:01 mail2 slapd[6643]: => access_allowed: result not in cache (o)
May 15 12:42:01 mail2 slapd[6643]: => access_allowed: read access to "dc=campus,dc=local" "o" requested
May 15 12:42:01 mail2 slapd[6643]: <= root access granted
May 15 12:42:01 mail2 slapd[6643]: => access_allowed: read access granted by manage(=mwrscxd)
May 15 12:42:01 mail2 slapd[6643]: => access_allowed: result not in cache (structuralObjectClass)
May 15 12:42:01 mail2 slapd[6643]: => access_allowed: read access to "dc=campus,dc=local" "structuralObjectClass" requested
May 15 12:42:01 mail2 slapd[6643]: <= root access granted
May 15 12:42:01 mail2 slapd[6643]: => access_allowed: read access granted by manage(=mwrscxd)
May 15 12:42:01 mail2 slapd[6643]: => access_allowed: result not in cache (entryUUID)
May 15 12:42:01 mail2 slapd[6643]: => access_allowed: read access to "dc=campus,dc=local" "entryUUID" requested
May 15 12:42:01 mail2 slapd[6643]: <= root access granted
May 15 12:42:01 mail2 slapd[6643]: => access_allowed: read access granted by manage(=mwrscxd)
May 15 12:42:01 mail2 slapd[6643]: => access_allowed: result not in cache (creatorsName)
May 15 12:42:01 mail2 slapd[6643]: => access_allowed: read access to "dc=campus,dc=local" "creatorsName" requested
May 15 12:42:01 mail2 slapd[6643]: <= root access granted
May 15 12:42:01 mail2 slapd[6643]: => access_allowed: read access granted by manage(=mwrscxd)
May 15 12:42:01 mail2 slapd[6643]: => access_allowed: result not in cache (createTimestamp)
May 15 12:42:01 mail2 slapd[6643]: => access_allowed: read access to "dc=campus,dc=local" "createTimestamp" requested
May 15 12:42:01 mail2 slapd[6643]: <= root access granted
May 15 12:42:01 mail2 slapd[6643]: => access_allowed: read access granted by manage(=mwrscxd)
May 15 12:42:01 mail2 slapd[6643]: => access_allowed: result not in cache (entryCSN)

----

Spider Email Archiver: On-Premises, lightweight email archiving software developed by iRedMail team. Supports Amazon S3 compatible storage and custom branding.

2

Re: mirrormode server2 not replicating

jon.hoffart wrote:

May 15 12:42:01 mail2 slapd[6643]: => access_allowed: result not in cache (createTimestamp)
May 15 12:42:01 mail2 slapd[6643]: => access_allowed: result not in cache (entryCSN)

Not sure whether unindexed attributes matter or not in mirrormode replication, could you try to add them in index and try again?

3

Re: mirrormode server2 not replicating

Here is the openldap.log with now that the attributes are indexed

May 16 13:19:09 mail2 slapd[10121]: daemon: shutdown requested and initiated.
May 16 13:19:09 mail2 slapd[10121]: daemon: closing 8
May 16 13:19:09 mail2 slapd[10121]: daemon: closing 9
May 16 13:19:09 mail2 slapd[10121]: daemon: closing 10
May 16 13:19:09 mail2 slapd[10121]: slapd shutdown: waiting for 0 operations/tasks to finish
May 16 13:19:09 mail2 slapd[10121]: slapd shutdown: initiated
May 16 13:19:09 mail2 slapd[10121]: ====> bdb_cache_release_all
May 16 13:19:09 mail2 slapd[10121]: slapd destroy: freeing system resources.
May 16 13:19:09 mail2 slapd[10121]: syncinfo_free: rid=001
May 16 13:19:09 mail2 slapd[10121]: slapd stopped.
May 16 13:19:09 mail2 slapd[10182]: @(#) $OpenLDAP: slapd  (Apr 23 2013 12:16:04) $#012#011root@lupin:/tmp/buildd/openldap-2.4.31/debian/build/servers/slapd
May 16 13:19:09 mail2 slapd[10182]: line 70 (access to attrs="userPassword,mailForwardingAddress,storageBaseDirectory,homeDirectory,mailMessageStore"    by anonymous    auth    by self         write    by dn.exact="cn=vmail,dc=campus,dc=local"   read    by dn.exact="cn=vmailadmin,dc=campus,dc=local"  write    by users        none)
May 16 13:19:09 mail2 slapd[10182]: >>> dnNormalize: <cn=vmail,dc=campus,dc=local>
May 16 13:19:09 mail2 slapd[10182]: <<< dnNormalize: <cn=vmail,dc=campus,dc=local>
May 16 13:19:09 mail2 slapd[10182]: >>> dnNormalize: <cn=vmailadmin,dc=campus,dc=local>
May 16 13:19:09 mail2 slapd[10182]: <<< dnNormalize: <cn=vmailadmin,dc=campus,dc=local>
May 16 13:19:09 mail2 slapd[10182]: line 78 (access to attrs="cn,sn,gn,givenName,telephoneNumber"    by anonymous    auth    by self         write    by dn.exact="cn=vmail,dc=campus,dc=local"   read    by dn.exact="cn=vmailadmin,dc=campus,dc=local"  write    by users        read)
May 16 13:19:09 mail2 slapd[10182]: >>> dnNormalize: <cn=vmail,dc=campus,dc=local>
May 16 13:19:09 mail2 slapd[10182]: <<< dnNormalize: <cn=vmail,dc=campus,dc=local>
May 16 13:19:09 mail2 slapd[10182]: >>> dnNormalize: <cn=vmailadmin,dc=campus,dc=local>
May 16 13:19:09 mail2 slapd[10182]: <<< dnNormalize: <cn=vmailadmin,dc=campus,dc=local>
May 16 13:19:09 mail2 slapd[10182]: line 86 (access to attrs="objectclass,domainName,mtaTransport,enabledService,domainSenderBccAddress,domainRecipientBccAddress,domainBackupMX,domainMaxQuotaSize,domainMaxUserNumber"    by anonymous    auth    by self         read    by dn.exact="cn=vmail,dc=campus,dc=local"   read    by dn.exact="cn=vmailadmin,dc=campus,dc=local"  write    by users        read)
May 16 13:19:09 mail2 slapd[10182]: >>> dnNormalize: <cn=vmail,dc=campus,dc=local>
May 16 13:19:09 mail2 slapd[10182]: <<< dnNormalize: <cn=vmail,dc=campus,dc=local>
May 16 13:19:09 mail2 slapd[10182]: >>> dnNormalize: <cn=vmailadmin,dc=campus,dc=local>
May 16 13:19:09 mail2 slapd[10182]: <<< dnNormalize: <cn=vmailadmin,dc=campus,dc=local>
May 16 13:19:09 mail2 slapd[10182]: line 93 (access to attrs="domainAdmin,domainGlobalAdmin,domainSenderBccAddress,domainRecipientBccAddress"    by anonymous    auth    by self         read    by dn.exact="cn=vmail,dc=campus,dc=local"   read    by dn.exact="cn=vmailadmin,dc=campus,dc=local"  write    by users        none)
May 16 13:19:09 mail2 slapd[10182]: >>> dnNormalize: <cn=vmail,dc=campus,dc=local>
May 16 13:19:09 mail2 slapd[10182]: <<< dnNormalize: <cn=vmail,dc=campus,dc=local>
May 16 13:19:09 mail2 slapd[10182]: >>> dnNormalize: <cn=vmailadmin,dc=campus,dc=local>
May 16 13:19:09 mail2 slapd[10182]: <<< dnNormalize: <cn=vmailadmin,dc=campus,dc=local>
May 16 13:19:09 mail2 slapd[10182]: line 101 (access to attrs="employeeNumber,mail,accountStatus,userSenderBccAddress,userRecipientBccAddress,mailQuota,backupMailAddress,shadowAddress,memberOfGroup"    by anonymous    auth    by self         read    by dn.exact="cn=vmail,dc=campus,dc=local"   read    by dn.exact="cn=vmailadmin,dc=campus,dc=local"  write    by users        read)
May 16 13:19:09 mail2 slapd[10182]: >>> dnNormalize: <cn=vmail,dc=campus,dc=local>
May 16 13:19:09 mail2 slapd[10182]: <<< dnNormalize: <cn=vmail,dc=campus,dc=local>
May 16 13:19:09 mail2 slapd[10182]: >>> dnNormalize: <cn=vmailadmin,dc=campus,dc=local>
May 16 13:19:09 mail2 slapd[10182]: <<< dnNormalize: <cn=vmailadmin,dc=campus,dc=local>
May 16 13:19:09 mail2 slapd[10182]: line 110 (access to dn="cn=vmail,dc=campus,dc=local"    by anonymous                    auth    by self                         write    by dn.exact="cn=vmailadmin,dc=campus,dc=local"  write    by users                        none)
May 16 13:19:09 mail2 slapd[10182]: >>> dnNormalize: <cn=vmail,dc=campus,dc=local>
May 16 13:19:09 mail2 slapd[10182]: <<< dnNormalize: <cn=vmail,dc=campus,dc=local>
May 16 13:19:09 mail2 slapd[10182]: >>> dnNormalize: <cn=vmailadmin,dc=campus,dc=local>
May 16 13:19:09 mail2 slapd[10182]: <<< dnNormalize: <cn=vmailadmin,dc=campus,dc=local>
May 16 13:19:09 mail2 slapd[10182]: line 115 (access to dn="cn=vmailadmin,dc=campus,dc=local"    by anonymous                    auth    by self                         write    by users                        none)
May 16 13:19:09 mail2 slapd[10182]: >>> dnNormalize: <cn=vmailadmin,dc=campus,dc=local>
May 16 13:19:09 mail2 slapd[10182]: <<< dnNormalize: <cn=vmailadmin,dc=campus,dc=local>
May 16 13:19:09 mail2 slapd[10182]: line 128 (access to dn.regex="domainName=([^,]+),o=domains,dc=campus,dc=local$"    by anonymous                    auth    by self                         write    by dn.exact="cn=vmail,dc=campus,dc=local"   read    by dn.exact="cn=vmailadmin,dc=campus,dc=local"  write    by dn.regex="mail=[^,]+@$1,o=domainAdmins,dc=campus,dc=local$" write    by dn.regex="mail=[^,]+@$1,ou=Users,domainName=$1,o=domains,dc=campus,dc=local$" read    by users                        none)
May 16 13:19:09 mail2 slapd[10182]: >>> dnNormalize: <cn=vmail,dc=campus,dc=local>
May 16 13:19:09 mail2 slapd[10182]: <<< dnNormalize: <cn=vmail,dc=campus,dc=local>
May 16 13:19:09 mail2 slapd[10182]: >>> dnNormalize: <cn=vmailadmin,dc=campus,dc=local>
May 16 13:19:09 mail2 slapd[10182]: <<< dnNormalize: <cn=vmailadmin,dc=campus,dc=local>
May 16 13:19:09 mail2 slapd[10182]: line 139 (access to dn.subtree="o=domains,dc=campus,dc=local"    by anonymous                    auth    by self                         write    by dn.exact="cn=vmail,dc=campus,dc=local"   read    by dn.exact="cn=vmailadmin,dc=campus,dc=local"  write    by dn.regex="mail=[^,]+,ou=Users,domainName=$1,o=domains,dc=campus,dc=local$" read    by users                        read)
May 16 13:19:09 mail2 slapd[10182]: >>> dnNormalize: <o=domains,dc=campus,dc=local>
May 16 13:19:09 mail2 slapd[10182]: <<< dnNormalize: <o=domains,dc=campus,dc=local>
May 16 13:19:09 mail2 slapd[10182]: >>> dnNormalize: <cn=vmail,dc=campus,dc=local>
May 16 13:19:09 mail2 slapd[10182]: <<< dnNormalize: <cn=vmail,dc=campus,dc=local>
May 16 13:19:09 mail2 slapd[10182]: >>> dnNormalize: <cn=vmailadmin,dc=campus,dc=local>
May 16 13:19:09 mail2 slapd[10182]: <<< dnNormalize: <cn=vmailadmin,dc=campus,dc=local>
May 16 13:19:09 mail2 slapd[10182]: line 146 (access to dn.subtree="o=domainAdmins,dc=campus,dc=local"    by anonymous                    auth    by self                         write    by dn.exact="cn=vmail,dc=campus,dc=local"   read    by dn.exact="cn=vmailadmin,dc=campus,dc=local"  write    by users                        none)
May 16 13:19:09 mail2 slapd[10182]: >>> dnNormalize: <o=domainAdmins,dc=campus,dc=local>
May 16 13:19:09 mail2 slapd[10182]: <<< dnNormalize: <o=domainadmins,dc=campus,dc=local>
May 16 13:19:09 mail2 slapd[10182]: >>> dnNormalize: <cn=vmail,dc=campus,dc=local>
May 16 13:19:09 mail2 slapd[10182]: <<< dnNormalize: <cn=vmail,dc=campus,dc=local>
May 16 13:19:09 mail2 slapd[10182]: >>> dnNormalize: <cn=vmailadmin,dc=campus,dc=local>
May 16 13:19:09 mail2 slapd[10182]: <<< dnNormalize: <cn=vmailadmin,dc=campus,dc=local>
May 16 13:19:09 mail2 slapd[10182]: line 154 (access to dn.regex="cn=[^,]+,dc=campus,dc=local"    by anonymous                    auth    by self                         write    by users                        none)
May 16 13:19:09 mail2 slapd[10182]: line 162 (access to *    by anonymous                    auth    by self                         write    by users                        read)
May 16 13:19:09 mail2 slapd[10182]: line 168 (database    bdb)
May 16 13:19:09 mail2 slapd[10182]: bdb_db_init: Initializing BDB database
May 16 13:19:09 mail2 slapd[10182]: line 169 (suffix      dc=campus,dc=local)
May 16 13:19:09 mail2 slapd[10182]: >>> dnPrettyNormal: <dc=campus,dc=local>
May 16 13:19:09 mail2 slapd[10182]: <<< dnPrettyNormal: <dc=campus,dc=local>, <dc=campus,dc=local>
May 16 13:19:09 mail2 slapd[10182]: line 171 (directory   /var/lib/ldap/campus.local)
May 16 13:19:09 mail2 slapd[10182]: line 172 (index#011    entryCSN,entryUUID#011#011eq)
May 16 13:19:09 mail2 slapd[10182]: index entryCSN 0x0004
May 16 13:19:09 mail2 slapd[10182]: index entryUUID 0x0004
May 16 13:19:09 mail2 slapd[10182]: line 174 (rootdn      cn=Manager,dc=campus,dc=local)
May 16 13:19:09 mail2 slapd[10182]: >>> dnPrettyNormal: <cn=Manager,dc=campus,dc=local>
May 16 13:19:09 mail2 slapd[10182]: <<< dnPrettyNormal: <cn=Manager,dc=campus,dc=local>, <cn=manager,dc=campus,dc=local>
May 16 13:19:09 mail2 slapd[10182]: line 175 (rootpw ***)
May 16 13:19:09 mail2 slapd[10182]: line 177 (sizelimit   10000)
May 16 13:19:09 mail2 slapd[10182]: line 178 (cachesize   10000)
May 16 13:19:09 mail2 slapd[10182]: line 188 (syncrepl ***)
May 16 13:19:09 mail2 slapd[10182]: >>> dnNormalize: <cn=Manager,dc=campus,dc=local>
May 16 13:19:09 mail2 slapd[10182]: <<< dnNormalize: <cn=manager,dc=campus,dc=local>
May 16 13:19:09 mail2 slapd[10182]: >>> dnNormalize: <dc=campus,dc=local>
May 16 13:19:09 mail2 slapd[10182]: <<< dnNormalize: <dc=campus,dc=local>
May 16 13:19:09 mail2 slapd[10182]: str2filter "(objectclass=*)"
May 16 13:19:09 mail2 slapd[10182]: begin get_filter
May 16 13:19:09 mail2 slapd[10182]: PRESENT
May 16 13:19:09 mail2 slapd[10182]: end get_filter 0
May 16 13:19:09 mail2 slapd[10182]: Config: ** successfully added syncrepl rid=001 "ldap://192.168.179.251"
May 16 13:19:09 mail2 slapd[10182]: line 190 (mirrormode on)
May 16 13:19:09 mail2 slapd[10182]: line 204 (checkpoint  128 5)
May 16 13:19:09 mail2 slapd[10182]: line 207 (mode        0700)
May 16 13:19:09 mail2 slapd[10182]: line 212 (index objectClass                                   eq,pres)
May 16 13:19:09 mail2 slapd[10182]: index objectClass 0x0006
May 16 13:19:09 mail2 slapd[10182]: line 213 (index uidNumber,gidNumber,uid,memberUid,loginShell  eq,pres)
May 16 13:19:09 mail2 slapd[10182]: index uidNumber 0x0006
May 16 13:19:09 mail2 slapd[10182]: index gidNumber 0x0006
May 16 13:19:09 mail2 slapd[10182]: index uid 0x0006
May 16 13:19:09 mail2 slapd[10182]: index memberUid 0x0006
May 16 13:19:09 mail2 slapd[10182]: index loginShell 0x0006
May 16 13:19:09 mail2 slapd[10182]: line 214 (index homeDirectory,mailMessageStore                eq,pres)
May 16 13:19:09 mail2 slapd[10182]: index homeDirectory 0x0006
May 16 13:19:09 mail2 slapd[10182]: index mailMessageStore 0x0006
May 16 13:19:09 mail2 slapd[10182]: line 215 (index ou,cn,mail,surname,givenname,telephoneNumber  eq,pres,sub)
May 16 13:19:09 mail2 slapd[10182]: index ou 0x0716
May 16 13:19:09 mail2 slapd[10182]: index cn 0x0716
May 16 13:19:09 mail2 slapd[10182]: index mail 0x0716
May 16 13:19:09 mail2 slapd[10182]: index sn 0x0716
May 16 13:19:09 mail2 slapd[10182]: index givenName 0x0716
May 16 13:19:09 mail2 slapd[10182]: index telephoneNumber 0x0716
May 16 13:19:09 mail2 slapd[10182]: line 217 (index shadowLastChange                              eq,pres)
May 16 13:19:09 mail2 slapd[10182]: index shadowLastChange 0x0006
May 16 13:19:09 mail2 slapd[10182]: line 223 (index domainName,mtaTransport,accountStatus,enabledService  eq,pres,sub)
May 16 13:19:09 mail2 slapd[10182]: index domainName 0x0716
May 16 13:19:09 mail2 slapd[10182]: index mtaTransport 0x0716
May 16 13:19:09 mail2 slapd[10182]: index accountStatus 0x0716
May 16 13:19:09 mail2 slapd[10182]: index enabledService 0x0716
May 16 13:19:09 mail2 slapd[10182]: line 224 (index domainAliasName    eq,pres,sub)
May 16 13:19:09 mail2 slapd[10182]: index domainAliasName 0x0716
May 16 13:19:09 mail2 slapd[10182]: line 225 (index domainMaxUserNumber eq,pres)
May 16 13:19:09 mail2 slapd[10182]: index domainMaxUserNumber 0x0006
May 16 13:19:09 mail2 slapd[10182]: line 226 (index domainAdmin,domainGlobalAdmin,domainBackupMX    eq,pres,sub)
May 16 13:19:09 mail2 slapd[10182]: index domainAdmin 0x0716
May 16 13:19:09 mail2 slapd[10182]: index domainGlobalAdmin 0x0716
May 16 13:19:09 mail2 slapd[10182]: index domainBackupMX 0x0716
May 16 13:19:09 mail2 slapd[10182]: line 227 (index domainSenderBccAddress,domainRecipientBccAddress  eq,pres,sub)
May 16 13:19:09 mail2 slapd[10182]: index domainSenderBccAddress 0x0716
May 16 13:19:09 mail2 slapd[10182]: index domainRecipientBccAddress 0x0716
May 16 13:19:09 mail2 slapd[10182]: line 229 (index accessPolicy,hasMember,listAllowedUser   eq,pres,sub)
May 16 13:19:09 mail2 slapd[10182]: index accessPolicy 0x0716
May 16 13:19:09 mail2 slapd[10182]: index hasMember 0x0716
May 16 13:19:09 mail2 slapd[10182]: index listAllowedUser 0x0716
May 16 13:19:09 mail2 slapd[10182]: line 231 (index mailForwardingAddress,shadowAddress   eq,pres,sub)
May 16 13:19:09 mail2 slapd[10182]: index mailForwardingAddress 0x0716
May 16 13:19:09 mail2 slapd[10182]: index shadowAddress 0x0716
May 16 13:19:09 mail2 slapd[10182]: line 232 (index backupMailAddress,memberOfGroup   eq,pres,sub)
May 16 13:19:09 mail2 slapd[10182]: index backupMailAddress 0x0716
May 16 13:19:09 mail2 slapd[10182]: index memberOfGroup 0x0716
May 16 13:19:09 mail2 slapd[10182]: line 233 (index userRecipientBccAddress,userSenderBccAddress  eq,pres,sub)
May 16 13:19:09 mail2 slapd[10182]: index userRecipientBccAddress 0x0716
May 16 13:19:09 mail2 slapd[10182]: index userSenderBccAddress 0x0716
May 16 13:19:09 mail2 slapd[10182]: >>> dnNormalize: <cn=Subschema>
May 16 13:19:09 mail2 slapd[10182]: <<< dnNormalize: <cn=subschema>
May 16 13:19:09 mail2 slapd[10182]: matching_rule_use_init
May 16 13:19:09 mail2 slapd[10182]:     1.2.840.113556.1.4.804 (integerBitOrMatch):
May 16 13:19:09 mail2 slapd[10182]: matchingRuleUse: ( 1.2.840.113556.1.4.804 NAME 'integerBitOrMatch' APPLIES ( supportedLDAPVersion $ entryTtl $ uidNumber $ gidNumber $ olcConcurrency $ olcConnMaxPending $ olcConnMaxPendingAuth $ olcIdleTimeout $ olcIndexSubstrIfMinLen $ olcIndexSubstrIfMaxLen $ olcIndexSubstrAnyLen $ olcIndexSubstrAnyStep $ olcIndexIntLen $ olcListenerThreads $ olcLocalSSF $ olcMaxDerefDepth $ olcReplicationInterval $ olcSockbufMaxIncoming $ olcSockbufMaxIncomingAuth $ olcThreads $ olcToolThreads $ olcWriteTimeout $ olcDbCacheFree $ olcDbCacheSize $ olcDbDNcacheSize $ olcDbIDLcacheSize $ olcDbSearchStack $ olcDbShmKey $ mailPreferenceOption $ shadowLastChange $ shadowMin $ shadowMax $ shadowWarning $ shadowInactive $ shadowExpire $ shadowFlag $ ipServicePort $ ipProtocolNumber $ oncRpcNumber $ domainMaxQuotaSize $ domainMaxUserNumber $ domainCurrentUserNumber $ domainMaxAliasNumber $ domainCurrentAliasNumber $ domainMaxListNumber $ domainCurrentListNumber $ domainDefaultUserQuota $ mailUID $ mailGID $ mailQuota $ mailQuotaMessageLimit ) )
May 16 13:19:09 mail2 slapd[10182]:     1.2.840.113556.1.4.803 (integerBitAndMatch):
May 16 13:19:09 mail2 slapd[10182]: matchingRuleUse: ( 1.2.840.113556.1.4.803 NAME 'integerBitAndMatch' APPLIES ( supportedLDAPVersion $ entryTtl $ uidNumber $ gidNumber $ olcConcurrency $ olcConnMaxPending $ olcConnMaxPendingAuth $ olcIdleTimeout $ olcIndexSubstrIfMinLen $ olcIndexSubstrIfMaxLen $ olcIndexSubstrAnyLen $ olcIndexSubstrAnyStep $ olcIndexIntLen $ olcListenerThreads $ olcLocalSSF $ olcMaxDerefDepth $ olcReplicationInterval $ olcSockbufMaxIncoming $ olcSockbufMaxIncomingAuth $ olcThreads $ olcToolThreads $ olcWriteTimeout $ olcDbCacheFree $ olcDbCacheSize $ olcDbDNcacheSize $ olcDbIDLcacheSize $ olcDbSearchStack $ olcDbShmKey $ mailPreferenceOption $ shadowLastChange $ shadowMin $ shadowMax $ shadowWarning $ shadowInactive $ shadowExpire $ shadowFlag $ ipServicePort $ ipProtocolNumber $ oncRpcNumber $ domainMaxQuotaSize $ domainMaxUserNumber $ domainCurrentUserNumber $ domainMaxAliasNumber $ domainCurrentAliasNumber $ domainMaxListNumber $ domainCurrentListNumber $ domainDefaultUserQuota $ mailUID $ mailGID $ mailQuota $ mailQuotaMessageLimit ) )
May 16 13:19:09 mail2 slapd[10182]:     1.3.6.1.4.1.1466.109.114.2 (caseIgnoreIA5Match):
May 16 13:19:09 mail2 slapd[10182]: matchingRuleUse: ( 1.3.6.1.4.1.1466.109.114.2 NAME 'caseIgnoreIA5Match' APPLIES ( altServer $ olcDbConfig $ mail $ dc $ associatedDomain $ email $ corbaIor $ aRecord $ mDRecord $ mXRecord $ nSRecord $ sOARecord $ cNAMERecord $ janetMailbox $ gecos $ homeDirectory $ loginShell $ memberUid $ memberNisNetgroup $ ipHostNumber $ ipNetworkNumber $ ipNetmaskNumber $ macAddress $ bootFile $ nisMapEntry $ amavisSpamTagLevel $ amavisSpamTag2Level $ amavisSpamKillLevel $ amavisWhitelistSender $ amavisBlacklistSender $ amavisSpamQuarantineTo $ amavisVirusQuarantineTo $ amavisBannedQuarantineTo $ amavisBadHeaderQuarantineTo $ amavisMessageSizeLimit $ amavisVirusAdmin $ amavisNewVirusAdmin $ amavisSpamAdmin $ amavisBannedAdmin $ amavisBadHeaderAdmin $ amavisBannedRuleNames $ amavisSpamDsnCutoffLevel $ amavisSpamQuarantineCutoffLevel $ amavisSpamSubjectTag $ amavisSpamSubjectTag2 $ amavisArchiveQuarantineTo $ amavisAddrExtensionVirus $ amavisAddrExtensionSpam $ amavisAddrExtensionBanned $ amavisAddrExtensionBadHeader $ amavisSpamTag3Level $ amavisSpamSubjectTag3 $ amavisUncheckedQuarantineTo $ amavisCleanQuarantineTo $ amavisForwardMethod $ amavisSaUserConf $ amavisSaUserName $ domainName $ mtaTransport $ domainStatus $ domainAdmin $ domainGlobalAdmin $ domainBackupMX $ domainSenderBccAddress $ domainRecipientBccAddress $ domainCurrentQuotaSize $ domainAliasName $ domainWhitelistIP $ domainWhitelistSender $ domainBlacklistIP $ domainBlacklistSender $ storageBaseDirectory $ mailMessageStore $ mailHost $ mailForwardingAddress $ accountStatus $ userRecipientBccAddress $ userSenderBccAddress $ backupMailAddress $ enabledService $ memberOfGroup $ lastLoginIP $ lastLoginProtocol $ shadowAddress $ accountSetting $ userManager $ mailWhitelistRecipient $ mailBlacklistRecipient $ accessPolicy $ hasMember $ listAllowedUser ) )
May 16 13:19:09 mail2 slapd[10182]:     1.3.6.1.4.1.1466.109.114.1 (caseExactIA5Match):
May 16 13:19:09 mail2 slapd[10182]: matchingRuleUse: ( 1.3.6.1.4.1.1466.109.114.1 NAME 'caseExactIA5Match' APPLIES ( altServer $ olcDbConfig $ mail $ dc $ associatedDomain $ email $ corbaIor $ aRecord $ mDRecord $ mXRecord $ nSRecord $ sOARecord $ cNAMERecord $ janetMailbox $ gecos $ homeDirectory $ loginShell $ memberUid $ memberNisNetgroup $ ipHostNumber $ ipNetworkNumber $ ipNetmaskNumber $ macAddress $ bootFile $ nisMapEntry $ amavisSpamTagLevel $ amavisSpamTag2Level $ amavisSpamKillLevel $ amavisWhitelistSender $ amavisBlacklistSender $ amavisSpamQuarantineTo $ amavisVirusQuarantineTo $ amavisBannedQuarantineTo $ amavisBadHeaderQuarantineTo $ amavisMessageSizeLimit $ amavisVirusAdmin $ amavisNewVirusAdmin $ amavisSpamAdmin $ amavisBannedAdmin $ amavisBadHeaderAdmin $ amavisBannedRuleNames $ amavisSpamDsnCutoffLevel $ amavisSpamQuarantineCutoffLevel $ amavisSpamSubjectTag $ amavisSpamSubjectTag2 $ amavisArchiveQuarantineTo $ amavisAddrExtensionVirus $ amavisAddrExtensionSpam $ amavisAddrExtensionBanned $ amavisAddrExtensionBadHeader $ amavisSpamTag3Level $ amavisSpamSubjectTag3 $ amavisUncheckedQuarantineTo $ amavisCleanQuarantineTo $ amavisForwardMethod $ amavisSaUserConf $ amavisSaUserName $ domainName $ mtaTransport $ domainStatus $ domainAdmin $ domainGlobalAdmin $ domainBackupMX $ domainSenderBccAddress $ domainRecipientBccAddress $ domainCurrentQuotaSize $ domainAliasName $ domainWhitelistIP $ domainWhitelistSender $ domainBlacklistIP $ domainBlacklistSender $ storageBaseDirectory $ mailMessageStore $ mailHost $ mailForwardingAddress $ accountStatus $ userRecipientBccAddress $ userSenderBccAddress $ backupMailAddress $ enabledService $ memberOfGroup $ lastLoginIP $ lastLoginProtocol $ shadowAddress $ accountSetting $ userManager $ mailWhitelistRecipient $ mailBlacklistRecipient $ accessPolicy $ hasMember $ listAllowedUser ) )
May 16 13:19:09 mail2 slapd[10182]:     2.5.13.39 (certificateListMatch):
May 16 13:19:09 mail2 slapd[10182]:     2.5.13.38 (certificateListExactMatch):
May 16 13:19:09 mail2 slapd[10182]: matchingRuleUse: ( 2.5.13.38 NAME 'certificateListExactMatch' APPLIES ( authorityRevocationList $ certificateRevocationList $ deltaRevocationList ) )
May 16 13:19:09 mail2 slapd[10182]:     2.5.13.35 (certificateMatch):
May 16 13:19:09 mail2 slapd[10182]:     2.5.13.34 (certificateExactMatch):
May 16 13:19:09 mail2 slapd[10182]: matchingRuleUse: ( 2.5.13.34 NAME 'certificateExactMatch' APPLIES ( userCertificate $ cACertificate ) )
May 16 13:19:09 mail2 slapd[10182]:     2.5.13.30 (objectIdentifierFirstComponentMatch):
May 16 13:19:09 mail2 slapd[10182]: matchingRuleUse: ( 2.5.13.30 NAME 'objectIdentifierFirstComponentMatch' APPLIES ( supportedControl $ supportedExtension $ supportedFeatures $ ldapSyntaxes $ supportedApplicationContext ) )
May 16 13:19:09 mail2 slapd[10182]:     2.5.13.29 (integerFirstComponentMatch):
May 16 13:19:09 mail2 slapd[10182]: matchingRuleUse: ( 2.5.13.29 NAME 'integerFirstComponentMatch' APPLIES ( supportedLDAPVersion $ entryTtl $ uidNumber $ gidNumber $ olcConcurrency $ olcConnMaxPending $ olcConnMaxPendingAuth $ olcIdleTimeout $ olcIndexSubstrIfMinLen $ olcIndexSubstrIfMaxLen $ olcIndexSubstrAnyLen $ olcIndexSubstrAnyStep $ olcIndexIntLen $ olcListenerThreads $ olcLocalSSF $ olcMaxDerefDepth $ olcReplicationInterval $ olcSockbufMaxIncoming $ olcSockbufMaxIncomingAuth $ olcThreads $ olcToolThreads $ olcWriteTimeout $ olcDbCacheFree $ olcDbCacheSize $ olcDbDNcacheSize $ olcDbIDLcacheSize $ olcDbSearchStack $ olcDbShmKey $ mailPreferenceOption $ shadowLastChange $ shadowMin $ shadowMax $ shadowWarning $ shadowInactive $ shadowExpire $ shadowFlag $ ipServicePort $ ipProtocolNumber $ oncRpcNumber $ domainMaxQuotaSize $ domainMaxUserNumber $ domainCurrentUserNumber $ domainMaxAliasNumber $ domainCurrentAliasNumber $ domainMaxListNumber $ domainCurrentListNumber $ domainDefaultUserQuota $ mailUID $ mailGID $ mailQuota $ mailQuotaMessageLimit ) )
May 16 13:19:09 mail2 slapd[10182]:     2.5.13.28 (generalizedTimeOrderingMatch):
May 16 13:19:09 mail2 slapd[10182]: matchingRuleUse: ( 2.5.13.28 NAME 'generalizedTimeOrderingMatch' APPLIES ( createTimestamp $ modifyTimestamp $ lastLoginDate $ expiredDate ) )
May 16 13:19:09 mail2 slapd[10182]:     2.5.13.27 (generalizedTimeMatch):
May 16 13:19:09 mail2 slapd[10182]: matchingRuleUse: ( 2.5.13.27 NAME 'generalizedTimeMatch' APPLIES ( createTimestamp $ modifyTimestamp $ lastLoginDate $ expiredDate ) )
May 16 13:19:09 mail2 slapd[10182]:     2.5.13.24 (protocolInformationMatch):
May 16 13:19:09 mail2 slapd[10182]: matchingRuleUse: ( 2.5.13.24 NAME 'protocolInformationMatch' APPLIES protocolInformation )
May 16 13:19:09 mail2 slapd[10182]:     2.5.13.23 (uniqueMemberMatch):
May 16 13:19:09 mail2 slapd[10182]: matchingRuleUse: ( 2.5.13.23 NAME 'uniqueMemberMatch' APPLIES uniqueMember )
May 16 13:19:09 mail2 slapd[10182]:     2.5.13.22 (presentationAddressMatch):
May 16 13:19:09 mail2 slapd[10182]: matchingRuleUse: ( 2.5.13.22 NAME 'presentationAddressMatch' APPLIES presentationAddress )
May 16 13:19:09 mail2 slapd[10182]:     2.5.13.20 (telephoneNumberMatch):
May 16 13:19:09 mail2 slapd[10182]: matchingRuleUse: ( 2.5.13.20 NAME 'telephoneNumberMatch' APPLIES ( telephoneNumber $ homePhone $ mobile $ pager ) )
May 16 13:19:09 mail2 slapd[10182]:     2.5.13.18 (octetStringOrderingMatch):
May 16 13:19:09 mail2 slapd[10182]: matchingRuleUse: ( 2.5.13.18 NAME 'octetStringOrderingMatch' APPLIES ( userPassword $ olcDbCryptKey ) )
May 16 13:19:09 mail2 slapd[10182]:     2.5.13.17 (octetStringMatch):
May 16 13:19:09 mail2 slapd[10182]: matchingRuleUse: ( 2.5.13.17 NAME 'octetStringMatch' APPLIES ( userPassword $ olcDbCryptKey ) )
May 16 13:19:09 mail2 slapd[10182]:     2.5.13.16 (bitStringMatch):
May 16 13:19:09 mail2 slapd[10182]: matchingRuleUse: ( 2.5.13.16 NAME 'bitStringMatch' APPLIES x500UniqueIdentifier )
May 16 13:19:09 mail2 slapd[10182]:     2.5.13.15 (integerOrderingMatch):
May 16 13:19:09 mail2 slapd[10182]: matchingRuleUse: ( 2.5.13.15 NAME 'integerOrderingMatch' APPLIES ( supportedLDAPVersion $ entryTtl $ uidNumber $ gidNumber $ olcConcurrency $ olcConnMaxPending $ olcConnMaxPendingAuth $ olcIdleTimeout $ olcIndexSubstrIfMinLen $ olcIndexSubstrIfMaxLen $ olcIndexSubstrAnyLen $ olcIndexSubstrAnyStep $ olcIndexIntLen $ olcListenerThreads $ olcLocalSSF $ olcMaxDerefDepth $ olcReplicationInterval $ olcSockbufMaxIncoming $ olcSockbufMaxIncomingAuth $ olcThreads $ olcToolThreads $ olcWriteTimeout $ olcDbCacheFree $ olcDbCacheSize $ olcDbDNcacheSize $ olcDbIDLcacheSize $ olcDbSearchStack $ olcDbShmKey $ mailPreferenceOption $ shadowLastChange $ shadowMin $ shadowMax $ shadowWarning $ shadowInactive $ shadowExpire $ shadowFlag $ ipServicePort $ ipProtocolNumber $ oncRpcNumber $ domainMaxQuotaSize $ domainMaxUserNumber $ domainCurrentUserNumber $ domainMaxAliasNumber $ domainCurrentAliasNumber $ domainMaxListNumber $ domainCurrentListNumber $ domainDefaultUserQuota $ mailUID $ mailGID $ mailQuota $ mailQuotaMessageLimit ) )
May 16 13:19:09 mail2 slapd[10182]:     2.5.13.14 (integerMatch):
May 16 13:19:09 mail2 slapd[10182]: matchingRuleUse: ( 2.5.13.14 NAME 'integerMatch' APPLIES ( supportedLDAPVersion $ entryTtl $ uidNumber $ gidNumber $ olcConcurrency $ olcConnMaxPending $ olcConnMaxPendingAuth $ olcIdleTimeout $ olcIndexSubstrIfMinLen $ olcIndexSubstrIfMaxLen $ olcIndexSubstrAnyLen $ olcIndexSubstrAnyStep $ olcIndexIntLen $ olcListenerThreads $ olcLocalSSF $ olcMaxDerefDepth $ olcReplicationInterval $ olcSockbufMaxIncoming $ olcSockbufMaxIncomingAuth $ olcThreads $ olcToolThreads $ olcWriteTimeout $ olcDbCacheFree $ olcDbCacheSize $ olcDbDNcacheSize $ olcDbIDLcacheSize $ olcDbSearchStack $ olcDbShmKey $ mailPreferenceOption $ shadowLastChange $ shadowMin $ shadowMax $ shadowWarning $ shadowInactive $ shadowExpire $ shadowFlag $ ipServicePort $ ipProtocolNumber $ oncRpcNumber $ domainMaxQuotaSize $ domainMaxUserNumber $ domainCurrentUserNumber $ domainMaxAliasNumber $ domainCurrentAliasNumber $ domainMaxListNumber $ domainCurrentListNumber $ domainDefaultUserQuota $ mailUID $ mailGID $ mailQuota $ mailQuotaMessageLimit ) )
May 16 13:19:09 mail2 slapd[10182]:     2.5.13.13 (booleanMatch):
May 16 13:19:09 mail2 slapd[10182]: matchingRuleUse: ( 2.5.13.13 NAME 'booleanMatch' APPLIES ( hasSubordinates $ olcAddContentAcl $ olcGentleHUP $ olcHidden $ olcLastMod $ olcMirrorMode $ olcMonitoring $ olcReadOnly $ olcReverseLookup $ olcSyncUseSubentry $ olcDbChecksum $ olcDbNoSync $ olcDbDirtyRead $ olcDbLinearIndex $ amavisVirusLover $ amavisBannedFilesLover $ amavisBypassVirusChecks $ amavisBypassSpamChecks $ amavisSpamModifiesSubj $ amavisSpamLover $ amavisBadHeaderLover $ amavisBypassBannedChecks $ amavisBypassHeaderChecks $ amavisLocal $ amavisWarnVirusRecip $ amavisWarnBannedRecip $ amavisWarnBadHeaderRecip $ amavisUncheckedLover ) )
May 16 13:19:09 mail2 slapd[10182]:     2.5.13.11 (caseIgnoreListMatch):
May 16 13:19:09 mail2 slapd[10182]: matchingRuleUse: ( 2.5.13.11 NAME 'caseIgnoreListMatch' APPLIES ( postalAddress $ registeredAddress $ homePostalAddress ) )
May 16 13:19:09 mail2 slapd[10182]:     2.5.13.9 (numericStringOrderingMatch):
May 16 13:19:09 mail2 slapd[10182]: matchingRuleUse: ( 2.5.13.9 NAME 'numericStringOrderingMatch' APPLIES ( x121Address $ internationaliSDNNumber ) )
May 16 13:19:09 mail2 slapd[10182]:     2.5.13.8 (numericStringMatch):
May 16 13:19:09 mail2 slapd[10182]: matchingRuleUse: ( 2.5.13.8 NAME 'numericStringMatch' APPLIES ( x121Address $ internationaliSDNNumber ) )
May 16 13:19:09 mail2 slapd[10182]:     2.5.13.7 (caseExactSubstringsMatch):
May 16 13:19:09 mail2 slapd[10182]: matchingRuleUse: ( 2.5.13.7 NAME 'caseExactSubstringsMatch' APPLIES ( serialNumber $ destinationIndicator $ dnQualifier ) )
May 16 13:19:09 mail2 slapd[10182]:     2.5.13.6 (caseExactOrderingMatch):
May 16 13:19:09 mail2 slapd[10182]: matchingRuleUse: ( 2.5.13.6 NAME 'caseExactOrderingMatch' APPLIES ( supportedSASLMechanisms $ vendorName $ vendorVersion $ ref $ name $ cn $ uid $ labeledURI $ description $ olcConfigFile $ olcConfigDir $ olcAccess $ olcAllows $ olcArgsFile $ olcAttributeOptions $ olcAttributeTypes $ olcAuthIDRewrite $ olcAuthzPolicy $ olcAuthzRegexp $ olcBackend $ olcDatabase $ olcDisallows $ olcDitContentRules $ olcExtraAttrs $ olcInclude $ olcLdapSyntaxes $ olcLimits $ olcLogFile $ olcLogLevel $ olcModuleLoad $ olcModulePath $ olcObjectClasses $ olcObjectIdentifier $ olcOverlay $ olcPasswordCryptSaltFormat $ olcPasswordHash $ olcPidFile $ olcPlugin $ olcPluginLogFile $ olcReferral $ olcReplica $ olcReplicaArgsFile $ olcReplicaPidFile $ olcReplogFile $ olcRequires $ olcRestrict $ olcRootDSE $ olcRootPW $ olcSaslAuxprops $ olcSaslHost $ olcSaslRealm $ olcSaslSecProps $ olcSecurity $ olcServerID $ olcSizeLimit $ olcSortVals $ olcSubordinate $ olcSyncrepl $ olcTCPBuffer $ olcTimeLimit $ olcTLSCACertificateFile $ olcTLSCACertificatePath $ olcTLSCertificateFile $ olcTLSCertificateKeyFile $ olcTLSCipherSuite $ olcTLSCRLCheck $ olcTLSCRLFile $ olcTLSRandFile $ olcTLSVerifyClient $ olcTLSDHParamFile $ olcTLSProtocolMin $ olcUpdateRef $ olcDbDirectory $ olcDbCheckpoint $ olcDbCryptFile $ olcDbPageSize $ olcDbIndex $ olcDbLockDetect $ olcDbMode $ knowledgeInformation $ sn $ serialNumber $ c $ l $ st $ street $ o $ ou $ title $ businessCategory $ postalCode $ postOfficeBox $ physicalDeliveryOfficeName $ destinationIndicator $ givenName $ initials $ generationQualifier $ dnQualifier $ houseIdentifier $ dmdName $ pseudonym $ corbaRepositoryId $ textEncodedORAddress $ info $ drink $ roomNumber $ userClass $ host $ documentIdentifier $ documentTitle $ documentVersion $ documentLocation $ personalTitle $ co $ uniqueIdentifier $ organizationalStatus $ buildingName $ documentPublisher $ carLicense $ departmentNumber $ displayName $ employeeNumber $ employeeType $ preferredLanguage $ ipServiceProtocol $ nisMapNa
May 16 13:19:09 mail2 slapd[10182]:     2.5.13.5 (caseExactMatch):
May 16 13:19:09 mail2 slapd[10182]: matchingRuleUse: ( 2.5.13.5 NAME 'caseExactMatch' APPLIES ( supportedSASLMechanisms $ vendorName $ vendorVersion $ ref $ name $ cn $ uid $ labeledURI $ description $ olcConfigFile $ olcConfigDir $ olcAccess $ olcAllows $ olcArgsFile $ olcAttributeOptions $ olcAttributeTypes $ olcAuthIDRewrite $ olcAuthzPolicy $ olcAuthzRegexp $ olcBackend $ olcDatabase $ olcDisallows $ olcDitContentRules $ olcExtraAttrs $ olcInclude $ olcLdapSyntaxes $ olcLimits $ olcLogFile $ olcLogLevel $ olcModuleLoad $ olcModulePath $ olcObjectClasses $ olcObjectIdentifier $ olcOverlay $ olcPasswordCryptSaltFormat $ olcPasswordHash $ olcPidFile $ olcPlugin $ olcPluginLogFile $ olcReferral $ olcReplica $ olcReplicaArgsFile $ olcReplicaPidFile $ olcReplogFile $ olcRequires $ olcRestrict $ olcRootDSE $ olcRootPW $ olcSaslAuxprops $ olcSaslHost $ olcSaslRealm $ olcSaslSecProps $ olcSecurity $ olcServerID $ olcSizeLimit $ olcSortVals $ olcSubordinate $ olcSyncrepl $ olcTCPBuffer $ olcTimeLimit $ olcTLSCACertificateFile $ olcTLSCACertificatePath $ olcTLSCertificateFile $ olcTLSCertificateKeyFile $ olcTLSCipherSuite $ olcTLSCRLCheck $ olcTLSCRLFile $ olcTLSRandFile $ olcTLSVerifyClient $ olcTLSDHParamFile $ olcTLSProtocolMin $ olcUpdateRef $ olcDbDirectory $ olcDbCheckpoint $ olcDbCryptFile $ olcDbPageSize $ olcDbIndex $ olcDbLockDetect $ olcDbMode $ knowledgeInformation $ sn $ serialNumber $ c $ l $ st $ street $ o $ ou $ title $ businessCategory $ postalCode $ postOfficeBox $ physicalDeliveryOfficeName $ destinationIndicator $ givenName $ initials $ generationQualifier $ dnQualifier $ houseIdentifier $ dmdName $ pseudonym $ corbaRepositoryId $ textEncodedORAddress $ info $ drink $ roomNumber $ userClass $ host $ documentIdentifier $ documentTitle $ documentVersion $ documentLocation $ personalTitle $ co $ uniqueIdentifier $ organizationalStatus $ buildingName $ documentPublisher $ carLicense $ departmentNumber $ displayName $ employeeNumber $ employeeType $ preferredLanguage $ ipServiceProtocol $ nisMapName $ dis
May 16 13:19:09 mail2 slapd[10182]:     2.5.13.4 (caseIgnoreSubstringsMatch):
May 16 13:19:09 mail2 slapd[10182]: matchingRuleUse: ( 2.5.13.4 NAME 'caseIgnoreSubstringsMatch' APPLIES ( serialNumber $ destinationIndicator $ dnQualifier ) )
May 16 13:19:09 mail2 slapd[10182]:     2.5.13.3 (caseIgnoreOrderingMatch):
May 16 13:19:09 mail2 slapd[10182]: matchingRuleUse: ( 2.5.13.3 NAME 'caseIgnoreOrderingMatch' APPLIES ( supportedSASLMechanisms $ vendorName $ vendorVersion $ ref $ name $ cn $ uid $ labeledURI $ description $ olcConfigFile $ olcConfigDir $ olcAccess $ olcAllows $ olcArgsFile $ olcAttributeOptions $ olcAttributeTypes $ olcAuthIDRewrite $ olcAuthzPolicy $ olcAuthzRegexp $ olcBackend $ olcDatabase $ olcDisallows $ olcDitContentRules $ olcExtraAttrs $ olcInclude $ olcLdapSyntaxes $ olcLimits $ olcLogFile $ olcLogLevel $ olcModuleLoad $ olcModulePath $ olcObjectClasses $ olcObjectIdentifier $ olcOverlay $ olcPasswordCryptSaltFormat $ olcPasswordHash $ olcPidFile $ olcPlugin $ olcPluginLogFile $ olcReferral $ olcReplica $ olcReplicaArgsFile $ olcReplicaPidFile $ olcReplogFile $ olcRequires $ olcRestrict $ olcRootDSE $ olcRootPW $ olcSaslAuxprops $ olcSaslHost $ olcSaslRealm $ olcSaslSecProps $ olcSecurity $ olcServerID $ olcSizeLimit $ olcSortVals $ olcSubordinate $ olcSyncrepl $ olcTCPBuffer $ olcTimeLimit $ olcTLSCACertificateFile $ olcTLSCACertificatePath $ olcTLSCertificateFile $ olcTLSCertificateKeyFile $ olcTLSCipherSuite $ olcTLSCRLCheck $ olcTLSCRLFile $ olcTLSRandFile $ olcTLSVerifyClient $ olcTLSDHParamFile $ olcTLSProtocolMin $ olcUpdateRef $ olcDbDirectory $ olcDbCheckpoint $ olcDbCryptFile $ olcDbPageSize $ olcDbIndex $ olcDbLockDetect $ olcDbMode $ knowledgeInformation $ sn $ serialNumber $ c $ l $ st $ street $ o $ ou $ title $ businessCategory $ postalCode $ postOfficeBox $ physicalDeliveryOfficeName $ destinationIndicator $ givenName $ initials $ generationQualifier $ dnQualifier $ houseIdentifier $ dmdName $ pseudonym $ corbaRepositoryId $ textEncodedORAddress $ info $ drink $ roomNumber $ userClass $ host $ documentIdentifier $ documentTitle $ documentVersion $ documentLocation $ personalTitle $ co $ uniqueIdentifier $ organizationalStatus $ buildingName $ documentPublisher $ carLicense $ departmentNumber $ displayName $ employeeNumber $ employeeType $ preferredLanguage $ ipServiceProtocol $ nisMapN
May 16 13:19:09 mail2 slapd[10182]:     2.5.13.2 (caseIgnoreMatch):
May 16 13:19:09 mail2 slapd[10182]: matchingRuleUse: ( 2.5.13.2 NAME 'caseIgnoreMatch' APPLIES ( supportedSASLMechanisms $ vendorName $ vendorVersion $ ref $ name $ cn $ uid $ labeledURI $ description $ olcConfigFile $ olcConfigDir $ olcAccess $ olcAllows $ olcArgsFile $ olcAttributeOptions $ olcAttributeTypes $ olcAuthIDRewrite $ olcAuthzPolicy $ olcAuthzRegexp $ olcBackend $ olcDatabase $ olcDisallows $ olcDitContentRules $ olcExtraAttrs $ olcInclude $ olcLdapSyntaxes $ olcLimits $ olcLogFile $ olcLogLevel $ olcModuleLoad $ olcModulePath $ olcObjectClasses $ olcObjectIdentifier $ olcOverlay $ olcPasswordCryptSaltFormat $ olcPasswordHash $ olcPidFile $ olcPlugin $ olcPluginLogFile $ olcReferral $ olcReplica $ olcReplicaArgsFile $ olcReplicaPidFile $ olcReplogFile $ olcRequires $ olcRestrict $ olcRootDSE $ olcRootPW $ olcSaslAuxprops $ olcSaslHost $ olcSaslRealm $ olcSaslSecProps $ olcSecurity $ olcServerID $ olcSizeLimit $ olcSortVals $ olcSubordinate $ olcSyncrepl $ olcTCPBuffer $ olcTimeLimit $ olcTLSCACertificateFile $ olcTLSCACertificatePath $ olcTLSCertificateFile $ olcTLSCertificateKeyFile $ olcTLSCipherSuite $ olcTLSCRLCheck $ olcTLSCRLFile $ olcTLSRandFile $ olcTLSVerifyClient $ olcTLSDHParamFile $ olcTLSProtocolMin $ olcUpdateRef $ olcDbDirectory $ olcDbCheckpoint $ olcDbCryptFile $ olcDbPageSize $ olcDbIndex $ olcDbLockDetect $ olcDbMode $ knowledgeInformation $ sn $ serialNumber $ c $ l $ st $ street $ o $ ou $ title $ businessCategory $ postalCode $ postOfficeBox $ physicalDeliveryOfficeName $ destinationIndicator $ givenName $ initials $ generationQualifier $ dnQualifier $ houseIdentifier $ dmdName $ pseudonym $ corbaRepositoryId $ textEncodedORAddress $ info $ drink $ roomNumber $ userClass $ host $ documentIdentifier $ documentTitle $ documentVersion $ documentLocation $ personalTitle $ co $ uniqueIdentifier $ organizationalStatus $ buildingName $ documentPublisher $ carLicense $ departmentNumber $ displayName $ employeeNumber $ employeeType $ preferredLanguage $ ipServiceProtocol $ nisMapName $ di
May 16 13:19:09 mail2 slapd[10182]:     1.2.36.79672281.1.13.3 (rdnMatch):
May 16 13:19:09 mail2 slapd[10182]:     2.5.13.1 (distinguishedNameMatch):
May 16 13:19:09 mail2 slapd[10182]: matchingRuleUse: ( 2.5.13.1 NAME 'distinguishedNameMatch' APPLIES ( creatorsName $ modifiersName $ subschemaSubentry $ entryDN $ namingContexts $ aliasedObjectName $ dynamicSubtrees $ distinguishedName $ seeAlso $ olcDefaultSearchBase $ olcRootDN $ olcSchemaDN $ olcSuffix $ olcUpdateDN $ member $ owner $ roleOccupant $ manager $ documentAuthor $ secretary $ associatedName $ dITRedirect ) )
May 16 13:19:09 mail2 slapd[10182]:     2.5.13.0 (objectIdentifierMatch):
May 16 13:19:09 mail2 slapd[10182]: matchingRuleUse: ( 2.5.13.0 NAME 'objectIdentifierMatch' APPLIES ( supportedControl $ supportedExtension $ supportedFeatures $ supportedApplicationContext ) )
May 16 13:19:09 mail2 slapd[10183]: slapd startup: initiated.
May 16 13:19:09 mail2 slapd[10183]: backend_startup_one: starting "cn=config"
May 16 13:19:09 mail2 slapd[10183]: config_back_db_open
May 16 13:19:09 mail2 slapd[10183]: config_back_db_open: line 0: warning: cannot assess the validity of the ACL scope within backend naming context
May 16 13:19:09 mail2 slapd[10183]: config_back_db_open: No explicit ACL for back-config configured. Using hardcoded default
May 16 13:19:09 mail2 slapd[10183]: config_build_entry: "cn=config"
May 16 13:19:09 mail2 slapd[10183]: config_build_entry: "cn=module{0}"
May 16 13:19:09 mail2 slapd[10183]: config_build_entry: "cn=schema"
May 16 13:19:09 mail2 slapd[10183]: >>> dnNormalize: <cn={0}core>
May 16 13:19:09 mail2 slapd[10183]: <<< dnNormalize: <cn={0}core>
May 16 13:19:09 mail2 slapd[10183]: config_build_entry: "cn={0}core"
May 16 13:19:09 mail2 slapd[10183]: >>> dnNormalize: <cn={1}corba>
May 16 13:19:09 mail2 slapd[10183]: <<< dnNormalize: <cn={1}corba>
May 16 13:19:09 mail2 slapd[10183]: config_build_entry: "cn={1}corba"
May 16 13:19:09 mail2 slapd[10183]: >>> dnNormalize: <cn={2}cosine>
May 16 13:19:09 mail2 slapd[10183]: <<< dnNormalize: <cn={2}cosine>
May 16 13:19:09 mail2 slapd[10183]: config_build_entry: "cn={2}cosine"
May 16 13:19:09 mail2 slapd[10183]: >>> dnNormalize: <cn={3}inetorgperson>
May 16 13:19:09 mail2 slapd[10183]: <<< dnNormalize: <cn={3}inetorgperson>
May 16 13:19:09 mail2 slapd[10183]: config_build_entry: "cn={3}inetorgperson"
May 16 13:19:09 mail2 slapd[10183]: >>> dnNormalize: <cn={4}nis>
May 16 13:19:09 mail2 slapd[10183]: <<< dnNormalize: <cn={4}nis>
May 16 13:19:09 mail2 slapd[10183]: config_build_entry: "cn={4}nis"
May 16 13:19:09 mail2 slapd[10183]: >>> dnNormalize: <cn={5}amavis>
May 16 13:19:09 mail2 slapd[10183]: <<< dnNormalize: <cn={5}amavis>
May 16 13:19:09 mail2 slapd[10183]: config_build_entry: "cn={5}amavis"
May 16 13:19:09 mail2 slapd[10183]: >>> dnNormalize: <cn={6}iredmail>
May 16 13:19:09 mail2 slapd[10183]: <<< dnNormalize: <cn={6}iredmail>
May 16 13:19:09 mail2 slapd[10183]: config_build_entry: "cn={6}iredmail"
May 16 13:19:09 mail2 slapd[10183]: config_build_entry: "olcDatabase={-1}frontend"
May 16 13:19:09 mail2 slapd[10183]: config_build_entry: "olcDatabase={0}config"
May 16 13:19:09 mail2 slapd[10183]: config_build_entry: "olcDatabase={1}bdb"
May 16 13:19:09 mail2 slapd[10183]: backend_startup_one: starting "dc=campus,dc=local"
May 16 13:19:09 mail2 slapd[10183]: bdb_db_open: "dc=campus,dc=local"
May 16 13:19:09 mail2 slapd[10183]: bdb_db_open: database "dc=campus,dc=local": dbenv_open(/var/lib/ldap/campus.local).
May 16 13:19:09 mail2 slapd[10183]: slapd starting
May 16 13:19:09 mail2 slapd[10183]: daemon: added 5r listener=(nil)
May 16 13:19:09 mail2 slapd[10183]: daemon: added 8r listener=0x7fcc5afee300
May 16 13:19:09 mail2 slapd[10183]: daemon: added 9r listener=0x7fcc5afee3c0
May 16 13:19:09 mail2 slapd[10183]: daemon: added 10r listener=0x7fcc5afee590
May 16 13:19:09 mail2 slapd[10183]: daemon: epoll: listen=8 active_threads=0 tvp=zero
May 16 13:19:09 mail2 slapd[10183]: daemon: epoll: listen=9 active_threads=0 tvp=zero
May 16 13:19:09 mail2 slapd[10183]: daemon: epoll: listen=10 active_threads=0 tvp=zero
May 16 13:19:09 mail2 slapd[10183]: daemon: activity on 1 descriptor
May 16 13:19:09 mail2 slapd[10183]: daemon: activity on:
May 16 13:19:09 mail2 slapd[10183]:
May 16 13:19:09 mail2 slapd[10183]: daemon: epoll: listen=8 active_threads=0 tvp=zero
May 16 13:19:09 mail2 slapd[10183]: daemon: epoll: listen=9 active_threads=0 tvp=zero
May 16 13:19:09 mail2 slapd[10183]: daemon: epoll: listen=10 active_threads=0 tvp=zero
May 16 13:19:09 mail2 slapd[10183]: =>do_syncrepl rid=001
May 16 13:19:09 mail2 slapd[10183]: => bdb_entry_get: ndn: "dc=campus,dc=local"
May 16 13:19:09 mail2 slapd[10183]: => bdb_entry_get: oc: "(null)", at: "contextCSN"
May 16 13:19:09 mail2 slapd[10183]: bdb_dn2entry("dc=campus,dc=local")
May 16 13:19:09 mail2 slapd[10183]: => bdb_dn2id("dc=campus,dc=local")
May 16 13:19:09 mail2 slapd[10183]: <= bdb_dn2id: got id=0x1
May 16 13:19:09 mail2 slapd[10183]: entry_decode: "dc=campus,dc=local"
May 16 13:19:09 mail2 slapd[10183]: <= entry_decode(dc=campus,dc=local)
May 16 13:19:09 mail2 slapd[10183]: => bdb_entry_get: found entry: "dc=campus,dc=local"
May 16 13:19:09 mail2 slapd[10183]: bdb_entry_get: rc=0
May 16 13:19:09 mail2 slapd[10183]: => access_allowed: result not in cache (contextCSN)
May 16 13:19:09 mail2 slapd[10183]: => access_allowed: read access to "dc=campus,dc=local" "contextCSN" requested
May 16 13:19:09 mail2 slapd[10183]: <= root access granted
May 16 13:19:09 mail2 slapd[10183]: => access_allowed: read access granted by manage(=mwrscxd)
May 16 13:19:09 mail2 slapd[10183]: => access_allowed: result was in cache (contextCSN)
May 16 13:19:09 mail2 slapd[10183]: =>do_syncrep2 rid=001
May 16 13:19:09 mail2 slapd[10183]: do_syncrep2: rid=001 got search entry without Sync State control (dc=campus,dc=local)
May 16 13:19:09 mail2 slapd[10183]: do_syncrepl: rid=001 rc -1 retrying
May 16 13:19:09 mail2 slapd[10183]: daemon: activity on 1 descriptor
May 16 13:19:09 mail2 slapd[10183]: daemon: activity on:
May 16 13:19:09 mail2 slapd[10183]:
May 16 13:19:09 mail2 slapd[10183]: daemon: epoll: listen=8 active_threads=0 tvp=zero
May 16 13:19:09 mail2 slapd[10183]: daemon: epoll: listen=9 active_threads=0 tvp=zero
May 16 13:19:09 mail2 slapd[10183]: daemon: epoll: listen=10 active_threads=0 tvp=zero
May 16 13:19:32 mail2 slapd[10183]: daemon: activity on 1 descriptor
May 16 13:19:32 mail2 slapd[10183]: daemon: activity on:
May 16 13:19:32 mail2 slapd[10183]:
May 16 13:19:32 mail2 slapd[10183]: slap_listener_activate(8):
May 16 13:19:32 mail2 slapd[10183]: daemon: epoll: listen=8 busy
May 16 13:19:32 mail2 slapd[10183]: daemon: epoll: listen=9 active_threads=0 tvp=zero
May 16 13:19:32 mail2 slapd[10183]: daemon: epoll: listen=10 active_threads=0 tvp=zero
May 16 13:19:32 mail2 slapd[10183]: >>> slap_listener(ldap:///)
May 16 13:19:32 mail2 slapd[10183]: daemon: listen=8, new connection on 13
May 16 13:19:32 mail2 slapd[10183]: daemon: activity on 1 descriptor
May 16 13:19:32 mail2 slapd[10183]: daemon: activity on:
May 16 13:19:32 mail2 slapd[10183]:
May 16 13:19:32 mail2 slapd[10183]: daemon: epoll: listen=8 active_threads=0 tvp=zero
May 16 13:19:32 mail2 slapd[10183]: daemon: epoll: listen=9 active_threads=0 tvp=zero
May 16 13:19:32 mail2 slapd[10183]: daemon: epoll: listen=10 active_threads=0 tvp=zero
May 16 13:19:32 mail2 slapd[10183]: daemon: added 13r (active) listener=(nil)
May 16 13:19:32 mail2 slapd[10183]: conn=1000 fd=13 ACCEPT from IP=192.168.179.251:49978 (IP=0.0.0.0:389)
May 16 13:19:32 mail2 slapd[10183]: daemon: activity on 2 descriptors
May 16 13:19:32 mail2 slapd[10183]: daemon: activity on:
May 16 13:19:32 mail2 slapd[10183]:  13r
May 16 13:19:32 mail2 slapd[10183]:
May 16 13:19:32 mail2 slapd[10183]: daemon: read active on 13
May 16 13:19:32 mail2 slapd[10183]: daemon: epoll: listen=8 active_threads=0 tvp=zero
May 16 13:19:32 mail2 slapd[10183]: daemon: epoll: listen=9 active_threads=0 tvp=zero
May 16 13:19:32 mail2 slapd[10183]: daemon: epoll: listen=10 active_threads=0 tvp=zero
May 16 13:19:32 mail2 slapd[10183]: connection_get(13)
May 16 13:19:32 mail2 slapd[10183]: connection_get(13): got connid=1000
May 16 13:19:32 mail2 slapd[10183]: connection_read(13): checking for input on id=1000
May 16 13:19:32 mail2 slapd[10183]: op tag 0x60, time 1400267972
May 16 13:19:32 mail2 slapd[10183]: conn=1000 op=0 do_bind
May 16 13:19:32 mail2 slapd[10183]: >>> dnPrettyNormal: <cn=manager,dc=campus,dc=local>
May 16 13:19:32 mail2 slapd[10183]: <<< dnPrettyNormal: <cn=manager,dc=campus,dc=local>, <cn=manager,dc=campus,dc=local>
May 16 13:19:32 mail2 slapd[10183]: conn=1000 op=0 BIND dn="cn=manager,dc=campus,dc=local" method=128
May 16 13:19:32 mail2 slapd[10183]: do_bind: version=3 dn="cn=manager,dc=campus,dc=local" method=128
May 16 13:19:32 mail2 slapd[10183]: ==> bdb_bind: dn: cn=manager,dc=campus,dc=local
May 16 13:19:32 mail2 slapd[10183]: conn=1000 op=0 BIND dn="cn=manager,dc=campus,dc=local" mech=SIMPLE ssf=0
May 16 13:19:32 mail2 slapd[10183]: do_bind: v3 bind: "cn=manager,dc=campus,dc=local" to "cn=manager,dc=campus,dc=local"
May 16 13:19:32 mail2 slapd[10183]: send_ldap_result: conn=1000 op=0 p=3
May 16 13:19:32 mail2 slapd[10183]: send_ldap_result: err=0 matched="" text=""
May 16 13:19:32 mail2 slapd[10183]: send_ldap_response: msgid=1 tag=97 err=0
May 16 13:19:32 mail2 slapd[10183]: conn=1000 op=0 RESULT tag=97 err=0 text=
May 16 13:19:32 mail2 slapd[10183]: daemon: activity on 2 descriptors
May 16 13:19:32 mail2 slapd[10183]: daemon: activity on:
May 16 13:19:32 mail2 slapd[10183]:  13r
May 16 13:19:32 mail2 slapd[10183]:
May 16 13:19:32 mail2 slapd[10183]: daemon: read active on 13
May 16 13:19:32 mail2 slapd[10183]: daemon: epoll: listen=8 active_threads=0 tvp=zero
May 16 13:19:32 mail2 slapd[10183]: daemon: epoll: listen=9 active_threads=0 tvp=zero
May 16 13:19:32 mail2 slapd[10183]: daemon: epoll: listen=10 active_threads=0 tvp=zero
May 16 13:19:32 mail2 slapd[10183]: connection_get(13)
May 16 13:19:32 mail2 slapd[10183]: connection_get(13): got connid=1000
May 16 13:19:32 mail2 slapd[10183]: connection_read(13): checking for input on id=1000
May 16 13:19:32 mail2 slapd[10183]: op tag 0x63, time 1400267972
May 16 13:19:32 mail2 slapd[10183]: conn=1000 op=1 do_search
May 16 13:19:32 mail2 slapd[10183]: >>> dnPrettyNormal: <dc=campus,dc=local>
May 16 13:19:32 mail2 slapd[10183]: <<< dnPrettyNormal: <dc=campus,dc=local>, <dc=campus,dc=local>
May 16 13:19:32 mail2 slapd[10183]: SRCH "dc=campus,dc=local" 2 0
May 16 13:19:32 mail2 slapd[10183]:     0 0 0
May 16 13:19:32 mail2 slapd[10183]: begin get_filter
May 16 13:19:32 mail2 slapd[10183]: PRESENT
May 16 13:19:32 mail2 slapd[10183]: end get_filter 0
May 16 13:19:32 mail2 slapd[10183]:     filter: (objectClass=*)
May 16 13:19:32 mail2 slapd[10183]: => get_ctrls
May 16 13:19:32 mail2 slapd[10183]: => get_ctrls: oid="1.3.6.1.4.1.4203.1.9.1.1" (noncritical)
May 16 13:19:32 mail2 slapd[10183]: => get_ctrls: oid="2.16.840.1.113730.3.4.2" (critical)
May 16 13:19:32 mail2 slapd[10183]: <= get_ctrls: n=2 rc=0 err=""
May 16 13:19:32 mail2 slapd[10183]:     attrs:
May 16 13:19:32 mail2 slapd[10183]:  *
May 16 13:19:32 mail2 slapd[10183]:  +
May 16 13:19:32 mail2 slapd[10183]:
May 16 13:19:32 mail2 slapd[10183]: conn=1000 op=1 SRCH base="dc=campus,dc=local" scope=2 deref=0 filter="(objectClass=*)"
May 16 13:19:32 mail2 slapd[10183]: conn=1000 op=1 SRCH attr=* +
May 16 13:19:32 mail2 slapd[10183]: slap_global_control: unrecognized control: 1.3.6.1.4.1.4203.1.9.1.1
May 16 13:19:32 mail2 slapd[10183]: backend_check_controls: unrecognized non-critical control: 1.3.6.1.4.1.4203.1.9.1.1
May 16 13:19:32 mail2 slapd[10183]: => bdb_search
May 16 13:19:32 mail2 slapd[10183]: bdb_dn2entry("dc=campus,dc=local")
May 16 13:19:32 mail2 slapd[10183]: => access_allowed: search access to "dc=campus,dc=local" "entry" requested
May 16 13:19:32 mail2 slapd[10183]: <= root access granted
May 16 13:19:32 mail2 slapd[10183]: => access_allowed: search access granted by manage(=mwrscxd)
May 16 13:19:32 mail2 slapd[10183]: search_candidates: base="dc=campus,dc=local" (0x00000001) scope=2
May 16 13:19:32 mail2 slapd[10183]: => bdb_dn2idl("dc=campus,dc=local")
May 16 13:19:32 mail2 slapd[10183]: => bdb_filter_candidates
May 16 13:19:32 mail2 slapd[10183]: #011AND
May 16 13:19:32 mail2 slapd[10183]: => bdb_list_candidates 0xa0
May 16 13:19:32 mail2 slapd[10183]: => bdb_filter_candidates
May 16 13:19:32 mail2 slapd[10183]: #011PRESENT
May 16 13:19:32 mail2 slapd[10183]: => bdb_presence_candidates (objectClass)
May 16 13:19:32 mail2 slapd[10183]: <= bdb_filter_candidates: id=-1 first=1 last=13
May 16 13:19:32 mail2 slapd[10183]: <= bdb_list_candidates: id=-1 first=1 last=13
May 16 13:19:32 mail2 slapd[10183]: <= bdb_filter_candidates: id=-1 first=1 last=13
May 16 13:19:32 mail2 slapd[10183]: bdb_search_candidates: id=-1 first=1 last=13
May 16 13:19:32 mail2 slapd[10183]: => test_filter
May 16 13:19:32 mail2 slapd[10183]:     PRESENT
May 16 13:19:32 mail2 slapd[10183]: => access_allowed: search access to "dc=campus,dc=local" "objectClass" requested
May 16 13:19:32 mail2 slapd[10183]: <= root access granted
May 16 13:19:32 mail2 slapd[10183]: => access_allowed: search access granted by manage(=mwrscxd)
May 16 13:19:32 mail2 slapd[10183]: <= test_filter 6
May 16 13:19:32 mail2 slapd[10183]: => bdb_dn2id_children("dc=campus,dc=local")
May 16 13:19:32 mail2 slapd[10183]: <= bdb_dn2id_children("dc=campus,dc=local"):  (0)
May 16 13:19:32 mail2 slapd[10183]: => send_search_entry: conn 1000 dn="dc=campus,dc=local"
May 16 13:19:32 mail2 slapd[10183]: => access_allowed: read access to "dc=campus,dc=local" "entry" requested
May 16 13:19:32 mail2 slapd[10183]: <= root access granted
May 16 13:19:32 mail2 slapd[10183]: => access_allowed: read access granted by manage(=mwrscxd)
May 16 13:19:32 mail2 slapd[10183]: => access_allowed: result not in cache (objectClass)
May 16 13:19:32 mail2 slapd[10183]: => access_allowed: read access to "dc=campus,dc=local" "objectClass" requested
May 16 13:19:32 mail2 slapd[10183]: <= root access granted
May 16 13:19:32 mail2 slapd[10183]: => access_allowed: read access granted by manage(=mwrscxd)
May 16 13:19:32 mail2 slapd[10183]: => access_allowed: result was in cache (objectClass)
May 16 13:19:32 mail2 slapd[10183]: => access_allowed: result not in cache (dc)
May 16 13:19:32 mail2 slapd[10183]: => access_allowed: read access to "dc=campus,dc=local" "dc" requested
May 16 13:19:32 mail2 slapd[10183]: <= root access granted
May 16 13:19:32 mail2 slapd[10183]: => access_allowed: read access granted by manage(=mwrscxd)
May 16 13:19:32 mail2 slapd[10183]: => access_allowed: result not in cache (o)
May 16 13:19:32 mail2 slapd[10183]: => access_allowed: read access to "dc=campus,dc=local" "o" requested
May 16 13:19:32 mail2 slapd[10183]: <= root access granted
May 16 13:19:32 mail2 slapd[10183]: => access_allowed: read access granted by manage(=mwrscxd)
May 16 13:19:32 mail2 slapd[10183]: => access_allowed: result not in cache (structuralObjectClass)
May 16 13:19:32 mail2 slapd[10183]: => access_allowed: read access to "dc=campus,dc=local" "structuralObjectClass" requested
May 16 13:19:32 mail2 slapd[10183]: <= root access granted
May 16 13:19:32 mail2 slapd[10183]: => access_allowed: read access granted by manage(=mwrscxd)
May 16 13:19:32 mail2 slapd[10183]: => access_allowed: result not in cache (entryUUID)
May 16 13:19:32 mail2 slapd[10183]: => access_allowed: read access to "dc=campus,dc=local" "entryUUID" requested
May 16 13:19:32 mail2 slapd[10183]: <= root access granted
May 16 13:19:32 mail2 slapd[10183]: => access_allowed: read access granted by manage(=mwrscxd)
May 16 13:19:32 mail2 slapd[10183]: => access_allowed: result not in cache (creatorsName)
May 16 13:19:32 mail2 slapd[10183]: => access_allowed: read access to "dc=campus,dc=local" "creatorsName" requested
May 16 13:19:32 mail2 slapd[10183]: <= root access granted
May 16 13:19:32 mail2 slapd[10183]: => access_allowed: read access granted by manage(=mwrscxd)
May 16 13:19:32 mail2 slapd[10183]: => access_allowed: result not in cache (createTimestamp)
May 16 13:19:32 mail2 slapd[10183]: => access_allowed: read access to "dc=campus,dc=local" "createTimestamp" requested
May 16 13:19:32 mail2 slapd[10183]: <= root access granted
May 16 13:19:32 mail2 slapd[10183]: => access_allowed: read access granted by manage(=mwrscxd)
May 16 13:19:32 mail2 slapd[10183]: => access_allowed: result not in cache (entryCSN)
May 16 13:19:32 mail2 slapd[10183]: => access_allowed: read access to "dc=campus,dc=local" "entryCSN" requested
May 16 13:19:32 mail2 slapd[10183]: <= root access granted
May 16 13:19:32 mail2 slapd[10183]: => access_allowed: read access granted by manage(=mwrscxd)
May 16 13:19:32 mail2 slapd[10183]: => access_allowed: result not in cache (modifiersName)
May 16 13:19:32 mail2 slapd[10183]: => access_allowed: read access to "dc=campus,dc=local" "modifiersName" requested
May 16 13:19:32 mail2 slapd[10183]: <= root access granted
May 16 13:19:32 mail2 slapd[10183]: => access_allowed: read access granted by manage(=mwrscxd)
May 16 13:19:32 mail2 slapd[10183]: => access_allowed: result not in cache (modifyTimestamp)
May 16 13:19:32 mail2 slapd[10183]: => access_allowed: read access to "dc=campus,dc=local" "modifyTimestamp" requested
May 16 13:19:32 mail2 slapd[10183]: <= root access granted
May 16 13:19:32 mail2 slapd[10183]: => access_allowed: read access granted by manage(=mwrscxd)
May 16 13:19:32 mail2 slapd[10183]: => access_allowed: result not in cache (contextCSN)
May 16 13:19:32 mail2 slapd[10183]: => access_allowed: read access to "dc=campus,dc=local" "contextCSN" requested
May 16 13:19:32 mail2 slapd[10183]: <= root access granted
May 16 13:19:32 mail2 slapd[10183]: => access_allowed: read access granted by manage(=mwrscxd)
May 16 13:19:32 mail2 slapd[10183]: => access_allowed: result not in cache (entryDN)
May 16 13:19:32 mail2 slapd[10183]: => access_allowed: read access to "dc=campus,dc=local" "entryDN" requested
May 16 13:19:32 mail2 slapd[10183]: <= root access granted
May 16 13:19:32 mail2 slapd[10183]: => access_allowed: read access granted by manage(=mwrscxd)
May 16 13:19:32 mail2 slapd[10183]: => access_allowed: result was in cache (entryDN)
May 16 13:19:32 mail2 slapd[10183]: => access_allowed: result not in cache (subschemaSubentry)
May 16 13:19:32 mail2 slapd[10183]: => access_allowed: read access to "dc=campus,dc=local" "subschemaSubentry" requested
May 16 13:19:32 mail2 slapd[10183]: <= root access granted
May 16 13:19:32 mail2 slapd[10183]: => access_allowed: read access granted by manage(=mwrscxd)
May 16 13:19:32 mail2 slapd[10183]: => access_allowed: result was in cache (subschemaSubentry)
May 16 13:19:32 mail2 slapd[10183]: => access_allowed: result not in cache (hasSubordinates)
May 16 13:19:32 mail2 slapd[10183]: => access_allowed: read access to "dc=campus,dc=local" "hasSubordinates" requested
May 16 13:19:32 mail2 slapd[10183]: <= root access granted
May 16 13:19:32 mail2 slapd[10183]: => access_allowed: read access granted by manage(=mwrscxd)
May 16 13:19:32 mail2 slapd[10183]: => access_allowed: result was in cache (hasSubordinates)
May 16 13:19:32 mail2 slapd[10183]: conn=1000 op=1 ENTRY dn="dc=campus,dc=local"
May 16 13:19:32 mail2 slapd[10183]: <= send_search_entry: conn 1000 exit.
May 16 13:19:32 mail2 slapd[10183]: entry_decode: "cn=vmail,dc=campus,dc=local"
May 16 13:19:32 mail2 slapd[10183]: <= entry_decode(cn=vmail,dc=campus,dc=local)
May 16 13:19:32 mail2 slapd[10183]: => bdb_dn2id("cn=vmail,dc=campus,dc=local")
May 16 13:19:32 mail2 slapd[10183]: <= bdb_dn2id: got id=0x2
May 16 13:19:32 mail2 slapd[10183]: daemon: activity on 1 descriptor
May 16 13:19:32 mail2 slapd[10183]: daemon: activity on:
May 16 13:19:32 mail2 slapd[10183]:
May 16 13:19:32 mail2 slapd[10183]: daemon: epoll: listen=8 active_threads=0 tvp=zero
May 16 13:19:32 mail2 slapd[10183]: daemon: epoll: listen=9 active_threads=0 tvp=zero
May 16 13:19:32 mail2 slapd[10183]: daemon: epoll: listen=10 active_threads=0 tvp=zero
May 16 13:19:32 mail2 slapd[10183]: daemon: activity on 1 descriptor
May 16 13:19:32 mail2 slapd[10183]: daemon: activity on:
May 16 13:19:32 mail2 slapd[10183]:  13r
May 16 13:19:32 mail2 slapd[10183]:
May 16 13:19:32 mail2 slapd[10183]: daemon: read active on 13
May 16 13:19:32 mail2 slapd[10183]: daemon: epoll: listen=8 active_threads=0 tvp=zero
May 16 13:19:32 mail2 slapd[10183]: daemon: epoll: listen=9 active_threads=0 tvp=zero
May 16 13:19:32 mail2 slapd[10183]: daemon: epoll: listen=10 active_threads=0 tvp=zero
May 16 13:19:32 mail2 slapd[10183]: connection_get(13)
May 16 13:19:32 mail2 slapd[10183]: connection_get(13): got connid=1000
May 16 13:19:32 mail2 slapd[10183]: connection_read(13): checking for input on id=1000
May 16 13:19:32 mail2 slapd[10183]: op tag 0x42, time 1400267972
May 16 13:19:32 mail2 slapd[10183]: ber_get_next on fd 13 failed errno=0 (Success)
May 16 13:19:32 mail2 slapd[10183]: connection_read(13): input error=-2 id=1000, closing.
May 16 13:19:32 mail2 slapd[10183]: connection_closing: readying conn=1000 sd=13 for close
May 16 13:19:32 mail2 slapd[10183]: connection_close: deferring conn=1000 sd=13
May 16 13:19:32 mail2 slapd[10183]: conn=1000 op=2 do_unbind
May 16 13:19:32 mail2 slapd[10183]: conn=1000 op=2 UNBIND
May 16 13:19:32 mail2 slapd[10183]: connection_resched: attempting closing conn=1000 sd=13
May 16 13:19:32 mail2 slapd[10183]: connection_close: deferring conn=1000 sd=13
May 16 13:19:32 mail2 slapd[10183]: daemon: activity on 1 descriptor
May 16 13:19:32 mail2 slapd[10183]: daemon: activity on:
May 16 13:19:32 mail2 slapd[10183]:
May 16 13:19:32 mail2 slapd[10183]: daemon: epoll: listen=8 active_threads=0 tvp=zero
May 16 13:19:32 mail2 slapd[10183]: daemon: epoll: listen=9 active_threads=0 tvp=zero
May 16 13:20:09 mail2 slapd[10183]: daemon: epoll: listen=8 active_threads=0 tvp=zero
May 16 13:20:09 mail2 slapd[10183]: daemon: epoll: listen=9 active_threads=0 tvp=zero
May 16 13:20:09 mail2 slapd[10183]: daemon: epoll: listen=10 active_threads=0 tvp=zero
May 16 13:20:09 mail2 slapd[10183]: =>do_syncrepl rid=001
May 16 13:20:09 mail2 slapd[10183]: =>do_syncrep2 rid=001
May 16 13:20:09 mail2 slapd[10183]: do_syncrep2: rid=001 got search entry without Sync State control (dc=campus,dc=local)
May 16 13:20:09 mail2 slapd[10183]: do_syncrepl: rid=001 rc -1 retrying
May 16 13:20:09 mail2 slapd[10183]: daemon: activity on 1 descriptor
May 16 13:20:09 mail2 slapd[10183]: daemon: activity on:
May 16 13:20:09 mail2 slapd[10183]:
May 16 13:20:09 mail2 slapd[10183]: daemon: epoll: listen=8 active_threads=0 tvp=zero
May 16 13:20:09 mail2 slapd[10183]: daemon: epoll: listen=9 active_threads=0 tvp=zero
May 16 13:20:09 mail2 slapd[10183]: daemon: epoll: listen=10 active_threads=0 tvp=zero