把activedirectory相关移动到org.dromara.maxkey.ldap.activedirectory下

This commit is contained in:
shimingxy
2024-11-12 10:02:04 +08:00
parent 3728e769ea
commit 176355d7a6
13 changed files with 15 additions and 14 deletions

View File

@@ -23,8 +23,8 @@ import org.dromara.maxkey.crypto.password.PasswordReciprocal;
import org.dromara.maxkey.entity.Message;
import org.dromara.maxkey.entity.cnf.CnfLdapContext;
import org.dromara.maxkey.entity.idm.UserInfo;
import org.dromara.maxkey.ldap.ActiveDirectoryUtils;
import org.dromara.maxkey.ldap.LdapUtils;
import org.dromara.maxkey.ldap.activedirectory.ActiveDirectoryUtils;
import org.dromara.maxkey.persistence.service.CnfLdapContextService;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;