Harald Hannelius
2021-Feb-08 12:31 UTC
[Samba] Long time before user shows up on member server
I have two Samba-servers acting as ROLE_ACTIVE_DIRECTORY_DC. When creating a new user I found out that it takes over 220 seconds before the user shows up using 'getent' in a member-server. Is there a way to speed this up a bit? -- Harald Hannelius | harald.hannelius/a\arcada.fi | +358 50 594 1020
Rowland penny
2021-Feb-08 12:52 UTC
[Samba] Long time before user shows up on member server
On 08/02/2021 12:31, Harald Hannelius via samba wrote:> > > I have two Samba-servers acting as ROLE_ACTIVE_DIRECTORY_DC. When > creating a new user I found out that it takes over 220 seconds before > the user shows up using 'getent' in a member-server. > > Is there a way to speed this up a bit? > >Just because 'getent' doesn't immediately show a user on a Unix domain member doesn't mean it isn't available, but if you want to speed things up, run 'net cache flush' before running getent. Rowland