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)' Any help is appreciated.