I'm in the process of setting up a Clearpass Policy Manager server for our wireless infrastructure and I'm stuck on the configuration of the AD Source, particualarly since in our AD infrastructure we use BOTH sAMAccountName and userPrincipalName.
I was able to get it working with userPrincipalName by going into Sources -> My AD Server -> Attributes -> Authentication -> Edit/Modify -> Filter Query:
(&(objectClass=user)(userPrincipalName=%{Authentication:Username}))
However how do I change this filter query to support both searches for sAMAccountName and userPrincipalName?
Thanks