Actions
Bug #8626
closedCN in certificate and probably other user names are not properly escaped in LDAP search
Status:
Resolved
Priority:
Normal
Assignee:
Category:
User Manager / Privileges
Target version:
Start date:
07/09/2018
Due date:
% Done:
100%
Estimated time:
Plus Target Version:
Release Notes:
Affected Version:
2.4.3_1
Affected Architecture:
All
Description
Marking as private due to the nature of this but it does not look like the searches are ever sent to the LDAP server in this case.
User's certificate CNs have this format: CN=Firstname Lastname (keyword)
The parentheses there result in this log entries:
Jul 9 14:28:11 fw01 php-fpm: /diag_authentication.php: Search resulted in error: Bad search filter
Jul 9 14:28:11 fw01 php-fpm: /diag_authentication.php: ERROR! Either LDAP search failed, or multiple users were found.
The parentheses (and possibly other characters) probably need to be escaped before submitting to LDAP.
Actions