mirror of
https://github.com/apache/cloudstack.git
synced 2025-11-03 04:12:31 +01:00
bug 8313: removing bad chars
This commit is contained in:
parent
3acf49daa5
commit
fcb9db7802
@ -50,7 +50,7 @@ public class LDAPConfigCmd extends BaseCmd {
|
||||
@Parameter(name=ApiConstants.PORT, type=CommandType.INTEGER, description="Specify the LDAP port if required, default is 389.")
|
||||
private Integer port=0;
|
||||
|
||||
@Parameter(name=ApiConstants.USE_SSL, type=CommandType.BOOLEAN, description="Check “Use SSL” if the external LDAP server is configured for LDAP over SSL.")
|
||||
@Parameter(name=ApiConstants.USE_SSL, type=CommandType.BOOLEAN, description="Check Use SSL if the external LDAP server is configured for LDAP over SSL.")
|
||||
private Boolean useSSL;
|
||||
|
||||
@Parameter(name=ApiConstants.SEARCH_BASE, type=CommandType.STRING, required=true, description="The search base defines the starting point for the search in the directory tree Example: dc=cloud,dc=com.")
|
||||
|
||||
@ -12,7 +12,7 @@ public class LDAPConfigResponse extends BaseResponse {
|
||||
@SerializedName(ApiConstants.PORT) @Param(description="Specify the LDAP port if required, default is 389")
|
||||
private String port;
|
||||
|
||||
@SerializedName(ApiConstants.PORT) @Param(description="Check “Use SSL” if the external LDAP server is configured for LDAP over SSL")
|
||||
@SerializedName(ApiConstants.PORT) @Param(description="Check Use SSL if the external LDAP server is configured for LDAP over SSL")
|
||||
private String useSSL;
|
||||
|
||||
@SerializedName(ApiConstants.SEARCH_BASE) @Param(description="The search base defines the starting point for the search in the directory tree Example: dc=cloud,dc=com")
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user