|
|
@ -557,7 +557,7 @@ public class FragmentIdentity extends FragmentBase {
|
|
|
|
boolean starttls = args.getBoolean("starttls");
|
|
|
|
boolean starttls = args.getBoolean("starttls");
|
|
|
|
boolean insecure = args.getBoolean("insecure");
|
|
|
|
boolean insecure = args.getBoolean("insecure");
|
|
|
|
String port = args.getString("port");
|
|
|
|
String port = args.getString("port");
|
|
|
|
String user = args.getString("user");
|
|
|
|
String user = args.getString("user").trim();
|
|
|
|
String password = args.getString("password");
|
|
|
|
String password = args.getString("password");
|
|
|
|
String realm = args.getString("realm");
|
|
|
|
String realm = args.getString("realm");
|
|
|
|
boolean use_ip = args.getBoolean("use_ip");
|
|
|
|
boolean use_ip = args.getBoolean("use_ip");
|
|
|
|