DaanHoogland commented on code in PR #7915:
URL: https://github.com/apache/cloudstack/pull/7915#discussion_r1307576891
##########
plugins/user-authenticators/ldap/src/main/java/org/apache/cloudstack/ldap/LdapManagerImpl.java:
##########
@@ -115,7 +124,7 @@ public void onPublishMessage(String senderAddress, String
subject, Object args)
long domainId = account.getDomainId();
LdapTrustMapVO ldapTrustMapVO =
_ldapTrustMapDao.findByAccount(domainId, account.getAccountId());
if (ldapTrustMapVO != null) {
- String msg = String.format("Removing link between
LDAP: %s - type: %s and account: %s on domain: %s",
+ String msg =
String.format(REMOVING_LDAP_LINK_ON_DOMAIN,
ldapTrustMapVO.getName(),
ldapTrustMapVO.getType().name(), account.getAccountId(), domainId);
Review Comment:
ah, ok. a bit overkill I think
--
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]