#!/bin/bash

service winbind stop
service smbd stop
net cache flush
rm -f /var/lib/samba/*.tdb
service smbd start
service winbind start

exit 0
