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

commonjs - How to write a typescript definition file for a node module that exports a function? -

openid - Okta: Failed to get authorization code through API call -

thorough guide for profiling racket code -