Does anyone know of a list documenting differences/incompatibilities between directory servers?<br><br>I realize that some of this knowledge is only going to come with experience, testing, and communication with our client's IT people, but we need to do everything we can to play seamless with various directory servers.  Our needs may or may not allow us to stick to a 100% generic model, but if we can we have to try to.
<br><br>Thanks,<br>-Mont<br><br><div><span class="gmail_quote">On 4/15/06, <b class="gmail_sendername">Philip Lembo</b> <<a href="mailto:phil.lembo@gmail.com">phil.lembo@gmail.com</a>> wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Very important point made about knowing the extended features of each<br>directory product. For example, Active Directory sets a hard limit on<br>the number of entries returned by a search. The way around this is to<br>use the Paged Results control extension (good feature). Problem is that
<br>while this control is supported on AD and OpenLDAP it *is not* thus far<br>supported by any of the Netscape derived directory products (i.e. Sun,<br>Fedora/Red Hat). Another extension with uneven support is Server Side
<br>Sort (not my favorite feature). This is available on Sun/Fedora/Red Hat<br>*but not* on Active Directory or OpenLDAP.<br><br>The foregoing brings up another point. Although programming to the LDAP<br>protocol itself (apart from various vendor extensions) is pretty uniform
<br>the configuration of each individual directory may not necessarily be.<br>Maximum number of results returned, restrictions on access to the root<br>dsn or schema dn can differ based on the administrator's preference. So
<br>besides knowing the different directory products and what they can do,<br>you should also invest some time in getting to know the admins for the<br>directories you'll be querying and find out how they've been configured.
<br><br>Phil Lembo<br><br><br>--<br>Fedora-directory-users mailing list<br><a href="mailto:Fedora-directory-users@redhat.com">Fedora-directory-users@redhat.com</a><br><a href="https://www.redhat.com/mailman/listinfo/fedora-directory-users">
https://www.redhat.com/mailman/listinfo/fedora-directory-users</a><br></blockquote></div><br>