Search filter to use to locate the user in the LDAP directory, such as for windows: <i>'(&(objectclass=user)(objectcategory=user)(userPrincipalName=<username>*))'</i> or for OpenLDAP: <i>'(&(objectClass=account)(uid=<username>))'</i>.'<username>' is replaced with the username that was supplied at the login prompt.