<br><br><div class="gmail_quote">On Fri, Jul 17, 2009 at 12:53 PM, Prashanth Sundaram <span dir="ltr"><<a href="mailto:psundaram@wgen.net">psundaram@wgen.net</a>></span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">




<div>
<font face="Calibri, Verdana, Helvetica, Arial"><span style="font-size: 11pt;">Hi All,<br>
<br>
Can someone post the checklist for OpenLDAP to FDS migration? I see some bit and pieces here and there about schema conversion, ldif porting and copying some files.<br>
It would be great if someone can post a detail message here or direct me to a link for step-by-step guide. <br>
<br>
Here’s the template:</span></font></div></blockquote><div> </div></div>1. Export the OpenLDAP database to LDIF.<br>2. Use awk to convert the OpenLDAP LDIF to a FDS format, taking care to note any schema differenences.<br>
3. Import the new LDIF to FDS.<br>4. Point your clients to the new DS.<br><br>Don't mean to sound facetious, but so much depends on your existing setup that no guide you find will offer a lot of detail that applies wholly to your environment.<br>
<br>For Step (1) I just used an ldapsearch and piped the output to an ldif.<br><br>For Step (2) I wrote a couple awk scripts that rewrote the LDIF to match one that I exported from FDS.<br><br>But my environment is just a few hundred users and OpenLDAP was only used for authentication and simple groups.<br>