从一个LDAP Server获取uid=kxh的用户数据
LDAP地址为:ldap://10.233.21.116:3
在工程根目录中,先npm一个LDAP的访问库ldpajs
npm install ldapjs
在工程根目录中,创建一个app.js