Hi, I would do a proxy ldap, i have compile with this option : ./configure --prefix=/usr --sysconfdir=/etc
--libexecdir=/usr/sbin --enable-ldap --disable-bdb The proxy work but only with defaultfilter (objectclass=*),
when i do with my Groupware the filter is « (|(objectclass=organizationalPerson)(objectclass=person)) »
and there are no result. Do You have an idea ? /etc/openldap/slapd.conf : include
/etc/openldap/schema/core.schema pidfile
/usr/var/run/slapd.pid argsfile
/usr/var/run/slapd.args database ldap suffix
"" uri
"ldap://myldap.domain.fr:389/" /etc.init.d/ldap (just start) start) echo -n
"Starting openldap proxy service: " daemon
/usr/sbin/slapd -- -h "ldap://:389/ ldaps://:636/" regards, Jean-Jacques |