On Thu, Oct 23, 2003 at 02:01:10AM -0400, Brad Langhorst wrote: > On Wed, 2003-10-22 at 16:12, Yahya AZZOUZ wrote: > > hello, > > > > i want to update samba 2.2.6 to 3.0. > > i have samba-ldap installed. > > i don't want to create all the machine again. What files i have to save > > from samba 2.2.6 to have all the machines in the domaine after installed > > samba 3.0. > you just need to maintain the same domain SID (and name of course0 > use > rpcclient's lsaquery command on the old installation to determine this > > then use net setlocalsid with that value on the new installation. > > Be aware that the ldap schema has changed so you'll have to migrate your > data (or i'm told there are some compatibility ldap options - google if > you want that)
If you use the same configure options (--with-ldapsam) then these are enabled by default. Otherwise, it's the ldapsam_compat passdb backend. > it's pretty painless really - there are scripts to do the ldap upgrade. > > best wishes! > > brad > -- > To unsubscribe from this list go to the following URL and read the > instructions: http://lists.samba.org/mailman/listinfo/samba -- To unsubscribe from this list go to the following URL and read the instructions: http://lists.samba.org/mailman/listinfo/samba
