Skip to content

Commit 0b17f97

Browse files
committed
Fixes an issue where a password set operation may not work
1 parent f950cb4 commit 0b17f97

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed

src/Lithnet.GoogleApps.MA.Setup/Product.wxs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<Product Id="*"
44
Name="Lithnet GoogleApps Management Agent"
55
Language="1033"
6-
Version="1.1.5997"
6+
Version="1.1.5999"
77
Manufacturer="Lithnet"
88
UpgradeCode="3410d571b358426281edb2990ae57cae" >
99

src/Lithnet.GoogleApps.MA/ManagementAgent.cs

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -754,11 +754,6 @@ public void OpenPasswordConnection(KeyedCollection<string, ConfigParameter> conf
754754

755755
public void SetPassword(CSEntry csentry, System.Security.SecureString newPassword, PasswordOptions options)
756756
{
757-
if (options == PasswordOptions.ValidatePassword)
758-
{
759-
return;
760-
}
761-
762757
try
763758
{
764759
UserRequestFactory.SetPassword(csentry.DN.ToString(), newPassword.ConvertToUnsecureString());

0 commit comments

Comments
 (0)