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
Post a Comment