[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
Search with wildcard
- To: "openldap-technical@openldap.org" <openldap-technical@openldap.org>
- Subject: Search with wildcard
- From: Alessandro Lasmar Mourao <alessandro.mourao@caixa.gov.br>
- Date: Wed, 28 Jan 2015 18:19:54 +0000
- Accept-language: pt-BR, en-US
- Content-language: pt-BR
- Dkim-signature: v=1; a=rsa-sha256; c=simple/simple; d=caixa.gov.br; i=postmaster@caixa.gov.br; l=486; q=dns/txt; s=caixadkim; t=1422469207; x=1454005207; h=from:to:subject:date:message-id: content-transfer-encoding:mime-version; z=From:=20Alessandro=20Lasmar=20Mourao=20<alessandro.moura o@caixa.gov.br>|To:=20"openldap-technical@openldap.org" =20<openldap-technical@openldap.org>|Subject:=20Search=20 with=20wildcard|Date:=20Wed,=2028=20Jan=202015=2018:19:54 =20+0000|Message-ID:=20<28AB54FB485A754DA492D80E5C43E2635 E719863@dfexchsd002.corp.caixa.gov.br> |Content-Transfer-Encoding:=20quoted-printable |MIME-Version:=201.0; bh=TN1CAD1AzNs5d4DX4WLl2qXx6Jz6ysThxbdmT92UpD8=; b=N5iV3JdZYvcZ1M++kV4H1UxvT0NADkZcsc6OxJeE4eOpOYXPwi0Gml9c Eh7FewtWHe2K5IAx31soQTPwAHiqpu9/T5w2gvhQpvOdJzhMpUfstTuga oDDBUIxwjnmO7wsnO/AlOLU2k1FTTdKB1fnbLpaJA0/mbkCVrGzpAezQd OXajMZIqscSwHMBhEqTVms2raXVe2XxahH2inyS1wiXW4LJb+nHE+Y/TH zLyoidd5OFUMB2LFPB9C1OPBEeGKvpcjA8QRO9t613YE/IuY9NIcHr6t1 iuQby8Su8BCdn7UJoaO3doZzlgcDbOc14mLm6+1F05Vhb+lQqFb/MIaPD Q==;
- Thread-index: AdA3NVj+3X2PBrDVQX2qxcglCB+r7wD8YQUw
- Thread-topic: Search with wildcard
I have the following structure in my OpenLDAP:
ou = groups
|_cn = system1
| | _cn = Group1
| | _cn = Group2
|_cn = system2
| _cn = Group1
| _cn = Group2
I need to perform a search and return only users who are registered on system1, regardless of the registered group.
When I use the search with the filter: memberOf=cn=*,cn=system1,ou=groups nothing is returned.
How do I perform this search in OpenLDAP? In search Oracle SJDS works!