[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
(ITS#5679) Translucent search
Full_Name: Julien
Version: 2.4.11
OS: Linux ldap1 2.6.18-6-xen-686 #1 SMP
URL: ftp://ftp.openldap.org/incoming/
Submission from: (NULL) (193.49.133.163)
It seems to be impossible to search local and remote together :
a search request against one local attribute work correctly and return result 1
(ldapsearch "(local=*)")
a search on a remote atttribute works fine and return result 2 (ldapsearch
"(remote=*)")
Finaly, a search with the local and remote attribute (ldapsearch
"($(local=*)(remote=*))") only return results as the search on the local
attribute and doesn't take the remote attribute. The respons is the same as
result 1
In slapd.conf :
translucent_local local
translucent_remote remote
Thanks
Juju