As part of my home lab infrastructure, I set up an OpenLDAP server for authentication into all of my servers, shares, and services. It was important to make something simple and approachable for my non-tech savvy family members. Using Vue for the frontend, node for the backend API, and rust for an optional daemon to synchronize usernames and passwords with samba, I was able to make something that fit my needs perfectly, while learning about LDAP along the way.
Description
Technologies Used
- OpenLDAP
- Vue
- NodeJS
- Samba
- Rust