[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
Re: Some children only viewable by root user?
- To: openldap-software@OpenLDAP.org
- Subject: Re: Some children only viewable by root user?
- From: Brandon Hume - OpenLDAP list <hume-ol@Den.BOFH.Halifax.NS.Ca>
- Date: Thu, 4 Dec 2003 23:05:53 -0400 (AST)
- In-reply-to: <6.0.0.22.0.20031204122940.03c5dfe8@127.0.0.1> from "Kurt D. Zeilenga" at "Dec 4, 2003 12:29:42 pm"
> Given your description, I'd suspect an indexing issue. You
> might try rebuilding them with slapindex(8).
Did so; no difference. I've also tried completely deleting the subtree and
reloading it.
Here's something else odd:
TEST% ldapsearch -x -b 'ou=departments,dc=dal,dc=ca' -s one '(cn=N*)' | grep ^dn | grep -i networks
dn: ou=Networks and Systems,ou=DEPARTMENTS,dc=DAL,dc=CA
TEST% ldapsearch -x -b 'ou=departments,dc=dal,dc=ca' -s one '(cn=*)' | grep ^dn | grep -i networks
TEST%
TEST% ldapsearch -x -b 'ou=departments,dc=dal,dc=ca' -s one '(cn=Networks *)' | grep ^dn | grep -i networks
dn: ou=Networks and Systems,ou=DEPARTMENTS,dc=DAL,dc=CA
TEST% ldapsearch -x -b 'ou=departments,dc=dal,dc=ca' -s one '(cn=Networks a*)' | grep ^dn | grep -i networks
TEST%
So 'Networks *' produces a result, and so does 'N*' but 'Networks a*' does not,
nor does '*'.