ldap-mongo-server
基于node.js快速构建一个Ldap server(AD域)
项目地址
项目依赖
- node.js
- mongodb
- ldapjs
使用步骤
- fork this repository
- git clone https://github.com/<yourname>/ldap-mongo-server.git
- cd ldap-mongo-server
- npm install
- cp config.json.example config.json
- edit config.json
- sudo node index.js
如果想网页端管理,将config.json的admin_port从-1改为一个端口即可通过网页快速修改