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

Re: Some openldap fixes... (fwd) (fwd)



At 09:02 AM 9/19/00 -0700, Kurt D. Zeilenga wrote:
>How do you find the above key if the base isn't the parent?
>
>That is, I have "uid=a,cn=b,cn=c,o=foo" (suffix of o=foo) and
>I do a search -b "cn=c,o=foo" -s subtree "(uid=a)".
>
>I do a lookup for:
>  <prefix>a|string_reverse(cn=c,o=foo)
>but get zero keys returned as I only generated:
>  <prefix>a|string_reserve(cn=b,cn=c,o=foo)

or search -b "uid=a,cn=b,cn=c,o=foo" -s subtree "(uid=a)"...

I do a lookup for:
  <prefix>a|string_reverse(uid=a,cn=b,cn=c,o=foo)
but get zero keys returned as I only generated:
  <prefix>a|string_reserve(cn=b,cn=c,o=foo)

Kurt