ldap query: need to do a query which retunrs all AD users who has either the attribute "mobilephone" or "Officephone" set to anything else but "NULL" -


ldap query: need query retunrs ad users has either attribute "mobilephone" or "officephone" set else "null"

what have tried? how like:

(&(objectclass=user)(|(!(mobilephone=null))(!(officephone=null))) 

Comments

Popular posts from this blog

ios - Change Storyboard View using Seague -

inversion of control - Autofac named registration constructor injection -

verilog - Systemverilog dynamic casting issues -