Dario,

Dario Carbone schrieb (04.03.2013 16:42 Uhr):

Il 01/03/2013 13:39, Achim Gottinger ha scritto:

                 <key>filter</key>
                 <string>
(memberOf='cn=AddressBook,ou=Groups,dc=primeur,dc=com')</string>

I've created a group on OpenLDAP and addess some users, but on the slapd
log i've undefined filter. see the log :
filter="(&(cn=*)(?=undefined))"*
undefined mostly means slapd does not know about the attribute you searched for.

<string>(memberOf='cn=AddressBook,ou=Groups,dc=primeur,dc=com')</string>

Or use something like

<string>(objectClass=person)</string>

for testing if it's an problem with parsing the filter value or applying it?
I've tried a lots of combinations, but no lucky.

I think the problem is the parsing part.
did you try to do the intended search by ldapsearch, did it work?


Marc
--
[email protected]
https://inverse.ca/sogo/lists

Reply via email to