Can LDAP do it all? (sshd, ProFTPd, Exim, Apache, ..)
Hi,I've been working on my new project, UniCP, to be an open source control panel.
I was wondering if any of you researched LDAP integration into the different services used by hosting companies today.
My original plan was to store everything in an RDBMS and then rewrite configurations files when there are updates.
I'm thinking now maybe I should use LDAP instead of rewriting the configuration files. I'm researching LDAP now, but thought maybe I could get hints from you experienced sys admins.
Applications I though I should research LDAP support for include: sshd, ProFTPd, Exim, and Apache.
All of them seem to support LDAP at least for authentication (if not directly, through PAM). But what about configurations?
Example: can I define and configure virtual hosts in Apache using LDAP?
TIA.