DaanHoogland commented on code in PR #11436:
URL: https://github.com/apache/cloudstack/pull/11436#discussion_r2607124834
##########
plugins/user-authenticators/ldap/src/main/java/org/apache/cloudstack/api/command/LinkAccountToLdapCmd.java:
##########
@@ -81,7 +81,7 @@ public void execute() throws ServerApiException {
try {
ldapUser = _ldapManager.getUser(admin, type, ldapDomain,
domainId);
} catch (NoLdapUserMatchingQueryException e) {
- logger.debug("no ldap user matching username " + admin + "
in the given group/ou", e);
+ logger.debug("no ldap user matching username {} in the
given group/ou", admin, e);
Review Comment:
```suggestion
logger.debug(“No LDAP User matching username {} in the
given Group/OU.", admin, e);
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]