On 4/4/06, <b class="gmail_sendername">Joe Orton</b> &lt;<a href="mailto:jorton@redhat.com">jorton@redhat.com</a>&gt; wrote:<div><span class="gmail_quote"></span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
On Mon, Apr 03, 2006 at 01:27:00AM -0400, David Zeuthen wrote:<br>&gt; I wish that people working on the server bits (e.g. Apache, Postfix)<br>&gt; would take a similar stance and only make their software read<br>&gt; settings from LDAP (or whatever) for the site-wide case.
<br><br>This always seems like a nice simple idea in theory.&nbsp;&nbsp;The reality is<br>that you'd have to put so much complexity in to deal with stuff like<br>working out what to do during a restart if the LDAP server suddenly<br>
stops responding (at the point where you have already thrown away the<br>old config).&nbsp;&nbsp;You also have to come up with (and hard-code!) some LDAP<br>schema; and have it extensible to third-party modules (i.e. generic<br>enough that it's just untyped key-value pairs again).&nbsp;&nbsp;And how do you
<br>configure the LDAP connection: TLS, auth, etc?&nbsp;&nbsp;Just relying on the<br>system-wide defaults doesn't cut it for 99% of apps so why would it<br>here?&nbsp;&nbsp;And why only support an LDAP backend?&nbsp;&nbsp;Why not also an SQL<br>database, or a WebDAV repository?
<br></blockquote></div><br>I also think LDAP adds a considerable ammount of complexity with its need for a schema, was not designed for this purpose, adds risk of network unavailability, makes no sense in single computer environments, and is wrongly inspired in AD, because AD is not LDAP: it is more than LDAP, and some parts of it can be represented as an LDAP server.
<br><br>On the other hand, if these softwares are elektrified, you can point their configurations to be read from the network, just switching the key database backend. This is transparent to the application.<br><br>Regards,
<br>Avi<br>