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

Re: can solaris9 query netgroups in an OpenLDAP server?



At 02:55 PM 5/10/2004, Quanah Gibson-Mount wrote:
>--On Monday, May 10, 2004 4:14 PM -0400 "Brian K. Jones" <jonesy@CS.Princeton.EDU> wrote:
>>May 10 15:49:36 ldap slapd[13909]: get_filter: unknown filter type=129
>>May 10 15:49:36 ldap slapd[13909]: get_filter: unknown filter type=130
>>May 10 15:49:36 ldap slapd[13909]: conn=184 op=1 SRCH
>>base="ou=Netgroup,dc=my,dc=domain" scope=2
>>filter="(&(objectClass=nisNetgroup)(?=undefined)(?=undefined)(?=undefined
>>)"
>
>What version of OpenLDAP are you running?  Have you turned up debugging on the OpenLDAP server and seen what the actual request coming in is?

A very good suggestion here.  The log entries suggest the
search PDU is malformed, specifically the search filter
specification is malformed.  If so, then its a client side issue.
Likely the client is being misused in a manner which causes it
to make invalid calls the LDAP library it is using, and that
resulting in invalid PDUs be sent to the server.

Kurt