(no title)
radomir_cernoch | 2 years ago
What was your original goal? Which services are linked to your lldap? How many users? Does it simplify things or make it more complex?
radomir_cernoch | 2 years ago
What was your original goal? Which services are linked to your lldap? How many users? Does it simplify things or make it more complex?
RedlineTriad|2 years ago
1. My original goal was not having 5 different passwords for my own server because although I have a password manager it's still a bit annoying. Also just for learning.
2. You can see the services here[1], since my entire setup is provisioned from GitHub with Terraform and Ansible.
3. I have about 5 users.
4. I would say simplify so far, but it depends on what kind of complexity you care about, and which services you want to integrate.
[1] https://github.com/RedlineTriad/private_server/tree/master/s...
ilyt|2 years ago
I "solved" that problem by having configuration management deploy same password (hash) on all of my servers. Requires keeping the repo with password hashes relatively safe and of course changing them is a bit of a process but extremely easy and low tech if there is already CM in place.