Skip to content

Commit 8397bf7

Browse files
Daan HooglandDaanHoogland
authored andcommitted
text updates (polishing)
1 parent abb2610 commit 8397bf7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

plugins/user-authenticators/ldap/src/main/java/org/apache/cloudstack/api/command/UnlinkDomainFromLdapCmd.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,11 +35,11 @@
3535

3636
import javax.inject.Inject;
3737

38-
@APICommand(name = "unlinkDomainFromLdap", description = "remove the linkage of a cloudstack domain to group or OU in ldap",
38+
@APICommand(name = "unlinkDomainFromLdap", description = "remove the linkage of a Domain to a group or OU in ldap",
3939
responseObject = SuccessResponse.class, since = "4.23.0", requestHasSensitiveInfo = false, responseHasSensitiveInfo = false)
4040
public class UnlinkDomainFromLdapCmd extends BaseCmd {
4141
@Parameter(name = ApiConstants.DOMAIN_ID, type = CommandType.UUID, required = true, entityType = DomainResponse.class,
42-
description = "The id of the domain which has to be linked to LDAP.")
42+
description = "The id of the Domain which has to be unlinked from LDAP.")
4343
private Long domainId;
4444

4545
@Inject

0 commit comments

Comments
 (0)