Wolff, Alex a écrit :
> Hello,
> 
> I need to query ldap for specific enries.  I am looking for help in creating 
> the filter string.
> 
> the query should only return entries when attributes:
> 
> objectclass=zzlwsnobjlwsnRMRole 
> and
> zzlwsnobjlwsnRMRole<> null.
> 
> I figured out the first part but I do not understand how to include the 'and' 
> portion.
> 
> this is what  I have now:
> 
> filter => '(objectClass=zzlwsnobjlwsnRMRole)'
prefixed notation:
(&(objectClass=zzlwsnobjlwsnRMRole)(!(zzlwsnobjlwsnRMRole=))

-- 
Guillaume Rousse
Moyens Informatiques - INRIA Futurs
Tel: 01 69 35 69 62

Reply via email to