[Date Prev][Date Next] [Chronological] [Thread] [Top]

Re: Some children only viewable by root user?



> 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 '*'.