Skip to content

Commit

Permalink
enforce a secure connection to LDAP in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Yvand committed Aug 24, 2023
1 parent d4e90d4 commit 39c5d95
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions LDAPCP.Tests/AugmentationTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ public override void InitializeConfiguration()
coco.UseSPServerConnectionToAD = false;
coco.EnableAugmentation = true;
coco.GetGroupMembershipUsingDotNetHelpers = true;
coco.AuthenticationSettings = AuthenticationTypes.Secure | AuthenticationTypes.Signing | AuthenticationTypes.Sealing;
}
Config.Update();
}
Expand Down

0 comments on commit 39c5d95

Please sign in to comment.