保存进度!
This commit is contained in:
@@ -1,25 +0,0 @@
|
||||
/*
|
||||
* @Author: Kane
|
||||
* @Date: 2022-12-16 11:26:35
|
||||
* @LastEditors: Kane
|
||||
* @LastEditTime: 2022-12-16 11:29:07
|
||||
* @FilePath: \AdminSys\src\test\java\com\cpic\xim\myutils\account\LdapAccountCheckTest.java
|
||||
* @Description:
|
||||
*
|
||||
* Copyright (c) ${2022} by Kane, All Rights Reserved.
|
||||
*/
|
||||
package com.cpic.xim.myutils.account;
|
||||
|
||||
import org.junit.Test;
|
||||
|
||||
public class LdapAccountCheckTest
|
||||
{
|
||||
@Test
|
||||
public void testLdapLogin()
|
||||
{
|
||||
String userName = "wangwei-202";
|
||||
String password = "Kane@1983";
|
||||
|
||||
boolean result = LdapAccountCheck.ldapLogin( userName, password );
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user