Also, i dont know if it matters but i do have schema checking on in the slapd.conf file

# $OpenLDAP: pkg/ldap/servers/slapd/slapd.conf,v 1.23.2.5 2002/11/26 18:26:01 kurt Exp $
#
# See slapd.conf(5) for details on configuration options.
# This file should NOT be world readable.
#
include        /usr/local/etc/openldap/schema/core.schema
include           /usr/local/etc/openldap/schema/cosine.schema
include           /usr/local/etc/openldap/schema/inetorgperson.schema
include           /usr/local/etc/openldap/schema/nis.schema
include           /usr/local/etc/openldap/schema/qmail.schema
include           /var/www/phpQLAdmin-2.0.8/phpQLAdmin.schema
include           /var/www/phpQLAdmin-2.0.8/rfc2377.schema


# Define global ACLs to disable default read access.

# Do not enable referrals until AFTER you have a working directory
# service AND an understanding of referrals.
#referral    ldap://root.openldap.org

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

# Load dynamic backend modules:
# modulepath    /usr/local/libexec/openldap
# moduleload    back_bdb.la
# moduleload    back_ldap.la
# moduleload    back_ldbm.la
# moduleload    back_passwd.la
# moduleload    back_shell.la

# Sample security restrictions
#
#   Disallow clear text exchange of passwords
# disallow bind_simple_unprotected
#
#    Require integrity protection (prevent hijacking)
#    Require 112-bit (3DES or better) encryption for updates
#    Require 63-bit encryption for simple bind
# security ssf=1 update_ssf=112 simple_bind=64

# Sample access control policy:
#    Root DSE: allow anyone to read it
#    Other DSEs:
#        Allow self write access
#        Allow authenticated users read access
#        Allow anonymous users to authenticate
#    Directives needed to implement policy:
# access to dn.base="" by * read
# access to *
#    by self write
#    by users read
#    by anonymous auth
#
# if no access controls are present, the default policy is:
#    Allow read by all
#
# rootdn can always write!

#######################################################################
# Database 1 "dev-null.homeunix.org"
#######################################################################

database    bdb
suffix        "dc=dev-null.homeunix,dc=org"
rootdn        "cn=Manager,dc=dev-null.homeunix,dc=org"

schemacheck  on

# Cleartext passwords, especially for the rootdn, should
# be avoid.  See slappasswd(8) and slapd.conf(5) for details.
# Use of strong authentication encouraged.
rootpw        XXXXXX
# The database directory MUST exist prior to running slapd AND
# should only be accessible by the slapd/tools. Mode 700 recommended.
directory    /var/LDAP/var/openldap-data/dev-null.unixhome.org

# Indices to maintain

index cn,sn,uid pres,eq
index mail,mailAlternateAddress eq
index objectClass eq

 

BsD JuNkiE wrote:
I tried the cvs schema but no it still does not work. I get the same:

/usr/local/libexec/slapd -u daemon
DB-MAIN# /usr/local/libexec/slapd -u daemon
DB-MAIN# /var/www/phpQLAdmin-2.0.8/phpQLAdmin.schema: line 58: AttributeType inappropriate matching rule: "booleanMatch"

Turbo Fredriksson wrote:
Quoting BsD JuNkiE <[EMAIL PROTECTED]>:

  
Is anybody running phpQLADMIN 2.0.8 and openldap 2.1.12.
[...]
/usr/local/libexec/slapd -u daemon
/var/www/phpQLAdmin-2.0.8/phpQLAdmin.schema: line 58: AttributeType
inappropriate matching rule: "booleanMatch"
    

If you figure this out, please don't forget to tell me about it :)

I've done some modifications to the schema in CVS, that might work.
I've put it online at

        http://phpqladmin.bayour.com/phpQLAdmin.schema.txt

This is version 2.11 of the schema. Version 2.0.8 of phpQLAdmin comes
with 2.10, so the change might work...
  


Reply via email to