Subject: slapd: Updating to slapd 2.4.23-6 fails on some systems<br>Package: slapd<br>Version: 2.4.23-6<br>Severity: important<br><br>*** Please type your report below this line ***<br><br>Upgrading slapd failed with the following error:<br>

<br>root@mail:/etc/default# dpkg --configure -a<br>Setting up slapd (2.4.23-6) ...<br>  Backing up /etc/ldap/slapd.conf in /var/backups/slapd-2.4.17-2.1... done.<br>  Moving old database directories to /var/backups:<br>  Loading from /var/backups/slapd-2.4.17-2.1: <br>

  - directory dc=stoutner,dc=org... failed.<br><br>Loading the database from the LDIF dump failed with the following<br>error while running slapadd:<br>    /etc/ldap/slapd.conf: line 76: &lt;replica&gt; keyword is obsolete (ignored)<br>

    &lt;= str2entry: str2ad(IMPPREFS): attribute type undefined<br>    slapadd: could not parse entry (line=198)<br>dpkg: error processing slapd (--configure):<br> subprocess installed post-installation script returned error exit status 1<br>

Errors were encountered while processing:<br> slapd<br><br>This is similar to the error reported in bug #595540.  I thought I had the problem fixed<br>on a test system, but it failed to work in the production environment.<br>

<br>The contents of my /etc/ldap/slapd.conf are below:<br><br># (c) 2003 Tassilo Erlewein &lt;<a href="mailto:tassilo.erlewein@erfrakon.de" target="_blank">tassilo.erlewein@erfrakon.de</a>&gt;<br># (c) 2003-2007 Martin Konold &lt;<a href="mailto:martin.konold@erfrakon.de" target="_blank">martin.konold@erfrakon.de</a>&gt;<br>

# (c) 2003 Achim Frank &lt;<a href="mailto:achim.frank@erfrakon.de" target="_blank">achim.frank@erfrakon.de</a>&gt;<br># This program is Free Software under the GNU General Public License (&gt;=v2).<br># Read the file COPYING that comes with this packages for details.<br>

<br><br># this file is automatically written by the Kolab config backend and should have the <br># file mode 0640<br><br>modulepath    /usr/lib/ldap<br>moduleload    back_bdb<br>moduleload    back_monitor<br>moduleload    refint<br>

moduleload    unique<br><br># manual additions are lost unless made to the template in the Kolab config directory<br># the template is  /etc/kolab/templates/slapd.conf.template<br><br>include /etc/ldap/schema/core.schema<br>

include /etc/ldap/schema/cosine.schema<br>include /etc/ldap/schema/inetorgperson.schema<br>include /etc/ldap/schema/rfc2739.schema<br>include /etc/ldap/schema/kolab2.schema<br>#include /etc/ldap/schema/horde.schema<br><br>

pidfile        /var/run/slapd/slapd.pid<br>argsfile    /var/run/slapd/slapd.args<br><br># Depending on the build options of openldap the syncprov module is statically<br># or dynamically build.  When build dynamically the module must be loaded.<br>

# As the slapd that comes with the openpkg version of kolab is statically<br># build it is not necessary to load the module.<br>moduleload syncprov<br><br>TLSCertificateFile     /etc/kolab/cert.pem<br>TLSCertificateKeyFile  /etc/kolab/key.pem<br>

<br>rootDSE                /etc/kolab/rootDSE.ldif<br><br>defaultsearchbase      &quot;dc=stoutner,dc=org&quot;<br><br>#require     none<br>allow         bind_v2<br><br>loglevel    none<br><br>database    bdb<br>suffix        &quot;dc=stoutner,dc=org&quot;<br>

cachesize       10000<br>checkpoint     512 5<br>idlcachesize    10000<br><br># The idletimeout can be increased if some clients develop problems.<br># Please report to <a href="mailto:kolab-devel@kolab.org" target="_blank">kolab-devel@kolab.org</a> if you encounter such a client.<br>

idletimeout    300<br><br># Use syncprov/syncrepl method for ldap replication<br>overlay syncprov<br>syncprov-checkpoint 1024 16<br>syncprov-sessionlog 4096<br>syncprov-reloadhint TRUE<br>index entryCSN eq<br>index entryUUID eq<br>

<br>dirtyread<br><br>directory    /var/lib/ldap<br><br>rootdn          &quot;cn=manager,cn=internal,dc=stoutner,dc=org&quot;<br>rootpw          &quot;{SSHA}PASSWORD&quot;<br><br>replica uri=ldap://<a href="http://127.0.0.1:9999" target="_blank">127.0.0.1:9999</a><br>

        binddn=&quot;cn=replicator&quot;<br>        bindmethod=simple <br>    credentials=secret<br><br>#### Using overlays to improve data consistency<br># Ensure that we never get dangling member attributes<br># Checked on rename and delete<br>

overlay refint<br>refint_attributes member<br><br># The mail and the uid attribute must be unique.<br>overlay unique<br>unique_attributes mail uid<br><br>index   objectClass     pres,eq<br>index   uid             approx,sub,pres,eq<br>

index   mail            approx,sub,pres,eq<br>index   alias           approx,sub,pres,eq<br>index   cn              approx,sub,pres,eq<br>index   sn              approx,sub,pres,eq<br>index   givenName       approx,sub,pres,eq<br>

index   kolabDelegate   approx,sub,pres,eq<br>index   kolabHomeServer pres,eq<br>index   kolabDeleteflag pres,eq<br>index   member          pres,eq<br><br>include /etc/ldap/slapd.access<br><br>access to dn=&quot;dc=stoutner,dc=org&quot; attrs=children<br>

    by group/kolabGroupOfNames=&quot;cn=admin,cn=internal,dc=stoutner,dc=org&quot; write<br>    by group/kolabGroupOfNames=&quot;cn=maintainer,cn=internal,dc=stoutner,dc=org&quot; write<br>    by group/kolabGroupOfNames=&quot;cn=domain-maintainer,cn=internal,dc=stoutner,dc=org&quot; write<br>

<br>access to dn=&quot;cn=internal,dc=stoutner,dc=org&quot; attrs=children<br>    by group/kolabGroupOfNames=&quot;cn=admin,cn=internal,dc=stoutner,dc=org&quot; write<br>    by group/kolabGroupOfNames=&quot;cn=maintainer,cn=internal,dc=stoutner,dc=org&quot; write<br>

    by group/kolabGroupOfNames=&quot;cn=domain-maintainer,cn=internal,dc=stoutner,dc=org&quot; write<br><br>access to attrs=userPassword<br>       by group/kolabGroupOfNames=&quot;cn=admin,cn=internal,dc=stoutner,dc=org&quot; =wx<br>

        by group/kolabGroupOfNames=&quot;cn=maintainer,cn=internal,dc=stoutner,dc=org&quot; =wx<br>        by self =wx<br>        by anonymous =x<br>        by * none stop<br><br>access to attrs=mail<br>        by group/kolabGroupOfNames=&quot;cn=admin,cn=internal,dc=stoutner,dc=org&quot; write<br>

        by group/kolabGroupOfNames=&quot;cn=maintainer,cn=internal,dc=stoutner,dc=org&quot; write<br>        by * read stop<br><br>access to attrs=alias<br>        by group/kolabGroupOfNames=&quot;cn=admin,cn=internal,dc=stoutner,dc=org&quot; write<br>

        by group/kolabGroupOfNames=&quot;cn=maintainer,cn=internal,dc=stoutner,dc=org&quot; write<br>        by * read stop<br><br>access to attrs=uid<br>        by group/kolabGroupOfNames=&quot;cn=admin,cn=internal,dc=stoutner,dc=org&quot; write<br>

        by group/kolabGroupOfNames=&quot;cn=maintainer,cn=internal,dc=stoutner,dc=org&quot; write<br>        by * read stop<br><br>access to attrs=cyrus-userquota<br>        by group/kolabGroupOfNames=&quot;cn=admin,cn=internal,dc=stoutner,dc=org&quot; write<br>

        by group/kolabGroupOfNames=&quot;cn=maintainer,cn=internal,dc=stoutner,dc=org&quot; write<br>    by self read stop<br><br>access to attrs=kolabHomeServer<br>        by group/kolabGroupOfNames=&quot;cn=admin,cn=internal,dc=stoutner,dc=org&quot; write<br>

        by group/kolabGroupOfNames=&quot;cn=maintainer,cn=internal,dc=stoutner,dc=org&quot; write<br>        by * read stop<br><br>access to attrs=kolabHomeMTA<br>        by group/kolabGroupOfNames=&quot;cn=admin,cn=internal,dc=stoutner,dc=org&quot; write<br>

        by group/kolabGroupOfNames=&quot;cn=maintainer,cn=internal,dc=stoutner,dc=org&quot; write<br>        by * read stop<br><br>access to attrs=kolabAllowSMTPRecipient<br>       by group/kolabGroupOfNames=&quot;cn=admin,cn=internal,dc=stoutner,dc=org&quot; write<br>

       by group/kolabGroupOfNames=&quot;cn=maintainer,cn=internal,dc=stoutner,dc=org&quot; write<br>       by dn=&quot;cn=nobody,cn=internal,dc=stoutner,dc=org&quot; read<br>       by self read stop<br><br>access to dn=&quot;cn=nobody,dc=stoutner,dc=org&quot;<br>

        by anonymous auth stop<br><br>access to dn=&quot;cn=manager,cn=internal,dc=stoutner,dc=org&quot;<br>        by dn=&quot;cn=nobody,cn=internal,dc=stoutner,dc=org&quot; read<br>        by self write<br>        by anonymous auth stop<br>

<br>access to dn=&quot;cn=admin,cn=internal,dc=stoutner,dc=org&quot;<br>        by group/kolabGroupOfNames=&quot;cn=admin,cn=internal,dc=stoutner,dc=org&quot; write<br>        by dn=&quot;cn=nobody,cn=internal,dc=stoutner,dc=org&quot; read<br>

        by self write<br>        by anonymous auth stop<br><br>access to dn=&quot;cn=maintainer,cn=internal,dc=stoutner,dc=org&quot;<br>        by group/kolabGroupOfNames=&quot;cn=admin,cn=internal,dc=stoutner,dc=org&quot; write<br>

        by group/kolabGroupOfNames=&quot;cn=maintainer,cn=internal,dc=stoutner,dc=org&quot; read<br>        by dn=&quot;cn=nobody,cn=internal,dc=stoutner,dc=org&quot; read<br>        by self write<br>        by anonymous auth stop<br>

<br>access to dn.regex=&quot;(.*,)?cn=internal,dc=stoutner,dc=org&quot;<br>     by group/kolabGroupOfNames=&quot;cn=admin,cn=internal,dc=stoutner,dc=org&quot; write<br>        by group/kolabGroupOfNames=&quot;cn=maintainer,cn=internal,dc=stoutner,dc=org&quot; write<br>

        by self write<br>    by dn=&quot;cn=nobody,cn=internal,dc=stoutner,dc=org&quot; read <br>    by anonymous auth stop<br><br>access to dn.regex=&quot;(.*,)?cn=external,dc=stoutner,dc=org&quot;<br>        by group/kolabGroupOfNames=&quot;cn=admin,cn=internal,dc=stoutner,dc=org&quot; write<br>

        by group/kolabGroupOfNames=&quot;cn=maintainer,cn=internal,dc=stoutner,dc=org&quot; write<br>    by * read stop<br><br>access to dn=&quot;cn=external,dc=stoutner,dc=org&quot;<br>    by dn=&quot;cn=nobody,cn=internal,dc=stoutner,dc=org&quot; read <br>

    by * search stop<br><br>access to dn=&quot;cn=internal,dc=stoutner,dc=org&quot;<br>    by dn=&quot;cn=nobody,cn=internal,dc=stoutner,dc=org&quot; read <br>        by * search stop<br><br>access to dn=&quot;k=kolab,dc=stoutner,dc=org&quot;<br>

     by group/kolabGroupOfNames=&quot;cn=admin,cn=internal,dc=stoutner,dc=org&quot; write<br>    by group/kolabGroupOfNames=&quot;cn=maintainer,cn=internal,dc=stoutner,dc=org&quot; read<br>    by group/kolabGroupOfNames=&quot;cn=domain-maintainer,cn=internal,dc=stoutner,dc=org&quot; read<br>

    by dn=&quot;cn=nobody,cn=internal,dc=stoutner,dc=org&quot; read <br>    by * none stop    <br><br>access to * <br>        by self write<br>    by group/kolabGroupOfNames=&quot;cn=admin,cn=internal,dc=stoutner,dc=org&quot; write<br>

     by group/kolabGroupOfNames=&quot;cn=maintainer,cn=internal,dc=stoutner,dc=org&quot; write<br>    by * read stop<br><br>include /etc/ldap/slapd.replicas<br><br><br>database    monitor<br><br>access to *<br>    by group/kolabGroupOfNames=&quot;cn=admin,cn=internal,dc=stoutner,dc=org&quot; write<br>

    by * none stop<br><br><br><br><br><br><br>*********Output of slapd -d Conns,Filter,Config,ACL**********<br><br><br>root@mail:/# slapd -d Conns,Filter,Config,ACL<br>@(#) $OpenLDAP: slapd 2.4.23 (Sep 23 2010 08:27:52) $<br>
        root@monster:/tmp/buildd/openldap-2.4.23/debian/build/servers/slapd<br>reading config file /etc/ldap/slapd.conf<br>line 11 (modulepath     /usr/lib/ldap)<br>line 12 (moduleload     back_bdb)<br>loaded module back_bdb<br>
module back_bdb: null module registered<br>line 13 (moduleload     back_monitor)<br>loaded module back_monitor<br>module back_monitor: null module registered<br>line 14 (moduleload     refint)<br>loaded module refint<br>module refint: null module registered<br>
line 15 (moduleload     unique)<br>loaded module unique<br>module unique: null module registered<br>line 20 (include /etc/ldap/schema/core.schema)<br>reading config file /etc/ldap/schema/core.schema<br>line 89 (attributetype ( 2.5.4.2 NAME &#39;knowledgeInformation&#39; DESC &#39;RFC2256: knowledge information&#39; EQUALITY caseIgnoreMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.15{32768} ))<br>
line 98 (attributetype ( 2.5.4.4 NAME ( &#39;sn&#39; &#39;surname&#39; ) DESC &#39;RFC2256: last (family) name(s) for which the entity is known by&#39; SUP name ))<br>line 104 (attributetype ( 2.5.4.5 NAME &#39;serialNumber&#39; DESC &#39;RFC2256: serial number of the entity&#39; EQUALITY caseIgnoreMatch SUBSTR caseIgnoreSubstringsMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.44{64} ))<br>
line 108 (attributetype ( 2.5.4.6 NAME ( &#39;c&#39; &#39;countryName&#39; ) DESC &#39;RFC2256: ISO-3166 country 2-letter code&#39; SUP name SINGLE-VALUE ))<br>line 112 (attributetype ( 2.5.4.7 NAME ( &#39;l&#39; &#39;localityName&#39; ) DESC &#39;RFC2256: locality which this object resides in&#39; SUP name ))<br>
line 116 (attributetype ( 2.5.4.8 NAME ( &#39;st&#39; &#39;stateOrProvinceName&#39; ) DESC &#39;RFC2256: state or province which this object resides in&#39; SUP name ))<br>line 122 (attributetype ( 2.5.4.9 NAME ( &#39;street&#39; &#39;streetAddress&#39; ) DESC &#39;RFC2256: street address of this object&#39; EQUALITY caseIgnoreMatch SUBSTR caseIgnoreSubstringsMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.15{128} ))<br>
line 126 (attributetype ( 2.5.4.10 NAME ( &#39;o&#39; &#39;organizationName&#39; ) DESC &#39;RFC2256: organization this object belongs to&#39; SUP name ))<br>line 130 (attributetype ( 2.5.4.11 NAME ( &#39;ou&#39; &#39;organizationalUnitName&#39; ) DESC &#39;RFC2256: organizational unit this object belongs to&#39; SUP name ))<br>
line 134 (attributetype ( 2.5.4.12 NAME &#39;title&#39; DESC &#39;RFC2256: title associated with the entity&#39; SUP name ))<br>line 146 (attributetype ( 2.5.4.14 NAME &#39;searchGuide&#39; DESC &#39;RFC2256: search guide, deprecated by enhancedSearchGuide&#39; SYNTAX 1.3.6.1.4.1.1466.115.121.1.25 ))<br>
line 152 (attributetype ( 2.5.4.15 NAME &#39;businessCategory&#39; DESC &#39;RFC2256: business category&#39; EQUALITY caseIgnoreMatch SUBSTR caseIgnoreSubstringsMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.15{128} ))<br>line 158 (attributetype ( 2.5.4.16 NAME &#39;postalAddress&#39; DESC &#39;RFC2256: postal address&#39; EQUALITY caseIgnoreListMatch SUBSTR caseIgnoreListSubstringsMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.41 ))<br>
line 164 (attributetype ( 2.5.4.17 NAME &#39;postalCode&#39; DESC &#39;RFC2256: postal code&#39; EQUALITY caseIgnoreMatch SUBSTR caseIgnoreSubstringsMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.15{40} ))<br>line 170 (attributetype ( 2.5.4.18 NAME &#39;postOfficeBox&#39; DESC &#39;RFC2256: Post Office Box&#39; EQUALITY caseIgnoreMatch SUBSTR caseIgnoreSubstringsMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.15{40} ))<br>
line 176 (attributetype ( 2.5.4.19 NAME &#39;physicalDeliveryOfficeName&#39; DESC &#39;RFC2256: Physical Delivery Office Name&#39; EQUALITY caseIgnoreMatch SUBSTR caseIgnoreSubstringsMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.15{128} ))<br>
line 182 (attributetype ( 2.5.4.20 NAME &#39;telephoneNumber&#39; DESC &#39;RFC2256: Telephone Number&#39; EQUALITY telephoneNumberMatch SUBSTR telephoneNumberSubstringsMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.50{32} ))<br>
line 186 (attributetype ( 2.5.4.21 NAME &#39;telexNumber&#39; DESC &#39;RFC2256: Telex Number&#39; SYNTAX 1.3.6.1.4.1.1466.115.121.1.52 ))<br>line 190 (attributetype ( 2.5.4.22 NAME &#39;teletexTerminalIdentifier&#39; DESC &#39;RFC2256: Teletex Terminal Identifier&#39; SYNTAX 1.3.6.1.4.1.1466.115.121.1.51 ))<br>
line 194 (attributetype ( 2.5.4.23 NAME ( &#39;facsimileTelephoneNumber&#39; &#39;fax&#39; ) DESC &#39;RFC2256: Facsimile (Fax) Telephone Number&#39; SYNTAX 1.3.6.1.4.1.1466.115.121.1.22 ))<br>line 200 (attributetype ( 2.5.4.24 NAME &#39;x121Address&#39; DESC &#39;RFC2256: X.121 Address&#39; EQUALITY numericStringMatch SUBSTR numericStringSubstringsMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.36{15} ))<br>
line 206 (attributetype ( 2.5.4.25 NAME &#39;internationaliSDNNumber&#39; DESC &#39;RFC2256: international ISDN number&#39; EQUALITY numericStringMatch SUBSTR numericStringSubstringsMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.36{16} ))<br>
line 211 (attributetype ( 2.5.4.26 NAME &#39;registeredAddress&#39; DESC &#39;RFC2256: registered postal address&#39; SUP postalAddress SYNTAX 1.3.6.1.4.1.1466.115.121.1.41 ))<br>line 217 (attributetype ( 2.5.4.27 NAME &#39;destinationIndicator&#39; DESC &#39;RFC2256: destination indicator&#39; EQUALITY caseIgnoreMatch SUBSTR caseIgnoreSubstringsMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.44{128} ))<br>
line 222 (attributetype ( 2.5.4.28 NAME &#39;preferredDeliveryMethod&#39; DESC &#39;RFC2256: preferred delivery method&#39; SYNTAX 1.3.6.1.4.1.1466.115.121.1.14 SINGLE-VALUE ))<br>line 228 (attributetype ( 2.5.4.29 NAME &#39;presentationAddress&#39; DESC &#39;RFC2256: presentation address&#39; EQUALITY presentationAddressMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.43 SINGLE-VALUE ))<br>
line 233 (attributetype ( 2.5.4.30 NAME &#39;supportedApplicationContext&#39; DESC &#39;RFC2256: supported application context&#39; EQUALITY objectIdentifierMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.38 ))<br>line 237 (attributetype ( 2.5.4.31 NAME &#39;member&#39; DESC &#39;RFC2256: member of a group&#39; SUP distinguishedName ))<br>
line 241 (attributetype ( 2.5.4.32 NAME &#39;owner&#39; DESC &#39;RFC2256: owner (of the object)&#39; SUP distinguishedName ))<br>line 245 (attributetype ( 2.5.4.33 NAME &#39;roleOccupant&#39; DESC &#39;RFC2256: occupant of role&#39; SUP distinguishedName ))<br>
line 263 (attributetype ( 2.5.4.36 NAME &#39;userCertificate&#39; DESC &#39;RFC2256: X.509 user certificate, use ;binary&#39; EQUALITY certificateExactMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.8 ))<br>line 270 (attributetype ( 2.5.4.37 NAME &#39;cACertificate&#39; DESC &#39;RFC2256: X.509 CA certificate, use ;binary&#39; EQUALITY certificateExactMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.8 ))<br>
line 275 (attributetype ( 2.5.4.38 NAME &#39;authorityRevocationList&#39; DESC &#39;RFC2256: X.509 authority revocation list, use ;binary&#39; SYNTAX 1.3.6.1.4.1.1466.115.121.1.9 ))<br>line 280 (attributetype ( 2.5.4.39 NAME &#39;certificateRevocationList&#39; DESC &#39;RFC2256: X.509 certificate revocation list, use ;binary&#39; SYNTAX 1.3.6.1.4.1.1466.115.121.1.9 ))<br>
line 285 (attributetype ( 2.5.4.40 NAME &#39;crossCertificatePair&#39; DESC &#39;RFC2256: X.509 cross certificate pair, use ;binary&#39; SYNTAX 1.3.6.1.4.1.1466.115.121.1.10 ))<br>line 295 (attributetype ( 2.5.4.42 NAME ( &#39;givenName&#39; &#39;gn&#39; ) DESC &#39;RFC2256: first name(s) for which the entity is known by&#39; SUP name ))<br>
line 299 (attributetype ( 2.5.4.43 NAME &#39;initials&#39; DESC &#39;RFC2256: initials of some or all of names, but not the surname(s).&#39; SUP name ))<br>line 303 (attributetype ( 2.5.4.44 NAME &#39;generationQualifier&#39; DESC &#39;RFC2256: name qualifier indicating a generation&#39; SUP name ))<br>
line 308 (attributetype ( 2.5.4.45 NAME &#39;x500UniqueIdentifier&#39; DESC &#39;RFC2256: X.500 unique identifier&#39; EQUALITY bitStringMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.6 ))<br>line 315 (attributetype ( 2.5.4.46 NAME &#39;dnQualifier&#39; DESC &#39;RFC2256: DN qualifier&#39; EQUALITY caseIgnoreMatch ORDERING caseIgnoreOrderingMatch SUBSTR caseIgnoreSubstringsMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.44 ))<br>
line 319 (attributetype ( 2.5.4.47 NAME &#39;enhancedSearchGuide&#39; DESC &#39;RFC2256: enhanced search guide&#39; SYNTAX 1.3.6.1.4.1.1466.115.121.1.21 ))<br>line 324 (attributetype ( 2.5.4.48 NAME &#39;protocolInformation&#39; DESC &#39;RFC2256: protocol information&#39; EQUALITY protocolInformationMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.42 ))<br>
line 334 (attributetype ( 2.5.4.50 NAME &#39;uniqueMember&#39; DESC &#39;RFC2256: unique member of a group&#39; EQUALITY uniqueMemberMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.34 ))<br>line 340 (attributetype ( 2.5.4.51 NAME &#39;houseIdentifier&#39; DESC &#39;RFC2256: house identifier&#39; EQUALITY caseIgnoreMatch SUBSTR caseIgnoreSubstringsMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.15{32768} ))<br>
line 345 (attributetype ( 2.5.4.52 NAME &#39;supportedAlgorithms&#39; DESC &#39;RFC2256: supported algorithms&#39; SYNTAX 1.3.6.1.4.1.1466.115.121.1.49 ))<br>line 350 (attributetype ( 2.5.4.53 NAME &#39;deltaRevocationList&#39; DESC &#39;RFC2256: delta revocation list; use ;binary&#39; SYNTAX 1.3.6.1.4.1.1466.115.121.1.9 ))<br>
line 354 (attributetype ( 2.5.4.54 NAME &#39;dmdName&#39; DESC &#39;RFC2256: name of DMD&#39; SUP name ))<br>line 358 (attributetype ( 2.5.4.65 NAME &#39;pseudonym&#39; DESC &#39;X.520(4th): pseudonym for the object&#39; SUP name ))<br>
line 378 (objectclass ( 2.5.6.2 NAME &#39;country&#39; DESC &#39;RFC2256: a country&#39; SUP top STRUCTURAL MUST c MAY ( searchGuide $ description ) ))<br>line 383 (objectclass ( 2.5.6.3 NAME &#39;locality&#39; DESC &#39;RFC2256: a locality&#39; SUP top STRUCTURAL MAY ( street $ seeAlso $ searchGuide $ st $ l $ description ) ))<br>
line 394 (objectclass ( 2.5.6.4 NAME &#39;organization&#39; DESC &#39;RFC2256: an organization&#39; SUP top STRUCTURAL MUST o MAY ( userPassword $ searchGuide $ seeAlso $ businessCategory $   x121Address $ registeredAddress $ destinationIndicator $      preferredDeliveryMethod $ telexNumber $ teletexTerminalIdentifier $     telephoneNumber $ internationaliSDNNumber $     facsimileTelephoneNumber $ street $ postOfficeBox $ postalCode $      postalAddress $ physicalDeliveryOfficeName $ st $ l $ description ) ))<br>
line 405 (objectclass ( 2.5.6.5 NAME &#39;organizationalUnit&#39; DESC &#39;RFC2256: an organizational unit&#39; SUP top STRUCTURAL MUST ou MAY ( userPassword $ searchGuide $ seeAlso $ businessCategory $     x121Address $ registeredAddress $ destinationIndicator $      preferredDeliveryMethod $ telexNumber $ teletexTerminalIdentifier $     telephoneNumber $ internationaliSDNNumber $     facsimileTelephoneNumber $ street $ postOfficeBox $ postalCode $      postalAddress $ physicalDeliveryOfficeName $ st $ l $ description ) ))<br>
line 411 (objectclass ( 2.5.6.6 NAME &#39;person&#39; DESC &#39;RFC2256: a person&#39; SUP top STRUCTURAL MUST ( sn $ cn ) MAY ( userPassword $ telephoneNumber $ seeAlso $ description ) ))<br>line 420 (objectclass ( 2.5.6.7 NAME &#39;organizationalPerson&#39; DESC &#39;RFC2256: an organizational person&#39; SUP person STRUCTURAL MAY ( title $ x121Address $ registeredAddress $ destinationIndicator $       preferredDeliveryMethod $ telexNumber $ teletexTerminalIdentifier $   telephoneNumber $ internationaliSDNNumber $     facsimileTelephoneNumber $ street $ postOfficeBox $ postalCode $        postalAddress $ physicalDeliveryOfficeName $ ou $ st $ l ) ))<br>
line 431 (objectclass ( 2.5.6.8 NAME &#39;organizationalRole&#39; DESC &#39;RFC2256: an organizational role&#39; SUP top STRUCTURAL MUST cn MAY ( x121Address $ registeredAddress $ destinationIndicator $      preferredDeliveryMethod $ telexNumber $ teletexTerminalIdentifier $   telephoneNumber $ internationaliSDNNumber $ facsimileTelephoneNumber $  seeAlso $ roleOccupant $ preferredDeliveryMethod $ street $     postOfficeBox $ postalCode $ postalAddress $  physicalDeliveryOfficeName $ ou $ st $ l $ description ) ))<br>
line 437 (objectclass ( 2.5.6.9 NAME &#39;groupOfNames&#39; DESC &#39;RFC2256: a group of names (DNs)&#39; SUP top STRUCTURAL MUST ( member $ cn ) MAY ( businessCategory $ seeAlso $ owner $ ou $ o $ description ) ))<br>line 448 (objectclass ( 2.5.6.10 NAME &#39;residentialPerson&#39; DESC &#39;RFC2256: an residential person&#39; SUP person STRUCTURAL MUST l MAY ( businessCategory $ x121Address $ registeredAddress $         destinationIndicator $ preferredDeliveryMethod $ telexNumber $        teletexTerminalIdentifier $ telephoneNumber $ internationaliSDNNumber $         facsimileTelephoneNumber $ preferredDeliveryMethod $ street $   postOfficeBox $ postalCode $ postalAddress $  physicalDeliveryOfficeName $ st $ l ) ))<br>
line 454 (objectclass ( 2.5.6.11 NAME &#39;applicationProcess&#39; DESC &#39;RFC2256: an application process&#39; SUP top STRUCTURAL MUST cn MAY ( seeAlso $ ou $ l $ description ) ))<br>line 461 (objectclass ( 2.5.6.12 NAME &#39;applicationEntity&#39; DESC &#39;RFC2256: an application entity&#39; SUP top STRUCTURAL MUST ( presentationAddress $ cn ) MAY ( supportedApplicationContext $ seeAlso $ ou $ o $ l $ description ) ))<br>
line 466 (objectclass ( 2.5.6.13 NAME &#39;dSA&#39; DESC &#39;RFC2256: a directory system agent (a server)&#39; SUP applicationEntity STRUCTURAL MAY knowledgeInformation ))<br>line 472 (objectclass ( 2.5.6.14 NAME &#39;device&#39; DESC &#39;RFC2256: a device&#39; SUP top STRUCTURAL MUST cn MAY ( serialNumber $ seeAlso $ owner $ ou $ o $ l $ description ) ))<br>
line 477 (objectclass ( 2.5.6.15 NAME &#39;strongAuthenticationUser&#39; DESC &#39;RFC2256: a strong authentication user&#39; SUP top AUXILIARY MUST userCertificate ))<br>line 483 (objectclass ( 2.5.6.16 NAME &#39;certificationAuthority&#39; DESC &#39;RFC2256: a certificate authority&#39; SUP top AUXILIARY MUST ( authorityRevocationList $ certificateRevocationList $   cACertificate ) MAY crossCertificatePair ))<br>
line 489 (objectclass ( 2.5.6.17 NAME &#39;groupOfUniqueNames&#39; DESC &#39;RFC2256: a group of unique names (DN and Unique Identifier)&#39; SUP top STRUCTURAL MUST ( uniqueMember $ cn ) MAY ( businessCategory $ seeAlso $ owner $ ou $ o $ description ) ))<br>
line 494 (objectclass ( 2.5.6.18 NAME &#39;userSecurityInformation&#39; DESC &#39;RFC2256: a user security information&#39; SUP top AUXILIARY MAY ( supportedAlgorithms ) ))<br>line 498 (objectclass ( 2.5.6.16.2 NAME &#39;certificationAuthority-V2&#39; SUP certificationAuthority AUXILIARY MAY ( deltaRevocationList ) ))<br>
line 504 (objectclass ( 2.5.6.19 NAME &#39;cRLDistributionPoint&#39; SUP top STRUCTURAL MUST ( cn ) MAY ( certificateRevocationList $ authorityRevocationList $         deltaRevocationList ) ))<br>line 514 (objectclass ( 2.5.6.20 NAME &#39;dmd&#39; SUP top STRUCTURAL MUST ( dmdName ) MAY ( userPassword $ searchGuide $ seeAlso $ businessCategory $         x121Address $ registeredAddress $ destinationIndicator $      preferredDeliveryMethod $ telexNumber $ teletexTerminalIdentifier $     telephoneNumber $ internationaliSDNNumber $ facsimileTelephoneNumber $  street $ postOfficeBox $ postalCode $ postalAddress $ physicalDeliveryOfficeName $ st $ l $ description ) ))<br>
line 522 (objectclass ( 2.5.6.21 NAME &#39;pkiUser&#39; DESC &#39;RFC2587: a PKI user&#39; SUP top AUXILIARY MAY userCertificate ))<br>line 528 (objectclass ( 2.5.6.22 NAME &#39;pkiCA&#39; DESC &#39;RFC2587: PKI certificate authority&#39; SUP top AUXILIARY MAY ( authorityRevocationList $ certificateRevocationList $   cACertificate $ crossCertificatePair ) ))<br>
line 533 (objectclass ( 2.5.6.23 NAME &#39;deltaCRL&#39; DESC &#39;RFC2587: PKI user&#39; SUP top AUXILIARY MAY deltaRevocationList ))<br>line 546 (objectclass ( 1.3.6.1.4.1.250.3.15 NAME &#39;labeledURIObject&#39; DESC &#39;RFC2079: object that contains the URI attribute type&#39; SUP top AUXILIARY MAY ( labeledURI ) ))<br>
line 563 (attributetype ( 0.9.2342.19200300.100.1.3 NAME ( &#39;mail&#39; &#39;rfc822Mailbox&#39; ) DESC &#39;RFC1274: RFC822 Mailbox&#39;    EQUALITY caseIgnoreIA5Match    SUBSTR caseIgnoreIA5SubstringsMatch    SYNTAX 1.3.6.1.4.1.1466.115.121.1.26{256} ))<br>
line 568 (objectclass ( 0.9.2342.19200300.100.4.19 NAME &#39;simpleSecurityObject&#39; DESC &#39;RFC1274: simple security object&#39; SUP top AUXILIARY MUST userPassword ))<br>line 576 (attributetype ( 0.9.2342.19200300.100.1.25 NAME ( &#39;dc&#39; &#39;domainComponent&#39; ) DESC &#39;RFC1274/2247: domain component&#39; EQUALITY caseIgnoreIA5Match SUBSTR caseIgnoreIA5SubstringsMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 SINGLE-VALUE ))<br>
line 581 (objectclass ( 1.3.6.1.4.1.1466.344 NAME &#39;dcObject&#39; DESC &#39;RFC2247: domain component object&#39; SUP top AUXILIARY MUST dc ))<br>line 586 (objectclass ( 1.3.6.1.1.3.1 NAME &#39;uidObject&#39; DESC &#39;RFC2377: uid object&#39; SUP top AUXILIARY MUST uid ))<br>
line 594 (attributetype ( 0.9.2342.19200300.100.1.37 NAME &#39;associatedDomain&#39; DESC &#39;RFC1274: domain associated with object&#39; EQUALITY caseIgnoreIA5Match SUBSTR caseIgnoreIA5SubstringsMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 ))<br>
line 602 (attributetype ( 1.2.840.113549.1.9.1 NAME ( &#39;email&#39; &#39;emailAddress&#39; &#39;pkcs9email&#39; ) DESC &#39;RFC3280: legacy attribute for email addresses in DNs&#39; EQUALITY caseIgnoreIA5Match SUBSTR caseIgnoreIA5SubstringsMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.26{128} ))<br>
line 21 (include /etc/ldap/schema/cosine.schema)<br>reading config file /etc/ldap/schema/cosine.schema<br>line 49 (attributetype ( 0.9.2342.19200300.100.1.2 NAME &#39;textEncodedORAddress&#39; EQUALITY caseIgnoreMatch SUBSTR caseIgnoreSubstringsMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.15{256} ))<br>
line 61 (attributetype ( 0.9.2342.19200300.100.1.4 NAME &#39;info&#39; DESC &#39;RFC1274: general information&#39; EQUALITY caseIgnoreMatch SUBSTR caseIgnoreSubstringsMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.15{2048} ))<br>
line 68 (attributetype ( 0.9.2342.19200300.100.1.5 NAME ( &#39;drink&#39; &#39;favouriteDrink&#39; ) DESC &#39;RFC1274: favorite drink&#39; EQUALITY caseIgnoreMatch SUBSTR caseIgnoreSubstringsMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.15{256} ))<br>
line 74 (attributetype ( 0.9.2342.19200300.100.1.6 NAME &#39;roomNumber&#39; DESC &#39;RFC1274: room number&#39; EQUALITY caseIgnoreMatch SUBSTR caseIgnoreSubstringsMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.15{256} ))<br>line 78 (attributetype ( 0.9.2342.19200300.100.1.7 NAME &#39;photo&#39; DESC &#39;RFC1274: photo (G3 fax)&#39; SYNTAX 1.3.6.1.4.1.1466.115.121.1.23{25000} ))<br>
line 84 (attributetype ( 0.9.2342.19200300.100.1.8 NAME &#39;userClass&#39; DESC &#39;RFC1274: category of user&#39; EQUALITY caseIgnoreMatch SUBSTR caseIgnoreSubstringsMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.15{256} ))<br>
line 90 (attributetype ( 0.9.2342.19200300.100.1.9 NAME &#39;host&#39; DESC &#39;RFC1274: host computer&#39; EQUALITY caseIgnoreMatch SUBSTR caseIgnoreSubstringsMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.15{256} ))<br>line 95 (attributetype ( 0.9.2342.19200300.100.1.10 NAME &#39;manager&#39; DESC &#39;RFC1274: DN of manager&#39; EQUALITY distinguishedNameMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.12 ))<br>
line 101 (attributetype ( 0.9.2342.19200300.100.1.11 NAME &#39;documentIdentifier&#39; DESC &#39;RFC1274: unique identifier of document&#39; EQUALITY caseIgnoreMatch SUBSTR caseIgnoreSubstringsMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.15{256} ))<br>
line 107 (attributetype ( 0.9.2342.19200300.100.1.12 NAME &#39;documentTitle&#39; DESC &#39;RFC1274: title of document&#39; EQUALITY caseIgnoreMatch SUBSTR caseIgnoreSubstringsMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.15{256} ))<br>
line 113 (attributetype ( 0.9.2342.19200300.100.1.13 NAME &#39;documentVersion&#39; DESC &#39;RFC1274: version of document&#39; EQUALITY caseIgnoreMatch SUBSTR caseIgnoreSubstringsMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.15{256} ))<br>
line 118 (attributetype ( 0.9.2342.19200300.100.1.14 NAME &#39;documentAuthor&#39; DESC &#39;RFC1274: DN of author of document&#39; EQUALITY distinguishedNameMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.12 ))<br>line 124 (attributetype ( 0.9.2342.19200300.100.1.15 NAME &#39;documentLocation&#39; DESC &#39;RFC1274: location of document original&#39; EQUALITY caseIgnoreMatch SUBSTR caseIgnoreSubstringsMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.15{256} ))<br>
line 131 (attributetype ( 0.9.2342.19200300.100.1.20 NAME ( &#39;homePhone&#39; &#39;homeTelephoneNumber&#39; ) DESC &#39;RFC1274: home telephone number&#39; EQUALITY telephoneNumberMatch SUBSTR telephoneNumberSubstringsMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.50 ))<br>
line 136 (attributetype ( 0.9.2342.19200300.100.1.21 NAME &#39;secretary&#39; DESC &#39;RFC1274: DN of secretary&#39; EQUALITY distinguishedNameMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.12 ))<br>line 139 (attributetype ( 0.9.2342.19200300.100.1.22 NAME &#39;otherMailbox&#39; SYNTAX 1.3.6.1.4.1.1466.115.121.1.39 ))<br>
line 165 (attributetype ( 0.9.2342.19200300.100.1.26 NAME &#39;aRecord&#39; EQUALITY caseIgnoreIA5Match SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 ))<br>line 171 (attributetype ( 0.9.2342.19200300.100.1.27 NAME &#39;mDRecord&#39; EQUALITY caseIgnoreIA5Match SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 ))<br>
line 176 (attributetype ( 0.9.2342.19200300.100.1.28 NAME &#39;mXRecord&#39; EQUALITY caseIgnoreIA5Match SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 ))<br>line 181 (attributetype ( 0.9.2342.19200300.100.1.29 NAME &#39;nSRecord&#39; EQUALITY caseIgnoreIA5Match SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 ))<br>
line 186 (attributetype ( 0.9.2342.19200300.100.1.30 NAME &#39;sOARecord&#39; EQUALITY caseIgnoreIA5Match SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 ))<br>line 191 (attributetype ( 0.9.2342.19200300.100.1.31 NAME &#39;cNAMERecord&#39; EQUALITY caseIgnoreIA5Match SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 ))<br>
line 201 (attributetype ( 0.9.2342.19200300.100.1.38 NAME &#39;associatedName&#39; DESC &#39;RFC1274: DN of entry associated with domain&#39; EQUALITY distinguishedNameMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.12 ))<br>line 207 (attributetype ( 0.9.2342.19200300.100.1.39 NAME &#39;homePostalAddress&#39; DESC &#39;RFC1274: home postal address&#39; EQUALITY caseIgnoreListMatch SUBSTR caseIgnoreListSubstringsMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.41 ))<br>
line 213 (attributetype ( 0.9.2342.19200300.100.1.40 NAME &#39;personalTitle&#39; DESC &#39;RFC1274: personal title&#39; EQUALITY caseIgnoreMatch SUBSTR caseIgnoreSubstringsMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.15{256} ))<br>
line 220 (attributetype ( 0.9.2342.19200300.100.1.41 NAME ( &#39;mobile&#39; &#39;mobileTelephoneNumber&#39; ) DESC &#39;RFC1274: mobile telephone number&#39; EQUALITY telephoneNumberMatch SUBSTR telephoneNumberSubstringsMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.50 ))<br>
line 227 (attributetype ( 0.9.2342.19200300.100.1.42 NAME ( &#39;pager&#39; &#39;pagerTelephoneNumber&#39; ) DESC &#39;RFC1274: pager telephone number&#39; EQUALITY telephoneNumberMatch SUBSTR telephoneNumberSubstringsMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.50 ))<br>
line 234 (attributetype ( 0.9.2342.19200300.100.1.43 NAME ( &#39;co&#39; &#39;friendlyCountryName&#39; ) DESC &#39;RFC1274: friendly country name&#39; EQUALITY caseIgnoreMatch SUBSTR caseIgnoreSubstringsMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 ))<br>
line 239 (attributetype ( 0.9.2342.19200300.100.1.44 NAME &#39;uniqueIdentifier&#39; DESC &#39;RFC1274: unique identifer&#39; EQUALITY caseIgnoreMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.15{256} ))<br>line 245 (attributetype ( 0.9.2342.19200300.100.1.45 NAME &#39;organizationalStatus&#39; DESC &#39;RFC1274: organizational status&#39; EQUALITY caseIgnoreMatch SUBSTR caseIgnoreSubstringsMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.15{256} ))<br>
line 251 (attributetype ( 0.9.2342.19200300.100.1.46 NAME &#39;janetMailbox&#39; DESC &#39;RFC1274: Janet mailbox&#39; EQUALITY caseIgnoreIA5Match SUBSTR caseIgnoreIA5SubstringsMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.26{256} ))<br>
line 256 (attributetype ( 0.9.2342.19200300.100.1.47 NAME &#39;mailPreferenceOption&#39; DESC &#39;RFC1274: mail preference option&#39; SYNTAX 1.3.6.1.4.1.1466.115.121.1.27 ))<br>line 262 (attributetype ( 0.9.2342.19200300.100.1.48 NAME &#39;buildingName&#39; DESC &#39;RFC1274: name of building&#39; EQUALITY caseIgnoreMatch SUBSTR caseIgnoreSubstringsMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.15{256} ))<br>
line 266 (attributetype ( 0.9.2342.19200300.100.1.49 NAME &#39;dSAQuality&#39; DESC &#39;RFC1274: DSA Quality&#39; SYNTAX 1.3.6.1.4.1.1466.115.121.1.19 SINGLE-VALUE ))<br>line 270 (attributetype ( 0.9.2342.19200300.100.1.50 NAME &#39;singleLevelQuality&#39; DESC &#39;RFC1274: Single Level Quality&#39; SYNTAX 1.3.6.1.4.1.1466.115.121.1.13 SINGLE-VALUE ))<br>
line 274 (attributetype ( 0.9.2342.19200300.100.1.51 NAME &#39;subtreeMinimumQuality&#39; DESC &#39;RFC1274: Subtree Mininum Quality&#39; SYNTAX 1.3.6.1.4.1.1466.115.121.1.13 SINGLE-VALUE ))<br>line 278 (attributetype ( 0.9.2342.19200300.100.1.52 NAME &#39;subtreeMaximumQuality&#39; DESC &#39;RFC1274: Subtree Maximun Quality&#39; SYNTAX 1.3.6.1.4.1.1466.115.121.1.13 SINGLE-VALUE ))<br>
line 282 (attributetype ( 0.9.2342.19200300.100.1.53 NAME &#39;personalSignature&#39; DESC &#39;RFC1274: Personal Signature (G3 fax)&#39; SYNTAX 1.3.6.1.4.1.1466.115.121.1.23 ))<br>line 287 (attributetype ( 0.9.2342.19200300.100.1.54 NAME &#39;dITRedirect&#39; DESC &#39;RFC1274: DIT Redirect&#39; EQUALITY distinguishedNameMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.12 ))<br>
line 291 (attributetype ( 0.9.2342.19200300.100.1.55 NAME &#39;audio&#39; DESC &#39;RFC1274: audio (u-law)&#39; SYNTAX 1.3.6.1.4.1.1466.115.121.1.4{25000} ))<br>line 297 (attributetype ( 0.9.2342.19200300.100.1.56 NAME &#39;documentPublisher&#39; DESC &#39;RFC1274: publisher of document&#39; EQUALITY caseIgnoreMatch SUBSTR caseIgnoreSubstringsMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 ))<br>
line 316 (objectclass ( 0.9.2342.19200300.100.4.4 NAME ( &#39;pilotPerson&#39; &#39;newPilotPerson&#39; ) SUP person STRUCTURAL MAY ( userid $ textEncodedORAddress $ rfc822Mailbox $   favouriteDrink $ roomNumber $ userClass $     homeTelephoneNumber $ homePostalAddress $ secretary $   personalTitle $ preferredDeliveryMethod $ businessCategory $    janetMailbox $ otherMailbox $ mobileTelephoneNumber $   pagerTelephoneNumber $ organizationalStatus $         mailPreferenceOption $ personalSignature ) ))<br>
line 323 (objectclass ( 0.9.2342.19200300.100.4.5 NAME &#39;account&#39; SUP top STRUCTURAL MUST userid MAY ( description $ seeAlso $ localityName $    organizationName $ organizationalUnitName $ host ) ))<br>line 332 (objectclass ( 0.9.2342.19200300.100.4.6 NAME &#39;document&#39; SUP top STRUCTURAL MUST documentIdentifier MAY ( commonName $ description $ seeAlso $ localityName $  organizationName $ organizationalUnitName $   documentTitle $ documentVersion $ documentAuthor $      documentLocation $ documentPublisher ) ))<br>
line 338 (objectclass ( 0.9.2342.19200300.100.4.7 NAME &#39;room&#39; SUP top STRUCTURAL MUST commonName MAY ( roomNumber $ description $ seeAlso $ telephoneNumber ) ))<br>line 345 (objectclass ( 0.9.2342.19200300.100.4.9 NAME &#39;documentSeries&#39; SUP top STRUCTURAL MUST commonName MAY ( description $ seeAlso $ telephonenumber $      localityName $ organizationName $ organizationalUnitName ) ))<br>
line 359 (objectclass ( 0.9.2342.19200300.100.4.13 NAME &#39;domain&#39; SUP top STRUCTURAL MUST domainComponent MAY ( associatedName $ organizationName $ description $        businessCategory $ seeAlso $ searchGuide $ userPassword $     localityName $ stateOrProvinceName $ streetAddress $    physicalDeliveryOfficeName $ postalAddress $ postalCode $       postOfficeBox $ streetAddress $         facsimileTelephoneNumber $ internationalISDNNumber $  telephoneNumber $ teletexTerminalIdentifier $ telexNumber $     preferredDeliveryMethod $ destinationIndicator $        registeredAddress $ x121Address ) ))<br>
line 370 (objectclass ( 0.9.2342.19200300.100.4.14 NAME &#39;RFC822localPart&#39; SUP domain STRUCTURAL MAY ( commonName $ surname $ description $ seeAlso $ telephoneNumber $  physicalDeliveryOfficeName $ postalAddress $ postalCode $     postOfficeBox $ streetAddress $         facsimileTelephoneNumber $ internationalISDNNumber $    telephoneNumber $ teletexTerminalIdentifier $   telexNumber $ preferredDeliveryMethod $ destinationIndicator $        registeredAddress $ x121Address ) ))<br>
line 376 (objectclass ( 0.9.2342.19200300.100.4.15 NAME &#39;dNSDomain&#39; SUP domain STRUCTURAL MAY ( ARecord $ MDRecord $ MXRecord $ NSRecord $      SOARecord $ CNAMERecord ) ))<br>line 381 (objectclass ( 0.9.2342.19200300.100.4.17 NAME &#39;domainRelatedObject&#39; DESC &#39;RFC1274: an object related to an domain&#39; SUP top AUXILIARY MUST associatedDomain ))<br>
line 385 (objectclass ( 0.9.2342.19200300.100.4.18 NAME &#39;friendlyCountry&#39; SUP country STRUCTURAL MUST friendlyCountryName ))<br>line 394 (objectclass ( 0.9.2342.19200300.100.4.20 NAME &#39;pilotOrganization&#39; SUP ( organization $ organizationalUnit ) STRUCTURAL MAY buildingName ))<br>
line 398 (objectclass ( 0.9.2342.19200300.100.4.21 NAME &#39;pilotDSA&#39; SUP dsa STRUCTURAL MAY dSAQuality ))<br>line 404 (objectclass ( 0.9.2342.19200300.100.4.22 NAME &#39;qualityLabelledData&#39; SUP top AUXILIARY MUST dsaQuality MAY ( subtreeMinimumQuality $ subtreeMaximumQuality ) ))<br>
line 22 (include /etc/ldap/schema/inetorgperson.schema)<br>reading config file /etc/ldap/schema/inetorgperson.schema<br>line 36 (attributetype ( 2.16.840.1.113730.3.1.1 NAME &#39;carLicense&#39; DESC &#39;RFC2798: vehicle license or registration plate&#39; EQUALITY caseIgnoreMatch SUBSTR caseIgnoreSubstringsMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 ))<br>
line 46 (attributetype ( 2.16.840.1.113730.3.1.2 NAME &#39;departmentNumber&#39; DESC &#39;RFC2798: identifies a department within an organization&#39; EQUALITY caseIgnoreMatch SUBSTR caseIgnoreSubstringsMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 ))<br>
line 59 (attributetype ( 2.16.840.1.113730.3.1.241 NAME &#39;displayName&#39; DESC &#39;RFC2798: preferred name to be used when displaying entries&#39; EQUALITY caseIgnoreMatch SUBSTR caseIgnoreSubstringsMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE ))<br>
line 70 (attributetype ( 2.16.840.1.113730.3.1.3 NAME &#39;employeeNumber&#39; DESC &#39;RFC2798: numerically identifies an employee within an organization&#39; EQUALITY caseIgnoreMatch SUBSTR caseIgnoreSubstringsMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE ))<br>
line 81 (attributetype ( 2.16.840.1.113730.3.1.4 NAME &#39;employeeType&#39; DESC &#39;RFC2798: type of employment for a person&#39; EQUALITY caseIgnoreMatch SUBSTR caseIgnoreSubstringsMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 ))<br>
line 92 (attributetype ( 0.9.2342.19200300.100.1.60 NAME &#39;jpegPhoto&#39; DESC &#39;RFC2798: a JPEG image&#39; SYNTAX 1.3.6.1.4.1.1466.115.121.1.28 ))<br>line 107 (attributetype ( 2.16.840.1.113730.3.1.39 NAME &#39;preferredLanguage&#39; DESC &#39;RFC2798: preferred written or spoken language for a person&#39; EQUALITY caseIgnoreMatch SUBSTR caseIgnoreSubstringsMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE ))<br>
line 123 (attributetype ( 2.16.840.1.113730.3.1.40 NAME &#39;userSMIMECertificate&#39; DESC &#39;RFC2798: PKCS#7 SignedData used to support S/MIME&#39; SYNTAX 1.3.6.1.4.1.1466.115.121.1.5 ))<br>line 135 (attributetype ( 2.16.840.1.113730.3.1.216 NAME &#39;userPKCS12&#39; DESC &#39;RFC2798: personal identity information, a PKCS #12 PFX&#39; SYNTAX 1.3.6.1.4.1.1466.115.121.1.5 ))<br>
line 155 (objectclass   ( 2.16.840.1.113730.3.2.2    NAME &#39;inetOrgPerson&#39; DESC &#39;RFC2798: Internet Organizational Person&#39;    SUP organizationalPerson    STRUCTURAL MAY (        audio $ businessCategory $ carLicense $ departmentNumber $    displayName $ employeeNumber $ employeeType $ givenName $       homePhone $ homePostalAddress $ initials $ jpegPhoto $  labeledURI $ mail $ manager $ mobile $ o $ pager $   photo $ roomNumber $ secretary $ uid $ userCertificate $         x500uniqueIdentifier $ preferredLanguage $      userSMIMECertificate $ userPKCS12 ) ))<br>
line 23 (include /etc/ldap/schema/rfc2739.schema)<br>reading config file /etc/ldap/schema/rfc2739.schema<br>line 65 (attributetype ( 1.2.840.113556.1.4.478  NAME &#39;calCalURI&#39;  DESC &#39;RFC2739: URI of entire default calendar&#39;  EQUALITY caseIgnoreIA5Match  SUBSTR caseIgnoreIA5SubstringsMatch  SYNTAX 1.3.6.1.4.1.1466.115.121.1.26  USAGE userApplications ))<br>
line 75 (attributetype (1.2.840.113556.1.4.479  NAME &#39;calFBURL&#39;  DESC &#39;RFC2739: URI to the users default freebusy data&#39;  EQUALITY caseIgnoreIA5Match  SUBSTR caseIgnoreIA5SubstringsMatch  SYNTAX 1.3.6.1.4.1.1466.115.121.1.26  USAGE userApplications ))<br>
line 85 (attributetype (1.2.840.113556.1.4.480  NAME &#39;calCAPURI&#39;  DESC &#39;RFC2739: URI used to communicate with the users calendar&#39;  EQUALITY caseIgnoreIA5Match  SUBSTR caseIgnoreIA5SubstringsMatch  SYNTAX 1.3.6.1.4.1.1466.115.121.1.26  USAGE userApplications ))<br>
line 95 (attributetype (1.2.840.113556.1.4.481  NAME &#39;calCalAdrURI&#39;  DESC &#39;RFC2739: URI for event equests destination&#39;  EQUALITY caseIgnoreIA5Match  SUBSTR caseIgnoreIA5SubstringsMatch  SYNTAX 1.3.6.1.4.1.1466.115.121.1.26  USAGE userApplications ))<br>
line 105 (attributetype (1.2.840.113556.1.4.482  NAME &#39;calOtherCalURIs&#39;  DESC &#39;RFC2739: multi-value URI for snapshots of other calendars&#39;  EQUALITY caseIgnoreIA5Match  SUBSTR caseIgnoreIA5SubstringsMatch  SYNTAX 1.3.6.1.4.1.1466.115.121.1.26  USAGE userApplications ))<br>
line 115 (attributetype (1.2.840.113556.1.4.483  NAME &#39;calOtherFBURLs&#39;  DESC &#39;RFC2739: multi-value URI for other free/busy data&#39;  EQUALITY caseIgnoreIA5Match  SUBSTR caseIgnoreIA5SubstringsMatch  SYNTAX 1.3.6.1.4.1.1466.115.121.1.26  USAGE userApplications ))<br>
line 125 (attributetype (1.2.840.113556.1.4.484  NAME &#39;calOtherCAPURIs&#39;  DESC &#39;RFC2739: multi-value URI to other calendars&#39;  EQUALITY caseIgnoreIA5Match  SUBSTR caseIgnoreIA5SubstringsMatch  SYNTAX 1.3.6.1.4.1.1466.115.121.1.26  USAGE userApplications ))<br>
line 135 (attributetype (1.2.840.113556.1.4.485  NAME &#39;calOtherCalAdrURIs&#39;  DESC &#39;RFC2739: multi-value URI to other request destinations&#39;  EQUALITY caseIgnoreIA5Match  SUBSTR caseIgnoreIA5SubstringsMatch  SYNTAX 1.3.6.1.4.1.1466.115.121.1.26  USAGE userApplications ))<br>
line 146 (objectclass (1.2.840.113556.1.5.87  NAME &#39;calEntry&#39;  DESC &#39;RFC2739: Calendar Entry&#39;  SUP top AUXILIARY  MAY ( calCalURI $         calFBURL $        calOtherCalURIs $        calOtherFBURLs $        calCAPURI $        calOtherCAPURIs ) ))<br>
line 24 (include /etc/ldap/schema/kolab2.schema)<br>reading config file /etc/ldap/schema/kolab2.schema<br>line 51 (attributetype ( 1.3.6.1.4.1.19414.2.1.1  NAME ( &#39;k&#39; &#39;kolab&#39; )  DESC &#39;Kolab attribute&#39;  SUP name ))<br>
line 61 (attributetype ( 1.3.6.1.4.1.19414.2.1.2  NAME &#39;kolabDeleteflag&#39;  DESC &#39;Per host deletion status&#39;  EQUALITY caseIgnoreIA5Match  SUBSTR caseIgnoreIA5SubstringsMatch  SYNTAX 1.3.6.1.4.1.1466.115.121.1.26{256} ))<br>
line 69 (attributetype ( 1.3.6.1.4.1.19414.2.1.3  NAME &#39;alias&#39;  DESC &#39;RFC1274: RFC822 Mailbox&#39;  EQUALITY caseIgnoreIA5Match  SUBSTR caseIgnoreIA5SubstringsMatch  SYNTAX 1.3.6.1.4.1.1466.115.121.1.26{256} ))<br>
line 81 (attributetype ( 1.3.6.1.4.1.19414.2.1.4  NAME &#39;kolabEncryptedPassword&#39;  DESC &#39;base64 encoded public key encrypted Password&#39;  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 ))<br>line 89 (attributetype ( 1.3.6.1.4.1.19414.2.1.5  NAME ( &#39;fqhostname&#39; &#39;fqdnhostname&#39; )  DESC &#39;Fully qualified Hostname including full domain component&#39;  EQUALITY caseIgnoreIA5Match  SUBSTR caseIgnoreIA5SubstringsMatch  SYNTAX 1.3.6.1.4.1.1466.115.121.1.26{256} ))<br>
line 97 (attributetype ( 1.3.6.1.4.1.19414.2.1.6  NAME &#39;kolabHost&#39;  DESC &#39;Multivalued -- list of hostnames in a Kolab setup&#39;  EQUALITY caseIgnoreIA5Match  SUBSTR caseIgnoreIA5SubstringsMatch  SYNTAX 1.3.6.1.4.1.1466.115.121.1.26{256} ))<br>
line 105 (attributetype ( 1.3.6.1.4.1.19414.1.1.1.1  NAME &#39;kolabHomeServer&#39;  DESC &#39;server which keeps the users mailbox&#39;  EQUALITY caseIgnoreIA5Match  SUBSTR caseIgnoreIA5SubstringsMatch  SYNTAX 1.3.6.1.4.1.1466.115.121.1.26{256} ))<br>
line 111 (attributetype ( 1.3.6.1.4.1.19414.1.1.1.2  NAME &#39;unrestrictedMailSize&#39;  EQUALITY booleanMatch  SYNTAX 1.3.6.1.4.1.1466.115.121.1.7 ))<br>line 122 (attributetype ( 1.3.6.1.4.1.19414.1.1.1.3  NAME &#39;kolabDelegate&#39;  DESC &#39;Kolab user allowed to act as delegates - RFC822 Mailbox/Alias&#39;  EQUALITY caseIgnoreIA5Match  SUBSTR caseIgnoreIA5SubstringsMatch  SYNTAX 1.3.6.1.4.1.1466.115.121.1.26{256} ))<br>
line 142 (attributetype ( 1.3.6.1.4.1.19414.1.1.1.4  NAME ( &#39;kolabInvitationPolicy&#39; &#39;kolabResourceAction&#39; )  DESC &#39;defines how to respond to invitations&#39;  EQUALITY caseIgnoreIA5Match  SUBSTR caseIgnoreIA5SubstringsMatch  SYNTAX 1.3.6.1.4.1.1466.115.121.1.26{256} ))<br>
line 151 (attributetype ( 1.3.6.1.4.1.19414.1.1.1.5  NAME &#39;kolabFreeBusyFuture&#39;   DESC &#39;time in days for fb data towards the future&#39;  EQUALITY integerMatch  SYNTAX 1.3.6.1.4.1.1466.115.121.1.27   SINGLE-VALUE ))<br>
line 160 (attributetype ( 1.3.6.1.4.1.19414.1.1.1.6  NAME &#39;kolabFreeBusyPast&#39;  DESC &#39;time in days for fb data towards the past&#39;  EQUALITY integerMatch  SYNTAX 1.3.6.1.4.1.1466.115.121.1.27  SINGLE-VALUE ))<br>
line 171 (attributetype ( 1.3.6.1.4.1.19414.1.1.1.7  NAME &#39;kolabHomeMTA&#39;  DESC &#39;fqdn of default MTA&#39;  EQUALITY caseIgnoreIA5Match  SUBSTR caseIgnoreIA5SubstringsMatch  SYNTAX 1.3.6.1.4.1.1466.115.121.1.26{256}  SINGLE-VALUE ))<br>
line 188 (attributetype ( 1.3.6.1.4.1.19414.1.1.1.8  NAME &#39;kolabVacationBeginDateTime&#39;  DESC &#39;Begin date of vacation&#39;  EQUALITY generalizedTimeMatch  SYNTAX 1.3.6.1.4.1.1466.115.121.1.24  SINGLE-VALUE ))<br>
line 205 (attributetype ( 1.3.6.1.4.1.19414.1.1.1.9  NAME &#39;kolabVacationEndDateTime&#39;  DESC &#39;End date of vacation&#39;  EQUALITY generalizedTimeMatch  SYNTAX 1.3.6.1.4.1.1466.115.121.1.24  SINGLE-VALUE ))<br>line 215 (attributetype ( 1.3.6.1.4.1.19414.1.1.1.10  NAME &#39;kolabVacationResendInterval&#39;  DESC &#39;Vacation notice interval in days&#39;  EQUALITY integerMatch  SYNTAX 1.3.6.1.4.1.1466.115.121.1.27  SINGLE-VALUE ))<br>
line 228 (attributetype ( 1.3.6.1.4.1.19414.1.1.1.11  NAME &#39;kolabVacationAddress&#39;  DESC &#39;Email address for vacation to response upon&#39;  EQUALITY caseIgnoreIA5Match  SUBSTR caseIgnoreIA5SubstringsMatch  SYNTAX 1.3.6.1.4.1.1466.115.121.1.26{256} ))<br>
line 239 (attributetype ( 1.3.6.1.4.1.19414.1.1.1.12  NAME &#39;kolabVacationReplyToUCE&#39;  DESC &#39;Enable vacation notices to UCE&#39;  EQUALITY booleanMatch  SYNTAX 1.3.6.1.4.1.1466.115.121.1.7  SINGLE-VALUE ))<br>line 251 (attributetype ( 1.3.6.1.4.1.19414.1.1.1.13  NAME &#39;kolabVacationReactDomain&#39;  DESC &#39;Multivalued -- Email domain for vacation to response upon&#39;  EQUALITY caseIgnoreIA5Match  SUBSTR caseIgnoreIA5SubstringsMatch  SYNTAX 1.3.6.1.4.1.1466.115.121.1.26{256} )  )<br>
line 263 (attributetype ( 1.3.6.1.4.1.19414.1.1.1.14  NAME &#39;kolabForwardAddress&#39;  DESC &#39;Forward email to this address&#39;  EQUALITY caseIgnoreIA5Match  SUBSTR caseIgnoreIA5SubstringsMatch  SYNTAX 1.3.6.1.4.1.1466.115.121.1.26{256} ))<br>
line 274 (attributetype ( 1.3.6.1.4.1.19414.1.1.1.15  NAME &#39;kolabForwardKeepCopy&#39;  DESC &#39;Keep copy when forwarding&#39;  EQUALITY booleanMatch  SYNTAX 1.3.6.1.4.1.1466.115.121.1.7  SINGLE-VALUE ))<br>line 284 (attributetype ( 1.3.6.1.4.1.19414.1.1.1.16  NAME &#39;kolabForwardUCE&#39;  DESC &#39;Enable forwarding of mails known as UCE&#39;  EQUALITY booleanMatch  SYNTAX 1.3.6.1.4.1.1466.115.121.1.7   SINGLE-VALUE ))<br>
line 297 (attributetype ( 1.3.6.1.4.1.19414.1.1.1.17  NAME &#39;kolabComment&#39;  DESC &#39;multi-value comment&#39;  EQUALITY caseIgnoreMatch  SUBSTR caseIgnoreSubstringsMatch  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15{1024} ))<br>
line 318 (attributetype ( 1.3.6.1.4.1.19414.1.1.1.18  NAME &#39;kolabAllowSMTPRecipient&#39;  DESC &#39;SMTP address allowed for destination (multi-valued)&#39;  EQUALITY caseIgnoreIA5Match  SUBSTR caseIgnoreIA5SubstringsMatch  SYNTAX 1.3.6.1.4.1.1466.115.121.1.26{512} ))<br>
line 327 (attributetype ( 1.3.6.1.4.1.19414.1.1.1.19  NAME &#39;kolabHomeServerOnly&#39;  DESC &#39;Create the user mailbox on the kolabHomeServer only&#39;  EQUALITY booleanMatch  SYNTAX 1.3.6.1.4.1.1466.115.121.1.7   SINGLE-VALUE ))<br>
line 351 (attributetype ( 1.3.6.1.4.1.19414.2.1.7  NAME &#39;kolabFolderType&#39;  DESC &#39;type of a kolab folder&#39;  EQUALITY caseIgnoreIA5Match  SUBSTR caseIgnoreIA5SubstringsMatch  SYNTAX 1.3.6.1.4.1.1466.115.121.1.26{256}  SINGLE-VALUE ))<br>
line 361 (attributetype ( 1.3.6.1.4.1.19414.2.1.501  NAME &#39;postfix-mydomain&#39;  EQUALITY caseIgnoreIA5Match  SUBSTR caseIgnoreIA5SubstringsMatch  SYNTAX 1.3.6.1.4.1.1466.115.121.1.26{256} ))<br>line 367 (attributetype ( 1.3.6.1.4.1.19414.2.1.502  NAME &#39;postfix-relaydomains&#39;  EQUALITY caseIgnoreIA5Match  SUBSTR caseIgnoreIA5SubstringsMatch  SYNTAX 1.3.6.1.4.1.1466.115.121.1.26{256} ))<br>
line 373 (attributetype ( 1.3.6.1.4.1.19414.2.1.503  NAME &#39;postfix-mydestination&#39;  EQUALITY caseIgnoreIA5Match  SUBSTR caseIgnoreIA5SubstringsMatch  SYNTAX 1.3.6.1.4.1.1466.115.121.1.26{256} ))<br>line 379 (attributetype ( 1.3.6.1.4.1.19414.2.1.504  NAME &#39;postfix-mynetworks&#39;  EQUALITY caseIgnoreIA5Match  SUBSTR caseIgnoreIA5SubstringsMatch  SYNTAX 1.3.6.1.4.1.1466.115.121.1.26{256} ))<br>
line 385 (attributetype ( 1.3.6.1.4.1.19414.2.1.505  NAME &#39;postfix-relayhost&#39;  EQUALITY caseIgnoreIA5Match  SUBSTR caseIgnoreIA5SubstringsMatch  SYNTAX 1.3.6.1.4.1.1466.115.121.1.26{256} ))<br>line 391 (attributetype ( 1.3.6.1.4.1.19414.2.1.506  NAME &#39;postfix-transport&#39;  EQUALITY caseIgnoreIA5Match  SUBSTR caseIgnoreIA5SubstringsMatch  SYNTAX 1.3.6.1.4.1.1466.115.121.1.26{256} ))<br>
line 397 (attributetype ( 1.3.6.1.4.1.19414.2.1.507  NAME &#39;postfix-enable-virus-scan&#39;  EQUALITY booleanMatch  SYNTAX 1.3.6.1.4.1.1466.115.121.1.7  SINGLE-VALUE ))<br>line 403 (attributetype ( 1.3.6.1.4.1.19414.2.1.508  NAME &#39;postfix-allow-unauthenticated&#39;  EQUALITY booleanMatch  SYNTAX 1.3.6.1.4.1.1466.115.121.1.7   SINGLE-VALUE ))<br>
line 409 (attributetype ( 1.3.6.1.4.1.19414.2.1.509  NAME &#39;postfix-virtual&#39;  EQUALITY caseIgnoreIA5Match  SUBSTR caseIgnoreIA5SubstringsMatch  SYNTAX 1.3.6.1.4.1.1466.115.121.1.26{256} ))<br>line 415 (attributetype ( 1.3.6.1.4.1.19414.2.1.510  NAME &#39;postfix-relayport&#39;  EQUALITY caseIgnoreIA5Match  SUBSTR caseIgnoreIA5SubstringsMatch  SYNTAX 1.3.6.1.4.1.1466.115.121.1.26{256} ))<br>
line 420 (attributetype ( 1.3.6.1.4.1.19414.2.1.511  NAME &#39;postfix-message-size-limit&#39;  EQUALITY integerMatch  SYNTAX 1.3.6.1.4.1.1466.115.121.1.27 ))<br>line 430 (attributetype ( 1.3.6.1.4.1.19414.2.1.601  NAME &#39;cyrus-autocreatequota&#39;  EQUALITY integerMatch  SYNTAX 1.3.6.1.4.1.1466.115.121.1.27   SINGLE-VALUE ))<br>
line 436 (attributetype ( 1.3.6.1.4.1.19414.2.1.602  NAME &#39;cyrus-admins&#39;  EQUALITY caseIgnoreIA5Match  SUBSTR caseIgnoreIA5SubstringsMatch  SYNTAX 1.3.6.1.4.1.1466.115.121.1.26{256} ))<br>line 443 (attributetype ( 1.3.6.1.4.1.19414.2.1.603  NAME &#39;cyrus-imap&#39;  EQUALITY booleanMatch  SYNTAX 1.3.6.1.4.1.1466.115.121.1.7   SINGLE-VALUE ))<br>
line 449 (attributetype ( 1.3.6.1.4.1.19414.2.1.604  NAME &#39;cyrus-pop3&#39;  EQUALITY booleanMatch  SYNTAX 1.3.6.1.4.1.1466.115.121.1.7 ))<br>line 456 (attributetype ( 1.3.6.1.4.1.19414.2.1.605  NAME &#39;cyrus-userquota&#39;  DESC &#39;Mailbox hard quota limit in MB&#39;  EQUALITY integerMatch  SYNTAX 1.3.6.1.4.1.1466.115.121.1.27 ))<br>
line 464 (attributetype ( 1.3.6.1.4.1.19414.2.1.651  NAME &#39;acl&#39;  EQUALITY caseIgnoreIA5Match  SUBSTR caseIgnoreIA5SubstringsMatch  SYNTAX 1.3.6.1.4.1.1466.115.121.1.26{256} ))<br>line 470 (attributetype ( 1.3.6.1.4.1.19414.2.1.606  NAME &#39;cyrus-imaps&#39;  EQUALITY booleanMatch  SYNTAX 1.3.6.1.4.1.1466.115.121.1.7 ))<br>
line 476 (attributetype ( 1.3.6.1.4.1.19414.2.1.607  NAME &#39;cyrus-pop3s&#39;  EQUALITY booleanMatch  SYNTAX 1.3.6.1.4.1.1466.115.121.1.7 ))<br>line 482 (attributetype ( 1.3.6.1.4.1.19414.2.1.608  NAME &#39;cyrus-sieve&#39;  EQUALITY booleanMatch  SYNTAX 1.3.6.1.4.1.1466.115.121.1.7 ))<br>
line 489 (attributetype ( 1.3.6.1.4.1.19414.2.1.609  NAME &#39;cyrus-quotawarn&#39;  EQUALITY integerMatch  SYNTAX 1.3.6.1.4.1.1466.115.121.1.27 ))<br>line 495 (attributetype ( 1.3.6.1.4.1.19414.2.1.610  NAME &#39;cyrus-smmap&#39;  EQUALITY booleanMatch  SYNTAX 1.3.6.1.4.1.1466.115.121.1.7 ))<br>
line 501 (attributetype ( 1.3.6.1.4.1.19414.2.1.611  NAME &#39;cyrus-fulldirhash&#39;  EQUALITY booleanMatch  SYNTAX 1.3.6.1.4.1.1466.115.121.1.7 ))<br>line 507 (attributetype ( 1.3.6.1.4.1.19414.2.1.612  NAME &#39;cyrus-hashimapspool&#39;  EQUALITY booleanMatch  SYNTAX 1.3.6.1.4.1.1466.115.121.1.7 ))<br>
line 513 (attributetype ( 1.3.6.1.4.1.19414.2.1.613  NAME &#39;cyrus-squatter&#39;  EQUALITY booleanMatch  SYNTAX 1.3.6.1.4.1.1466.115.121.1.7 ))<br>line 524 (attributetype ( 1.3.6.1.4.1.19414.2.1.701  NAME &#39;apache-http&#39;  EQUALITY booleanMatch  SYNTAX 1.3.6.1.4.1.1466.115.121.1.7 ))<br>
line 530 (attributetype ( 1.3.6.1.4.1.19414.2.1.702  NAME &#39;apache-allow-unauthenticated-fb&#39;  EQUALITY booleanMatch  SYNTAX 1.3.6.1.4.1.1466.115.121.1.7 ))<br>line 540 (attributetype ( 1.3.6.1.4.1.19414.2.1.750  NAME &#39;kolabfilter-verify-from-header&#39;  EQUALITY booleanMatch  SYNTAX 1.3.6.1.4.1.1466.115.121.1.7 ))<br>
line 547 (attributetype ( 1.3.6.1.4.1.19414.2.1.751  NAME &#39;kolabfilter-allow-sender-header&#39;  EQUALITY booleanMatch  SYNTAX 1.3.6.1.4.1.1466.115.121.1.7 ))<br>line 554 (attributetype ( 1.3.6.1.4.1.19414.2.1.752  NAME &#39;kolabfilter-reject-forged-from-header&#39;  EQUALITY booleanMatch  SYNTAX 1.3.6.1.4.1.1466.115.121.1.7 ))<br>
line 561 (attributetype ( 1.3.6.1.4.1.19414.2.1.800  NAME &#39;kolabPolicyDaemon&#39;  EQUALITY booleanMatch  SYNTAX 1.3.6.1.4.1.1466.115.121.1.7 ))<br>line 570 (attributetype ( 1.3.6.1.4.1.19414.2.1.901  NAME &#39;proftpd-defaultquota&#39;  EQUALITY integerMatch  SYNTAX 1.3.6.1.4.1.1466.115.121.1.27 ))<br>
line 575 (attributetype ( 1.3.6.1.4.1.19414.2.1.902  NAME &#39;proftpd-ftp&#39;  EQUALITY booleanMatch  SYNTAX 1.3.6.1.4.1.1466.115.121.1.7 ))<br>line 579 (attributetype ( 1.3.6.1.4.1.19414.2.1.903  NAME &#39;proftpd-userPassword&#39;  SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 ))<br>
line 628 (objectclass ( 1.3.6.1.4.1.19414.2.2.1  NAME &#39;kolab&#39;  DESC &#39;Kolab server configuration&#39;  SUP top STRUCTURAL  MUST k  MAY ( kolabHost $        postfix-mydomain $        postfix-relaydomains $        postfix-mydestination $        postfix-mynetworks $        postfix-relayhost $        postfix-relayport $        postfix-transport $        postfix-virtual $        postfix-enable-virus-scan $        postfix-allow-unauthenticated $        postfix-message-size-limit $        cyrus-quotawarn $        cyrus-autocreatequota $        cyrus-admins $        cyrus-imap $        cyrus-pop3 $        cyrus-imaps $        cyrus-pop3s $        cyrus-sieve $        cyrus-smmap $        cyrus-fulldirhash $        cyrus-hashimapspool $        cyrus-squatter $        apache-http $        apache-allow-unauthenticated-fb $        kolabfilter-verify-from-header $        kolabfilter-allow-sender-header $        kolabfilter-reject-forged-from-header $        kolabPolicyDaemon $        proftpd-ftp $        proftpd-defaultquota $        kolabFreeBusyFuture $        kolabFreeBusyPast $        uid $        userPassword ) ))<br>
line 645 (objectclass ( 1.3.6.1.4.1.19414.2.2.9   NAME &#39;kolabSharedFolder&#39;  DESC &#39;Kolab public shared folder&#39;  SUP top STRUCTURAL  MUST cn  MAY ( acl $        alias $        cyrus-userquota $        kolabHomeServer $        kolabFolderType $        kolabDeleteflag ) ))<br>
line 655 (objectclass ( 1.3.6.1.4.1.5322.13.1.1   NAME &#39;kolabNamedObject&#39;  SUP top STRUCTURAL  MAY (cn $ ou) ))<br>line 690 (objectclass ( 1.3.6.1.4.1.19414.3.2.2  NAME &#39;kolabInetOrgPerson&#39;  DESC &#39;Kolab Internet Organizational Person&#39;  SUP top AUXILIARY  MAY ( c $        alias $        kolabHomeServer $        kolabHomeServerOnly $        kolabHomeMTA $        unrestrictedMailSize $        kolabDelegate $        kolabEncryptedPassword $        cyrus-userquota $        kolabInvitationPolicy $        kolabFreeBusyFuture $        calFBURL $        kolabVacationBeginDateTime $        kolabVacationEndDateTime $        kolabVacationResendInterval $        kolabVacationAddress $        kolabVacationReplyToUCE $        kolabVacationReactDomain $        kolabForwardAddress $        kolabForwardKeepCopy $        kolabForwardUCE $        kolabAllowSMTPRecipient $        kolabDeleteflag $        kolabComment ) ))<br>
line 700 (objectclass ( 1.3.6.1.4.1.19414.3.2.3   NAME &#39;kolabOrganization&#39;  DESC &#39;RFC2256: a Kolab organization&#39;  SUP organization STRUCTURAL  MAY ( c $        mail $        kolabDeleteflag $        alias ) ))<br>
line 710 (objectclass ( 1.3.6.1.4.1.19414.3.2.4   NAME &#39;kolabOrganizationalUnit&#39;  DESC &#39;a Kolab organizational unit&#39;  SUP organizationalUnit STRUCTURAL  MAY ( c $        mail $        kolabDeleteflag $        alias ) ))<br>
line 724 (objectclass ( 1.3.6.1.4.1.19414.3.2.5  NAME &#39;kolabGroupOfNames&#39;  DESC &#39;Kolab group of names (DNs) derived from RFC2256&#39;  SUP groupOfNames STRUCTURAL  MAY ( mail $        kolabDeleteflag ) ))<br>line 27 (pidfile                /var/run/slapd/slapd.pid)<br>
line 28 (argsfile       /var/run/slapd/slapd.args)<br>line 34 (moduleload syncprov)<br>loaded module syncprov<br>module syncprov: null module registered<br>line 36 (TLSCertificateFile     /etc/kolab/cert.pem)<br>line 37 (TLSCertificateKeyFile  /etc/kolab/key.pem)<br>
line 39 (rootDSE                /etc/kolab/rootDSE.ldif)<br>rootDSE file=&quot;/etc/kolab/rootDSE.ldif&quot; read.<br>line 41 (defaultsearchbase      &quot;dc=stoutner,dc=org&quot;)<br>line 44 (allow          bind_v2)<br>
line 46 (loglevel       none)<br>line 48 (database       bdb)<br>line 49 (suffix         &quot;dc=stoutner,dc=org&quot;)<br>line 50 (cachesize       10000)<br>line 51 (checkpoint     512 5)<br>line 52 (idlcachesize    10000)<br>
line 56 (idletimeout    300)<br>line 59 (overlay syncprov)<br>line 60 (syncprov-checkpoint 1024 16)<br>line 61 (syncprov-sessionlog 4096)<br>line 62 (syncprov-reloadhint TRUE)<br>line 63 (index entryCSN eq)<br>index entryCSN 0x0004<br>
line 64 (index entryUUID eq)<br>index entryUUID 0x0004<br>line 66 (dirtyread)<br>line 68 (directory      /var/lib/ldap)<br>line 70 (rootdn          &quot;cn=manager,cn=internal,dc=stoutner,dc=org&quot;)<br>line 71 (rootpw ***)<br>
line 76 (replica ***)<br>/etc/ldap/slapd.conf: line 76: &lt;replica&gt; keyword is obsolete (ignored)<br>line 81 (overlay refint)<br>line 82 (refint_attributes member)<br>line 85 (overlay unique)<br>line 86 (unique_attributes mail uid)<br>
line 88 (index   objectClass     pres,eq)<br>index objectClass 0x0006<br>line 89 (index   uid             approx,sub,pres,eq)<br>index uid 0x071e<br>line 90 (index   mail            approx,sub,pres,eq)<br>index mail 0x071e<br>
line 91 (index   alias           approx,sub,pres,eq)<br>index alias 0x071e<br>line 92 (index   cn              approx,sub,pres,eq)<br>index cn 0x071e<br>line 93 (index   sn              approx,sub,pres,eq)<br>index sn 0x071e<br>
line 94 (index   givenName       approx,sub,pres,eq)<br>index givenName 0x071e<br>line 95 (index   kolabDelegate   approx,sub,pres,eq)<br>index kolabDelegate 0x071e<br>line 96 (index   kolabHomeServer pres,eq)<br>index kolabHomeServer 0x0006<br>
line 97 (index   kolabDeleteflag pres,eq)<br>index kolabDeleteflag 0x0006<br>line 98 (index   member          pres,eq)<br>index member 0x0006<br>line 100 (include /etc/ldap/slapd.access)<br>reading config file /etc/ldap/slapd.access<br>
line 18 (access to dn.children=&quot;cn=domains,cn=internal,dc=stoutner,dc=org&quot;        by group/kolabGroupOfNames=&quot;cn=admin,cn=internal,dc=stoutner,dc=org&quot; write        by group/kolabGroupOfNames=&quot;cn=maintainer,cn=internal,dc=stoutner,dc=org&quot; write        by dn=&quot;cn=nobody,cn=internal,dc=stoutner,dc=org&quot; read        by group/kolabGroupOfNames=&quot;cn=<a href="http://stoutner.org">stoutner.org</a>,cn=domains,cn=internal,dc=stoutner,dc=org&quot; read        by group/kolabGroupOfNames=&quot;cn=<a href="http://sbtechsolutions.biz">sbtechsolutions.biz</a>,cn=domains,cn=internal,dc=stoutner,dc=org&quot; read        by group/kolabGroupOfNames=&quot;cn=<a href="http://presidentjensen.org">presidentjensen.org</a>,cn=domains,cn=internal,dc=stoutner,dc=org&quot; read        by group/kolabGroupOfNames=&quot;cn=<a href="http://stoutner.com">stoutner.com</a>,cn=domains,cn=internal,dc=stoutner,dc=org&quot; read         by * search stop)<br>
Backend ACL: access to dn.children=&quot;cn=domains,cn=internal,dc=stoutner,dc=org&quot;<br>        by group/kolabGroupOfNames/member.exact=&quot;cn=admin,cn=internal,dc=stoutner,dc=org&quot; write<br>        by group/kolabGroupOfNames/member.exact=&quot;cn=maintainer,cn=internal,dc=stoutner,dc=org&quot; write<br>
        by dn.base=&quot;cn=nobody,cn=internal,dc=stoutner,dc=org&quot; read<br>        by group/kolabGroupOfNames/member.exact=&quot;cn=<a href="http://stoutner.org">stoutner.org</a>,cn=domains,cn=internal,dc=stoutner,dc=org&quot; read<br>
        by group/kolabGroupOfNames/member.exact=&quot;cn=<a href="http://sbtechsolutions.biz">sbtechsolutions.biz</a>,cn=domains,cn=internal,dc=stoutner,dc=org&quot; read<br>        by group/kolabGroupOfNames/member.exact=&quot;cn=<a href="http://presidentjensen.org">presidentjensen.org</a>,cn=domains,cn=internal,dc=stoutner,dc=org&quot; read<br>
        by group/kolabGroupOfNames/member.exact=&quot;cn=<a href="http://stoutner.com">stoutner.com</a>,cn=domains,cn=internal,dc=stoutner,dc=org&quot; read<br>        by * search<br><br>line 22 (access to filter=(&amp;(objectClass=kolabInetOrgPerson)(mail=*@<a href="http://stoutner.org">stoutner.org</a>)(|(!(alias=*))(alias=*@<a href="http://stoutner.org">stoutner.org</a>)))        by group/kolabGroupOfNames=&quot;cn=<a href="http://stoutner.org">stoutner.org</a>,cn=domains,cn=internal,dc=stoutner,dc=org&quot; write        by * break)<br>
str2filter &quot;(&amp;(objectClass=kolabInetOrgPerson)(mail=*@<a href="http://stoutner.org">stoutner.org</a>)(|(!(alias=*))(alias=*@<a href="http://stoutner.org">stoutner.org</a>)))&quot;<br>begin get_filter<br>AND<br>begin get_filter_list<br>
begin get_filter<br>EQUALITY<br>end get_filter 0<br>begin get_filter<br>SUBSTRINGS<br>begin get_ssa<br>  FINAL<br>end get_ssa<br>end get_filter 0<br>begin get_filter<br>OR<br>begin get_filter_list<br>begin get_filter<br>NOT<br>
begin get_filter<br>PRESENT<br>end get_filter 0<br>end get_filter 0<br>begin get_filter<br>SUBSTRINGS<br>begin get_ssa<br>  FINAL<br>end get_ssa<br>end get_filter 0<br>end get_filter_list<br>end get_filter 0<br>end get_filter_list<br>
end get_filter 0<br>Backend ACL: access to filter=&quot;(&amp;(objectClass=kolabInetOrgPerson)(mail=*@<a href="http://stoutner.org">stoutner.org</a>)(|(!(alias=*))(alias=*@<a href="http://stoutner.org">stoutner.org</a>)))&quot;<br>
        by group/kolabGroupOfNames/member.exact=&quot;cn=<a href="http://stoutner.org">stoutner.org</a>,cn=domains,cn=internal,dc=stoutner,dc=org&quot; write<br>        by * +0 break<br><br>/etc/ldap/slapd.access: line 22: warning: cannot assess the validity of the ACL scope within backend naming context<br>
line 26 (access to filter=(&amp;(objectClass=kolabGroupOfNames)(mail=*@<a href="http://stoutner.org">stoutner.org</a>))        by group/kolabGroupOfNames=&quot;cn=<a href="http://stoutner.org">stoutner.org</a>,cn=domains,cn=internal,dc=stoutner,dc=org&quot; write        by * break)<br>
str2filter &quot;(&amp;(objectClass=kolabGroupOfNames)(mail=*@<a href="http://stoutner.org">stoutner.org</a>))&quot;<br>begin get_filter<br>AND<br>begin get_filter_list<br>begin get_filter<br>EQUALITY<br>end get_filter 0<br>
begin get_filter<br>SUBSTRINGS<br>begin get_ssa<br>  FINAL<br>end get_ssa<br>end get_filter 0<br>end get_filter_list<br>end get_filter 0<br>Backend ACL: access to filter=&quot;(&amp;(objectClass=kolabGroupOfNames)(mail=*@<a href="http://stoutner.org">stoutner.org</a>))&quot;<br>
        by group/kolabGroupOfNames/member.exact=&quot;cn=<a href="http://stoutner.org">stoutner.org</a>,cn=domains,cn=internal,dc=stoutner,dc=org&quot; write<br>        by * +0 break<br><br>/etc/ldap/slapd.access: line 26: warning: cannot assess the validity of the ACL scope within backend naming context<br>
line 30 (access to filter=(&amp;(objectClass=kolabSharedFolder)(cn=*@<a href="http://stoutner.org">stoutner.org</a>))        by group/kolabGroupOfNames=&quot;cn=<a href="http://stoutner.org">stoutner.org</a>,cn=domains,cn=internal,dc=stoutner,dc=org&quot; write        by * break)<br>
str2filter &quot;(&amp;(objectClass=kolabSharedFolder)(cn=*@<a href="http://stoutner.org">stoutner.org</a>))&quot;<br>begin get_filter<br>AND<br>begin get_filter_list<br>begin get_filter<br>EQUALITY<br>end get_filter 0<br>
begin get_filter<br>SUBSTRINGS<br>begin get_ssa<br>  FINAL<br>end get_ssa<br>end get_filter 0<br>end get_filter_list<br>end get_filter 0<br>Backend ACL: access to filter=&quot;(&amp;(objectClass=kolabSharedFolder)(cn=*@<a href="http://stoutner.org">stoutner.org</a>))&quot;<br>
        by group/kolabGroupOfNames/member.exact=&quot;cn=<a href="http://stoutner.org">stoutner.org</a>,cn=domains,cn=internal,dc=stoutner,dc=org&quot; write<br>        by * +0 break<br><br>/etc/ldap/slapd.access: line 30: warning: cannot assess the validity of the ACL scope within backend naming context<br>
line 35 (access to filter=(&amp;(objectClass=kolabInetOrgPerson)(mail=*@<a href="http://sbtechsolutions.biz">sbtechsolutions.biz</a>)(|(!(alias=*))(alias=*@<a href="http://sbtechsolutions.biz">sbtechsolutions.biz</a>)))        by group/kolabGroupOfNames=&quot;cn=<a href="http://sbtechsolutions.biz">sbtechsolutions.biz</a>,cn=domains,cn=internal,dc=stoutner,dc=org&quot; write        by * break)<br>
str2filter &quot;(&amp;(objectClass=kolabInetOrgPerson)(mail=*@<a href="http://sbtechsolutions.biz">sbtechsolutions.biz</a>)(|(!(alias=*))(alias=*@<a href="http://sbtechsolutions.biz">sbtechsolutions.biz</a>)))&quot;<br>begin get_filter<br>
AND<br>begin get_filter_list<br>begin get_filter<br>EQUALITY<br>end get_filter 0<br>begin get_filter<br>SUBSTRINGS<br>begin get_ssa<br>  FINAL<br>end get_ssa<br>end get_filter 0<br>begin get_filter<br>OR<br>begin get_filter_list<br>
begin get_filter<br>NOT<br>begin get_filter<br>PRESENT<br>end get_filter 0<br>end get_filter 0<br>begin get_filter<br>SUBSTRINGS<br>begin get_ssa<br>  FINAL<br>end get_ssa<br>end get_filter 0<br>end get_filter_list<br>end get_filter 0<br>
end get_filter_list<br>end get_filter 0<br>Backend ACL: access to filter=&quot;(&amp;(objectClass=kolabInetOrgPerson)(mail=*@<a href="http://sbtechsolutions.biz">sbtechsolutions.biz</a>)(|(!(alias=*))(alias=*@<a href="http://sbtechsolutions.biz">sbtechsolutions.biz</a>)))&quot;<br>
        by group/kolabGroupOfNames/member.exact=&quot;cn=<a href="http://sbtechsolutions.biz">sbtechsolutions.biz</a>,cn=domains,cn=internal,dc=stoutner,dc=org&quot; write<br>        by * +0 break<br><br>/etc/ldap/slapd.access: line 35: warning: cannot assess the validity of the ACL scope within backend naming context<br>
line 39 (access to filter=(&amp;(objectClass=kolabGroupOfNames)(mail=*@<a href="http://sbtechsolutions.biz">sbtechsolutions.biz</a>))        by group/kolabGroupOfNames=&quot;cn=<a href="http://sbtechsolutions.biz">sbtechsolutions.biz</a>,cn=domains,cn=internal,dc=stoutner,dc=org&quot; write        by * break)<br>
str2filter &quot;(&amp;(objectClass=kolabGroupOfNames)(mail=*@<a href="http://sbtechsolutions.biz">sbtechsolutions.biz</a>))&quot;<br>begin get_filter<br>AND<br>begin get_filter_list<br>begin get_filter<br>EQUALITY<br>end get_filter 0<br>
begin get_filter<br>SUBSTRINGS<br>begin get_ssa<br>  FINAL<br>end get_ssa<br>end get_filter 0<br>end get_filter_list<br>end get_filter 0<br>Backend ACL: access to filter=&quot;(&amp;(objectClass=kolabGroupOfNames)(mail=*@<a href="http://sbtechsolutions.biz">sbtechsolutions.biz</a>))&quot;<br>
        by group/kolabGroupOfNames/member.exact=&quot;cn=<a href="http://sbtechsolutions.biz">sbtechsolutions.biz</a>,cn=domains,cn=internal,dc=stoutner,dc=org&quot; write<br>        by * +0 break<br><br>/etc/ldap/slapd.access: line 39: warning: cannot assess the validity of the ACL scope within backend naming context<br>
line 43 (access to filter=(&amp;(objectClass=kolabSharedFolder)(cn=*@<a href="http://sbtechsolutions.biz">sbtechsolutions.biz</a>))        by group/kolabGroupOfNames=&quot;cn=<a href="http://sbtechsolutions.biz">sbtechsolutions.biz</a>,cn=domains,cn=internal,dc=stoutner,dc=org&quot; write        by * break)<br>
str2filter &quot;(&amp;(objectClass=kolabSharedFolder)(cn=*@<a href="http://sbtechsolutions.biz">sbtechsolutions.biz</a>))&quot;<br>begin get_filter<br>AND<br>begin get_filter_list<br>begin get_filter<br>EQUALITY<br>end get_filter 0<br>
begin get_filter<br>SUBSTRINGS<br>begin get_ssa<br>  FINAL<br>end get_ssa<br>end get_filter 0<br>end get_filter_list<br>end get_filter 0<br>Backend ACL: access to filter=&quot;(&amp;(objectClass=kolabSharedFolder)(cn=*@<a href="http://sbtechsolutions.biz">sbtechsolutions.biz</a>))&quot;<br>
        by group/kolabGroupOfNames/member.exact=&quot;cn=<a href="http://sbtechsolutions.biz">sbtechsolutions.biz</a>,cn=domains,cn=internal,dc=stoutner,dc=org&quot; write<br>        by * +0 break<br><br>/etc/ldap/slapd.access: line 43: warning: cannot assess the validity of the ACL scope within backend naming context<br>
line 48 (access to filter=(&amp;(objectClass=kolabInetOrgPerson)(mail=*@<a href="http://presidentjensen.org">presidentjensen.org</a>)(|(!(alias=*))(alias=*@<a href="http://presidentjensen.org">presidentjensen.org</a>)))        by group/kolabGroupOfNames=&quot;cn=<a href="http://presidentjensen.org">presidentjensen.org</a>,cn=domains,cn=internal,dc=stoutner,dc=org&quot; write        by * break)<br>
str2filter &quot;(&amp;(objectClass=kolabInetOrgPerson)(mail=*@<a href="http://presidentjensen.org">presidentjensen.org</a>)(|(!(alias=*))(alias=*@<a href="http://presidentjensen.org">presidentjensen.org</a>)))&quot;<br>begin get_filter<br>
AND<br>begin get_filter_list<br>begin get_filter<br>EQUALITY<br>end get_filter 0<br>begin get_filter<br>SUBSTRINGS<br>begin get_ssa<br>  FINAL<br>end get_ssa<br>end get_filter 0<br>begin get_filter<br>OR<br>begin get_filter_list<br>
begin get_filter<br>NOT<br>begin get_filter<br>PRESENT<br>end get_filter 0<br>end get_filter 0<br>begin get_filter<br>SUBSTRINGS<br>begin get_ssa<br>  FINAL<br>end get_ssa<br>end get_filter 0<br>end get_filter_list<br>end get_filter 0<br>
end get_filter_list<br>end get_filter 0<br>Backend ACL: access to filter=&quot;(&amp;(objectClass=kolabInetOrgPerson)(mail=*@<a href="http://presidentjensen.org">presidentjensen.org</a>)(|(!(alias=*))(alias=*@<a href="http://presidentjensen.org">presidentjensen.org</a>)))&quot;<br>
        by group/kolabGroupOfNames/member.exact=&quot;cn=<a href="http://presidentjensen.org">presidentjensen.org</a>,cn=domains,cn=internal,dc=stoutner,dc=org&quot; write<br>        by * +0 break<br><br>/etc/ldap/slapd.access: line 48: warning: cannot assess the validity of the ACL scope within backend naming context<br>
line 52 (access to filter=(&amp;(objectClass=kolabGroupOfNames)(mail=*@<a href="http://presidentjensen.org">presidentjensen.org</a>))        by group/kolabGroupOfNames=&quot;cn=<a href="http://presidentjensen.org">presidentjensen.org</a>,cn=domains,cn=internal,dc=stoutner,dc=org&quot; write        by * break)<br>
str2filter &quot;(&amp;(objectClass=kolabGroupOfNames)(mail=*@<a href="http://presidentjensen.org">presidentjensen.org</a>))&quot;<br>begin get_filter<br>AND<br>begin get_filter_list<br>begin get_filter<br>EQUALITY<br>end get_filter 0<br>
begin get_filter<br>SUBSTRINGS<br>begin get_ssa<br>  FINAL<br>end get_ssa<br>end get_filter 0<br>end get_filter_list<br>end get_filter 0<br>Backend ACL: access to filter=&quot;(&amp;(objectClass=kolabGroupOfNames)(mail=*@<a href="http://presidentjensen.org">presidentjensen.org</a>))&quot;<br>
        by group/kolabGroupOfNames/member.exact=&quot;cn=<a href="http://presidentjensen.org">presidentjensen.org</a>,cn=domains,cn=internal,dc=stoutner,dc=org&quot; write<br>        by * +0 break<br><br>/etc/ldap/slapd.access: line 52: warning: cannot assess the validity of the ACL scope within backend naming context<br>
line 56 (access to filter=(&amp;(objectClass=kolabSharedFolder)(cn=*@<a href="http://presidentjensen.org">presidentjensen.org</a>))        by group/kolabGroupOfNames=&quot;cn=<a href="http://presidentjensen.org">presidentjensen.org</a>,cn=domains,cn=internal,dc=stoutner,dc=org&quot; write        by * break)<br>
str2filter &quot;(&amp;(objectClass=kolabSharedFolder)(cn=*@<a href="http://presidentjensen.org">presidentjensen.org</a>))&quot;<br>begin get_filter<br>AND<br>begin get_filter_list<br>begin get_filter<br>EQUALITY<br>end get_filter 0<br>
begin get_filter<br>SUBSTRINGS<br>begin get_ssa<br>  FINAL<br>end get_ssa<br>end get_filter 0<br>end get_filter_list<br>end get_filter 0<br>Backend ACL: access to filter=&quot;(&amp;(objectClass=kolabSharedFolder)(cn=*@<a href="http://presidentjensen.org">presidentjensen.org</a>))&quot;<br>
        by group/kolabGroupOfNames/member.exact=&quot;cn=<a href="http://presidentjensen.org">presidentjensen.org</a>,cn=domains,cn=internal,dc=stoutner,dc=org&quot; write<br>        by * +0 break<br><br>/etc/ldap/slapd.access: line 56: warning: cannot assess the validity of the ACL scope within backend naming context<br>
line 61 (access to filter=(&amp;(objectClass=kolabInetOrgPerson)(mail=*@<a href="http://stoutner.com">stoutner.com</a>)(|(!(alias=*))(alias=*@<a href="http://stoutner.com">stoutner.com</a>)))        by group/kolabGroupOfNames=&quot;cn=<a href="http://stoutner.com">stoutner.com</a>,cn=domains,cn=internal,dc=stoutner,dc=org&quot; write        by * break)<br>
str2filter &quot;(&amp;(objectClass=kolabInetOrgPerson)(mail=*@<a href="http://stoutner.com">stoutner.com</a>)(|(!(alias=*))(alias=*@<a href="http://stoutner.com">stoutner.com</a>)))&quot;<br>begin get_filter<br>AND<br>begin get_filter_list<br>
begin get_filter<br>EQUALITY<br>end get_filter 0<br>begin get_filter<br>SUBSTRINGS<br>begin get_ssa<br>  FINAL<br>end get_ssa<br>end get_filter 0<br>begin get_filter<br>OR<br>begin get_filter_list<br>begin get_filter<br>NOT<br>
begin get_filter<br>PRESENT<br>end get_filter 0<br>end get_filter 0<br>begin get_filter<br>SUBSTRINGS<br>begin get_ssa<br>  FINAL<br>end get_ssa<br>end get_filter 0<br>end get_filter_list<br>end get_filter 0<br>end get_filter_list<br>
end get_filter 0<br>Backend ACL: access to filter=&quot;(&amp;(objectClass=kolabInetOrgPerson)(mail=*@<a href="http://stoutner.com">stoutner.com</a>)(|(!(alias=*))(alias=*@<a href="http://stoutner.com">stoutner.com</a>)))&quot;<br>
        by group/kolabGroupOfNames/member.exact=&quot;cn=<a href="http://stoutner.com">stoutner.com</a>,cn=domains,cn=internal,dc=stoutner,dc=org&quot; write<br>        by * +0 break<br><br>/etc/ldap/slapd.access: line 61: warning: cannot assess the validity of the ACL scope within backend naming context<br>
line 65 (access to filter=(&amp;(objectClass=kolabGroupOfNames)(mail=*@<a href="http://stoutner.com">stoutner.com</a>))        by group/kolabGroupOfNames=&quot;cn=<a href="http://stoutner.com">stoutner.com</a>,cn=domains,cn=internal,dc=stoutner,dc=org&quot; write        by * break)<br>
str2filter &quot;(&amp;(objectClass=kolabGroupOfNames)(mail=*@<a href="http://stoutner.com">stoutner.com</a>))&quot;<br>begin get_filter<br>AND<br>begin get_filter_list<br>begin get_filter<br>EQUALITY<br>end get_filter 0<br>
begin get_filter<br>SUBSTRINGS<br>begin get_ssa<br>  FINAL<br>end get_ssa<br>end get_filter 0<br>end get_filter_list<br>end get_filter 0<br>Backend ACL: access to filter=&quot;(&amp;(objectClass=kolabGroupOfNames)(mail=*@<a href="http://stoutner.com">stoutner.com</a>))&quot;<br>
        by group/kolabGroupOfNames/member.exact=&quot;cn=<a href="http://stoutner.com">stoutner.com</a>,cn=domains,cn=internal,dc=stoutner,dc=org&quot; write<br>        by * +0 break<br><br>/etc/ldap/slapd.access: line 65: warning: cannot assess the validity of the ACL scope within backend naming context<br>
line 69 (access to filter=(&amp;(objectClass=kolabSharedFolder)(cn=*@<a href="http://stoutner.com">stoutner.com</a>))        by group/kolabGroupOfNames=&quot;cn=<a href="http://stoutner.com">stoutner.com</a>,cn=domains,cn=internal,dc=stoutner,dc=org&quot; write        by * break)<br>
str2filter &quot;(&amp;(objectClass=kolabSharedFolder)(cn=*@<a href="http://stoutner.com">stoutner.com</a>))&quot;<br>begin get_filter<br>AND<br>begin get_filter_list<br>begin get_filter<br>EQUALITY<br>end get_filter 0<br>
begin get_filter<br>SUBSTRINGS<br>begin get_ssa<br>  FINAL<br>end get_ssa<br>end get_filter 0<br>end get_filter_list<br>end get_filter 0<br>Backend ACL: access to filter=&quot;(&amp;(objectClass=kolabSharedFolder)(cn=*@<a href="http://stoutner.com">stoutner.com</a>))&quot;<br>
        by group/kolabGroupOfNames/member.exact=&quot;cn=<a href="http://stoutner.com">stoutner.com</a>,cn=domains,cn=internal,dc=stoutner,dc=org&quot; write<br>        by * +0 break<br><br>/etc/ldap/slapd.access: line 69: warning: cannot assess the validity of the ACL scope within backend naming context<br>
line 105 (access to dn=&quot;dc=stoutner,dc=org&quot; attrs=children by group/kolabGroupOfNames=&quot;cn=admin,cn=internal,dc=stoutner,dc=org&quot; write by group/kolabGroupOfNames=&quot;cn=maintainer,cn=internal,dc=stoutner,dc=org&quot; write by group/kolabGroupOfNames=&quot;cn=domain-maintainer,cn=internal,dc=stoutner,dc=org&quot; write)<br>
Backend ACL: access to dn.base=&quot;dc=stoutner,dc=org&quot;<br> attrs=children<br>        by group/kolabGroupOfNames/member.exact=&quot;cn=admin,cn=internal,dc=stoutner,dc=org&quot; write<br>        by group/kolabGroupOfNames/member.exact=&quot;cn=maintainer,cn=internal,dc=stoutner,dc=org&quot; write<br>
        by group/kolabGroupOfNames/member.exact=&quot;cn=domain-maintainer,cn=internal,dc=stoutner,dc=org&quot; write<br><br>line 110 (access to dn=&quot;cn=internal,dc=stoutner,dc=org&quot; attrs=children by group/kolabGroupOfNames=&quot;cn=admin,cn=internal,dc=stoutner,dc=org&quot; write by group/kolabGroupOfNames=&quot;cn=maintainer,cn=internal,dc=stoutner,dc=org&quot; write by group/kolabGroupOfNames=&quot;cn=domain-maintainer,cn=internal,dc=stoutner,dc=org&quot; write)<br>
Backend ACL: access to dn.base=&quot;cn=internal,dc=stoutner,dc=org&quot;<br> attrs=children<br>        by group/kolabGroupOfNames/member.exact=&quot;cn=admin,cn=internal,dc=stoutner,dc=org&quot; write<br>        by group/kolabGroupOfNames/member.exact=&quot;cn=maintainer,cn=internal,dc=stoutner,dc=org&quot; write<br>
        by group/kolabGroupOfNames/member.exact=&quot;cn=domain-maintainer,cn=internal,dc=stoutner,dc=org&quot; write<br><br>line 117 (access to attrs=userPassword          by group/kolabGroupOfNames=&quot;cn=admin,cn=internal,dc=stoutner,dc=org&quot; =wx        by group/kolabGroupOfNames=&quot;cn=maintainer,cn=internal,dc=stoutner,dc=org&quot; =wx        by self =wx        by anonymous =x        by * none stop)<br>
Backend ACL: access to attrs=userPassword<br>        by group/kolabGroupOfNames/member.exact=&quot;cn=admin,cn=internal,dc=stoutner,dc=org&quot; =wx<br>        by group/kolabGroupOfNames/member.exact=&quot;cn=maintainer,cn=internal,dc=stoutner,dc=org&quot; =wx<br>
        by self =wx<br>        by anonymous =x<br>        by * none<br><br>/etc/ldap/slapd.conf: line 117: warning: cannot assess the validity of the ACL scope within backend naming context<br>line 122 (access to attrs=mail        by group/kolabGroupOfNames=&quot;cn=admin,cn=internal,dc=stoutner,dc=org&quot; write        by group/kolabGroupOfNames=&quot;cn=maintainer,cn=internal,dc=stoutner,dc=org&quot; write        by * read stop)<br>
Backend ACL: access to attrs=mail<br>        by group/kolabGroupOfNames/member.exact=&quot;cn=admin,cn=internal,dc=stoutner,dc=org&quot; write<br>        by group/kolabGroupOfNames/member.exact=&quot;cn=maintainer,cn=internal,dc=stoutner,dc=org&quot; write<br>
        by * read<br><br>/etc/ldap/slapd.conf: line 122: warning: cannot assess the validity of the ACL scope within backend naming context<br>line 127 (access to attrs=alias        by group/kolabGroupOfNames=&quot;cn=admin,cn=internal,dc=stoutner,dc=org&quot; write        by group/kolabGroupOfNames=&quot;cn=maintainer,cn=internal,dc=stoutner,dc=org&quot; write        by * read stop)<br>
Backend ACL: access to attrs=alias<br>        by group/kolabGroupOfNames/member.exact=&quot;cn=admin,cn=internal,dc=stoutner,dc=org&quot; write<br>        by group/kolabGroupOfNames/member.exact=&quot;cn=maintainer,cn=internal,dc=stoutner,dc=org&quot; write<br>
        by * read<br><br>/etc/ldap/slapd.conf: line 127: warning: cannot assess the validity of the ACL scope within backend naming context<br>line 132 (access to attrs=uid        by group/kolabGroupOfNames=&quot;cn=admin,cn=internal,dc=stoutner,dc=org&quot; write        by group/kolabGroupOfNames=&quot;cn=maintainer,cn=internal,dc=stoutner,dc=org&quot; write        by * read stop)<br>
Backend ACL: access to attrs=uid<br>        by group/kolabGroupOfNames/member.exact=&quot;cn=admin,cn=internal,dc=stoutner,dc=org&quot; write<br>        by group/kolabGroupOfNames/member.exact=&quot;cn=maintainer,cn=internal,dc=stoutner,dc=org&quot; write<br>
        by * read<br><br>/etc/ldap/slapd.conf: line 132: warning: cannot assess the validity of the ACL scope within backend naming context<br>line 137 (access to attrs=cyrus-userquota        by group/kolabGroupOfNames=&quot;cn=admin,cn=internal,dc=stoutner,dc=org&quot; write        by group/kolabGroupOfNames=&quot;cn=maintainer,cn=internal,dc=stoutner,dc=org&quot; write by self read stop)<br>
Backend ACL: access to attrs=cyrus-userquota<br>        by group/kolabGroupOfNames/member.exact=&quot;cn=admin,cn=internal,dc=stoutner,dc=org&quot; write<br>        by group/kolabGroupOfNames/member.exact=&quot;cn=maintainer,cn=internal,dc=stoutner,dc=org&quot; write<br>
        by self read<br><br>/etc/ldap/slapd.conf: line 137: warning: cannot assess the validity of the ACL scope within backend naming context<br>line 142 (access to attrs=kolabHomeServer        by group/kolabGroupOfNames=&quot;cn=admin,cn=internal,dc=stoutner,dc=org&quot; write        by group/kolabGroupOfNames=&quot;cn=maintainer,cn=internal,dc=stoutner,dc=org&quot; write        by * read stop)<br>
Backend ACL: access to attrs=kolabHomeServer<br>        by group/kolabGroupOfNames/member.exact=&quot;cn=admin,cn=internal,dc=stoutner,dc=org&quot; write<br>        by group/kolabGroupOfNames/member.exact=&quot;cn=maintainer,cn=internal,dc=stoutner,dc=org&quot; write<br>
        by * read<br><br>/etc/ldap/slapd.conf: line 142: warning: cannot assess the validity of the ACL scope within backend naming context<br>line 147 (access to attrs=kolabHomeMTA        by group/kolabGroupOfNames=&quot;cn=admin,cn=internal,dc=stoutner,dc=org&quot; write        by group/kolabGroupOfNames=&quot;cn=maintainer,cn=internal,dc=stoutner,dc=org&quot; write        by * read stop)<br>
Backend ACL: access to attrs=kolabHomeMTA<br>        by group/kolabGroupOfNames/member.exact=&quot;cn=admin,cn=internal,dc=stoutner,dc=org&quot; write<br>        by group/kolabGroupOfNames/member.exact=&quot;cn=maintainer,cn=internal,dc=stoutner,dc=org&quot; write<br>
        by * read<br><br>/etc/ldap/slapd.conf: line 147: warning: cannot assess the validity of the ACL scope within backend naming context<br>line 153 (access to attrs=kolabAllowSMTPRecipient       by group/kolabGroupOfNames=&quot;cn=admin,cn=internal,dc=stoutner,dc=org&quot; write       by group/kolabGroupOfNames=&quot;cn=maintainer,cn=internal,dc=stoutner,dc=org&quot; write       by dn=&quot;cn=nobody,cn=internal,dc=stoutner,dc=org&quot; read       by self read stop)<br>
Backend ACL: access to attrs=kolabAllowSMTPRecipient<br>        by group/kolabGroupOfNames/member.exact=&quot;cn=admin,cn=internal,dc=stoutner,dc=org&quot; write<br>        by group/kolabGroupOfNames/member.exact=&quot;cn=maintainer,cn=internal,dc=stoutner,dc=org&quot; write<br>
        by dn.base=&quot;cn=nobody,cn=internal,dc=stoutner,dc=org&quot; read<br>        by self read<br><br>/etc/ldap/slapd.conf: line 153: warning: cannot assess the validity of the ACL scope within backend naming context<br>
line 156 (access to dn=&quot;cn=nobody,dc=stoutner,dc=org&quot;        by anonymous auth stop)<br>Backend ACL: access to dn.base=&quot;cn=nobody,dc=stoutner,dc=org&quot;<br>        by anonymous auth<br><br>line 161 (access to dn=&quot;cn=manager,cn=internal,dc=stoutner,dc=org&quot;        by dn=&quot;cn=nobody,cn=internal,dc=stoutner,dc=org&quot; read        by self write        by anonymous auth stop)<br>
Backend ACL: access to dn.base=&quot;cn=manager,cn=internal,dc=stoutner,dc=org&quot;<br>        by dn.base=&quot;cn=nobody,cn=internal,dc=stoutner,dc=org&quot; read<br>        by self write<br>        by anonymous auth<br>
<br>line 167 (access to dn=&quot;cn=admin,cn=internal,dc=stoutner,dc=org&quot;        by group/kolabGroupOfNames=&quot;cn=admin,cn=internal,dc=stoutner,dc=org&quot; write        by dn=&quot;cn=nobody,cn=internal,dc=stoutner,dc=org&quot; read        by self write        by anonymous auth stop)<br>
Backend ACL: access to dn.base=&quot;cn=admin,cn=internal,dc=stoutner,dc=org&quot;<br>        by group/kolabGroupOfNames/member.exact=&quot;cn=admin,cn=internal,dc=stoutner,dc=org&quot; write<br>        by dn.base=&quot;cn=nobody,cn=internal,dc=stoutner,dc=org&quot; read<br>
        by self write<br>        by anonymous auth<br><br>line 174 (access to dn=&quot;cn=maintainer,cn=internal,dc=stoutner,dc=org&quot;        by group/kolabGroupOfNames=&quot;cn=admin,cn=internal,dc=stoutner,dc=org&quot; write        by group/kolabGroupOfNames=&quot;cn=maintainer,cn=internal,dc=stoutner,dc=org&quot; read        by dn=&quot;cn=nobody,cn=internal,dc=stoutner,dc=org&quot; read        by self write        by anonymous auth stop)<br>
Backend ACL: access to dn.base=&quot;cn=maintainer,cn=internal,dc=stoutner,dc=org&quot;<br>        by group/kolabGroupOfNames/member.exact=&quot;cn=admin,cn=internal,dc=stoutner,dc=org&quot; write<br>        by group/kolabGroupOfNames/member.exact=&quot;cn=maintainer,cn=internal,dc=stoutner,dc=org&quot; read<br>
        by dn.base=&quot;cn=nobody,cn=internal,dc=stoutner,dc=org&quot; read<br>        by self write<br>        by anonymous auth<br><br>line 181 (access to dn.regex=&quot;(.*,)?cn=internal,dc=stoutner,dc=org&quot;     by group/kolabGroupOfNames=&quot;cn=admin,cn=internal,dc=stoutner,dc=org&quot; write        by group/kolabGroupOfNames=&quot;cn=maintainer,cn=internal,dc=stoutner,dc=org&quot; write        by self write by dn=&quot;cn=nobody,cn=internal,dc=stoutner,dc=org&quot; read  by anonymous auth stop)<br>
Backend ACL: access to dn.regex=&quot;(.*,)?cn=internal,dc=stoutner,dc=org&quot;<br>        by group/kolabGroupOfNames/member.exact=&quot;cn=admin,cn=internal,dc=stoutner,dc=org&quot; write<br>        by group/kolabGroupOfNames/member.exact=&quot;cn=maintainer,cn=internal,dc=stoutner,dc=org&quot; write<br>
        by self write<br>        by dn.base=&quot;cn=nobody,cn=internal,dc=stoutner,dc=org&quot; read<br>        by anonymous auth<br><br>line 186 (access to dn.regex=&quot;(.*,)?cn=external,dc=stoutner,dc=org&quot;        by group/kolabGroupOfNames=&quot;cn=admin,cn=internal,dc=stoutner,dc=org&quot; write        by group/kolabGroupOfNames=&quot;cn=maintainer,cn=internal,dc=stoutner,dc=org&quot; write by * read stop)<br>
Backend ACL: access to dn.regex=&quot;(.*,)?cn=external,dc=stoutner,dc=org&quot;<br>        by group/kolabGroupOfNames/member.exact=&quot;cn=admin,cn=internal,dc=stoutner,dc=org&quot; write<br>        by group/kolabGroupOfNames/member.exact=&quot;cn=maintainer,cn=internal,dc=stoutner,dc=org&quot; write<br>
        by * read<br><br>line 190 (access to dn=&quot;cn=external,dc=stoutner,dc=org&quot; by dn=&quot;cn=nobody,cn=internal,dc=stoutner,dc=org&quot; read  by * search stop)<br>Backend ACL: access to dn.base=&quot;cn=external,dc=stoutner,dc=org&quot;<br>
        by dn.base=&quot;cn=nobody,cn=internal,dc=stoutner,dc=org&quot; read<br>        by * search<br><br>line 194 (access to dn=&quot;cn=internal,dc=stoutner,dc=org&quot; by dn=&quot;cn=nobody,cn=internal,dc=stoutner,dc=org&quot; read         by * search stop)<br>
Backend ACL: access to dn.base=&quot;cn=internal,dc=stoutner,dc=org&quot;<br>        by dn.base=&quot;cn=nobody,cn=internal,dc=stoutner,dc=org&quot; read<br>        by * search<br><br>line 201 (access to dn=&quot;k=kolab,dc=stoutner,dc=org&quot;     by group/kolabGroupOfNames=&quot;cn=admin,cn=internal,dc=stoutner,dc=org&quot; write by group/kolabGroupOfNames=&quot;cn=maintainer,cn=internal,dc=stoutner,dc=org&quot; read by group/kolabGroupOfNames=&quot;cn=domain-maintainer,cn=internal,dc=stoutner,dc=org&quot; read by dn=&quot;cn=nobody,cn=internal,dc=stoutner,dc=org&quot; read  by * none stop )<br>
Backend ACL: access to dn.base=&quot;k=kolab,dc=stoutner,dc=org&quot;<br>        by group/kolabGroupOfNames/member.exact=&quot;cn=admin,cn=internal,dc=stoutner,dc=org&quot; write<br>        by group/kolabGroupOfNames/member.exact=&quot;cn=maintainer,cn=internal,dc=stoutner,dc=org&quot; read<br>
        by group/kolabGroupOfNames/member.exact=&quot;cn=domain-maintainer,cn=internal,dc=stoutner,dc=org&quot; read<br>        by dn.base=&quot;cn=nobody,cn=internal,dc=stoutner,dc=org&quot; read<br>        by * none<br>
<br>line 207 (access to *         by self write by group/kolabGroupOfNames=&quot;cn=admin,cn=internal,dc=stoutner,dc=org&quot; write  by group/kolabGroupOfNames=&quot;cn=maintainer,cn=internal,dc=stoutner,dc=org&quot; write by * read stop)<br>
Backend ACL: access to *<br>        by self write<br>        by group/kolabGroupOfNames/member.exact=&quot;cn=admin,cn=internal,dc=stoutner,dc=org&quot; write<br>        by group/kolabGroupOfNames/member.exact=&quot;cn=maintainer,cn=internal,dc=stoutner,dc=org&quot; write<br>
        by * read<br><br>/etc/ldap/slapd.conf: line 207: warning: cannot assess the validity of the ACL scope within backend naming context<br>line 209 (include /etc/ldap/slapd.replicas)<br>reading config file /etc/ldap/slapd.replicas<br>
line 212 (database      monitor)<br>line 216 (access to * by group/kolabGroupOfNames=&quot;cn=admin,cn=internal,dc=stoutner,dc=org&quot; write by * none stop)<br>Backend ACL: access to *<br>        by group/kolabGroupOfNames/member.exact=&quot;cn=admin,cn=internal,dc=stoutner,dc=org&quot; write<br>
        by * none<br><br>/etc/ldap/slapd.conf: line 216: warning: cannot assess the validity of the ACL scope within backend naming context<br>Backend ACL: access to *<br>        by * none<br><br>config_back_db_open: line 0: warning: cannot assess the validity of the ACL scope within backend naming context<br>
bdb_db_open: warning - no DB_CONFIG file found in directory /var/lib/ldap: (2).<br>Expect poor performance for suffix &quot;dc=stoutner,dc=org&quot;.<br>=&gt; bdb_entry_get: cannot find entry: &quot;dc=stoutner,dc=org&quot;<br>
slapd starting<br><br><br><br><br><br><br>-- System Information:<br>Debian Release: squeeze/sid<br>  APT prefers testing<br>  APT policy: (500, &#39;testing&#39;)<br>Architecture: amd64 (x86_64)<br><br>Kernel: Linux 2.6.32-5-amd64 (SMP w/1 CPU core)<br>

Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)<br>Shell: /bin/sh linked to /bin/dash<br><br>Versions of packages slapd depends on:<br>ii  adduser                   3.112          add and remove users and groups<br>

ii  coreutils                 8.5-1          GNU core utilities<br>ii  debconf [debconf-2.0]     1.5.35         Debian configuration management sy<br>ii  libc6                     2.11.2-6       Embedded GNU C Library: Shared lib<br>

ii  libdb4.8                  4.8.30-2       Berkeley v4.8 Database Libraries [<br>ii  libgnutls26               2.8.6-1        the GNU TLS library - runtime libr<br>ii  libldap-2.4-2             2.4.23-6       OpenLDAP libraries<br>

ii  libltdl7                  2.2.6b-2       A system independent dlopen wrappe<br>ii  libperl5.10               5.10.1-14      shared Perl library<br>ii  libsasl2-2                2.1.23.dfsg1-6 Cyrus SASL - authentication abstra<br>

ii  libslp1                   1.2.1-7.8      OpenSLP libraries<br>ii  libwrap0                  7.6.q-19       Wietse Venema&#39;s TCP wrappers libra<br>ii  lsb-base                  3.2-23.1       Linux Standard Base 3.2 init scrip<br>

ii  perl [libmime-base64-perl 5.10.1-14      Larry Wall&#39;s Practical Extraction<br>ii  psmisc                    22.11-1        utilities that use the proc file s<br>ii  unixodbc                  2.2.14p2-1     ODBC tools libraries<br>

<br>Versions of packages slapd recommends:<br>ii  libsasl2-modules          2.1.23.dfsg1-6 Cyrus SASL - pluggable authenticat<br><br>Versions of packages slapd suggests:<br>ii  ldap-utils                    2.4.23-6   OpenLDAP utilities<br>

<br>-- debconf information:<br>  slapd/tlsciphersuite:<br>  shared/organization: <a href="http://stoutner.org" target="_blank">stoutner.org</a><br>  slapd/upgrade_slapcat_failure:<br>  slapd/backend: HDB<br>  slapd/allow_ldap_v2: false<br>

  slapd/no_configuration: false<br>  slapd/move_old_database: true<br>  slapd/suffix_change: false<br>  slapd/dump_database_destdir: /var/backups/slapd-VERSION<br>  slapd/domain: <a href="http://stoutner.org" target="_blank">stoutner.org</a><br>

  slapd/password_mismatch:<br>  slapd/invalid_config: true<br>  slapd/slurpd_obsolete:<br>  slapd/dump_database: when needed<br>  slapd/purge_database: false<br>