maliming
4 years ago
No known key found for this signature in database
GPG Key ID: 96224957E51C89E
1 changed files with
1 additions and
1 deletions
-
framework/test/Volo.Abp.Ldap.Tests/Volo/Abp/Ldap/LdapManager_Tests.cs
|
|
|
@ -22,7 +22,7 @@ public class LdapManager_Tests : AbpIntegratedTest<AbpLdapTestModule> |
|
|
|
options.UseAutofac(); |
|
|
|
} |
|
|
|
|
|
|
|
[Fact] |
|
|
|
[Fact(Skip = "Required Ldap environment")] |
|
|
|
public async Task AuthenticateAsync() |
|
|
|
{ |
|
|
|
(await _ldapManager.AuthenticateAsync("cn=admin,dc=abp,dc=io", "123qwe")).ShouldBe(true); |
|
|
|
|