LFCS · Question #632
Which parameter in the smb.conf defines how long the winbind daemon will cache user and group information?
The correct answer is A. winbind cache time. This question asks about the specific smb.conf parameter that controls the duration for which the Winbind daemon caches user and group information.
Question
Options
- Awinbind cache time
- Bidmap cache time
- Ccache time
- Dnscd cache time
How the community answered
(46 responses)- A93% (43)
- C4% (2)
- D2% (1)
Why each option
This question asks about the specific smb.conf parameter that controls the duration for which the Winbind daemon caches user and group information.
The `winbind cache time` parameter in the `smb.conf` file directly specifies in seconds how long Winbind will cache user and group information obtained from a directory service, such as Active Directory or LDAP. This setting improves performance by reducing the frequency of external lookups, balancing efficiency with the need for up-to-date identity data.
`idmap cache time` is not a standard `smb.conf` parameter for Winbind's general user/group cache; it's related to ID mapping caching, not the daemon's lookup cache.
`cache time` is too generic and not the specific parameter used by Winbind for its user and group information cache.
`nscd cache time` refers to the `nscd` (Name Service Cache Daemon) configuration, which is a separate system caching mechanism from Winbind's internal caching.
Concept tested: Samba Winbind caching configuration
Source: https://www.samba.org/samba/docs/current/manpages/smb.conf.5.html
Topics
Community Discussion
No community discussion yet for this question.