Commit 733b1ea4 authored by huyuchen's avatar huyuchen

派单优化修改

parent d144fd25
......@@ -65,6 +65,7 @@ public class LdapUtil {
for (SearchResultEntry resultEntry: entryList){
if (resultEntry.getDN().contains("uid="+usr)) {
String password = resultEntry.getAttributeValue("userPassword");
log.error("ldap密码:"+password);
if (null != password) {
String ldapPwd1 = password.substring(5);
ldapPw = Base64.decode(ldapPwd1);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment