On Wed, Oct 31, 2007 at 03:09:58PM -0700, Stephen Hahn wrote: > * Afshin Salek <Afshin.Ardakani at Sun.COM> [2007-10-31 21:41]: > > Since CIFS is a stateful protocol, there's enough state to keep the > > existing connections > > operational but in the specific case of changing domains or operation > > mode from Domain > > to Workgroup or vice versa, since authentication/trust domain is > > changing and existing > > connections are authenticated via the old domain we want to tear them down. > > Good to know. restart_on="refresh" should be sufficient, then.
Yes, good indeed. I thought the CIFS server i-team really wanted to avoid restarts in this situation.