Displaying 2 results from an estimated 2 matches for "do_restart".
2010 Dec 10
0
Fwd: Re: samba4 AD controller, production
...Do a daily backup of your samba provision (use
> scripting/bin/samba_backup) and put a script to monitor the state of
> samba4's ldap (ie:
>
> while true; do
> ldbsearch -H ldap://localhost '(samaccountname=administrator)'
> if [ $? -ne 0 ]; then
> do_restart
> fi
> sleep 60
> )
>
> As for the moment we only start 1 ldap task if the samba process which
> is holding this task is killed (because of segfault) you'll find
> yourself without ldap which is not very a good thing ...
>
> Matthieu
>
> --
> Matthie...
2010 Dec 04
3
samba4 AD controller, production
Hello, list,
Anyone running a recent version of samba4 as the only one AD controller in the domain, *in production*? If so, what is your overall experience?
I am going to make such an install for a site with some 50 users (and frankly speaking, I am frightened ... so give me some courage!)
Would you recommend me to go ahead and do it? Latest release?
Any feedback is more that appreciated