You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: plugins/user-authenticators/ldap/src/main/java/org/apache/cloudstack/api/command/LdapAddConfigurationCmd.java
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -46,7 +46,7 @@ public class LdapAddConfigurationCmd extends BaseCmd {
Copy file name to clipboardExpand all lines: plugins/user-authenticators/ldap/src/main/java/org/apache/cloudstack/api/command/LdapCreateAccountCmd.java
+6-7Lines changed: 6 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -21,6 +21,7 @@
21
21
importcom.cloud.user.AccountService;
22
22
importcom.cloud.user.User;
23
23
importcom.cloud.user.UserAccount;
24
+
importcom.cloud.utils.StringUtils;
24
25
importorg.apache.cloudstack.acl.RoleType;
25
26
importorg.apache.cloudstack.api.APICommand;
26
27
importorg.apache.cloudstack.api.ApiConstants;
@@ -39,7 +40,6 @@
39
40
importorg.bouncycastle.util.encoders.Base64;
40
41
41
42
importjavax.inject.Inject;
42
-
importjava.io.UnsupportedEncodingException;
43
43
importjava.security.NoSuchAlgorithmException;
44
44
importjava.security.SecureRandom;
45
45
importjava.util.Map;
@@ -107,7 +107,7 @@ public Account.Type getAccountType() {
Copy file name to clipboardExpand all lines: plugins/user-authenticators/ldap/src/main/java/org/apache/cloudstack/api/command/LdapDeleteConfigurationCmd.java
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -44,10 +44,10 @@ public class LdapDeleteConfigurationCmd extends BaseCmd {
Copy file name to clipboardExpand all lines: plugins/user-authenticators/ldap/src/main/java/org/apache/cloudstack/api/command/LdapListConfigurationCmd.java
+9-7Lines changed: 9 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -44,17 +44,19 @@ public class LdapListConfigurationCmd extends BaseListCmd {
0 commit comments