glauth/glauth ? reverse-engineered prompt
Reverse engineered prompt
Build me a lightweight LDAP authentication server for developers and home use.
I want something I can run from a single config file to centrally manage users, groups, SSH keys, and passwords for a few Linux machines and apps. It should support a simple local config to start, but also allow other backends later, like a local file, S3, a SQL database, or even proxying to an existing LDAP server. Make it easy to point at a config file with one command, and let me choose the LDAP and LDAPS listen addresses from the command line. Include support for TLS so it can be used safely in real setups.
It should work with normal LDAP tools, and include a few example users and groups in the config so I can test it quickly. If it helps, look up any current docs online and match the project’s usual behavior.
Are you gonna build this?
make sure you review the code using coderabbit