+ showError(t('user_ldap', 'The search filter is invalid, probably due to syntax issues like uneven number of opened and closed brackets. Please revise.'))
+ break
+ case 'connection error':
+ showError(t('user_ldap', 'A connection error to LDAP/AD occurred. Please check host, port and credentials.'))
+ break
+ case 'missing placeholder':
+ showError(t('user_ldap', 'The "%uid" placeholder is missing. It will be replaced with the login name when querying LDAP/AD.'))