+ ",ou=People,o=SEForge,dc=sei,dc=pku",
new LDAPModification(LdapContext.REPLACE_ATTRIBUTE,
new LDAPAttribute("userPassword", user
.getPassword())));
System.out.println("成功修改一条记录!");
connection.disconnect();
} catch (LDAPException e) {
e.printStackTrace();
throw new EasyJException(null,
"easyJ.system.service.LDAPService.changePassword(SysUser)",
"验证服务器出错", "验证服务器出错");