Linux - How to control Winbind Authentication cache timeout

568

I was initially using the default idmap backend. However, when i switched the idmap backend to AD, the problem was fixed. Below are the config options i used in smb.conf.

idmap config MYDOMAIN:backend = ad
idmap config MYDOMAIN:default = yes
idmap config MYDOMAIN:schema mode = rfc2307
idmap config MYDOMAIN:range = 1000-60000

idmap cache time = 1
idmap negative cache time = 1
winbind cache time = 1

Note however that i still have to logout and log back in to see any changes that were made on the AD side to group memberships.

Share:
568

Related videos on Youtube

Anish Vahora
Author by

Anish Vahora

Updated on September 18, 2022

Comments

  • Anish Vahora
    Anish Vahora over 1 year

    I have implemented below layout using linear layout , I want to get same result using constraint layout, how can I do it?

  • Anish Vahora
    Anish Vahora over 4 years
    That's the thing I strictly want to use Constraint layout only and no other layouts as per the standards.
  • Nikos Hidalgo
    Nikos Hidalgo over 4 years
    using nested layouts in a ConstraintLayout negates the purpose of such layout in the first place