Her is my slapd.conf in "ldap1" :
####################################################
database bdb
suffix "ou=People,dc=compagnie,dc=com"
rootdn "cn=admin,ou=People,dc=compagnie,dc=com"
#rootpw "password"
directory "/var/lib/ldap-people"
index objectClass eq,pres
index ou,cn,mail,surname,givenname eq,pres,sub
index uid eq,pres
index entryCSN,entryUUID eq,pres
index Service,ACMO,Poste eq,pres,sub
overlay translucent
translucent_no_glue
uri ldap://ldap_relay
lastmod off
acl-bind binddn="cn=admin,ou=People,dc=compagnie,dc=com"
credentials="password"
####################################################
Translucent is working correctly :
for example, ACMO is a boolean define on the ldap1 server. If I search
in ldap1 for (sn=name) I can see the entry in results.
A this time if I search for (ACMO=1) nothings return.
I've tried with attribute ACMO present or not present on the ldap_relay
server, it chang nothing.
Thank in advance
Julien