[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
Re: [Repost] JDNI Authentication
At 04:20 PM 10/12/2004, Ross Rankin wrote:
>Here's what I get with logging set to level 4:
>get_ava: unknown attributeType \28uniqueMember
>conn=0 op=2 SRCH base="ou=groups,dc=careerfish,dc=com" scope=1 deref=3 filter="(?=undefined)"
>
>What's up with that filter="(?=undefined)" Is that the issue?
(?=undefined) means that the client-provided filter must
evaluate to Undefined for any and all entries. In this
case, its because the attribute description ("\28uniqueMember")
in an attribute value assertion is bogus.
Kurt