This is a discussion on [Samba] Re: Samba/OpenLDAP reliability issue: backend experience within the Samba forums, part of the Networking and Network Related category; "Gerd-Christian Michalke" <gmichalk@freegates.be> wrote in message news:200510020758.15560.gmichalk@freegates.be... > ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
"Gerd-Christian Michalke" <gmichalk@freegates.be> wrote in message
news:200510020758.15560.gmichalk@freegates.be... > Hi > > this is more of an OpenLDAP issue, but since it is mostly used with Samba, > some experience would be helpful. > > We have a SLES9 PDC, running samba-3.0.14a, openldap 2.2.6 > > Sometimes, the OpenLDAP gets corrupted, no ideas why. It's a bad thing. > > We have 100+ computers, 300+ users, which shall get 350 computers and 800 > users. > > What would you suggest in order to be reliable ? Reliability is more important > than speed for us. > > I used to work with a bdb backend, had problems; the SuSE consultant told us > to use ldbm, but it isn't any better. > > Any advice would be helpful since googleling gives mostly contradictory > information about that. > > Kind regard, > Gerd > -- > To unsubscribe from this list go to the following URL and read the > instructions: https://lists.samba.org/mailman/listinfo/samba Do a search on the ldap mailing list for db_recover. If your server reboots without a proper shutdown, you may need to run db_recover before you can access your data. You can find the mailing list here: http://marc.theaimsgroup.com/?l=open...ftware&r=1&w=2 I put the db_recover command in my /etc/rc.local so it just runs automatically when my server starts. I think the command automatically runs when some of the newer versions of Openldap start up. You could also have a look at setting up a secondary ldap server. That way you can replicate your database as new entries are added. We really haven't had any problems with Openldap. Bdb is generally considered to be the better database. -- To unsubscribe from this list go to the following URL and read the instructions: https://lists.samba.org/mailman/listinfo/samba |