Linux_FoundationLinux_Foundation
LFCS · Question #192
LFCS Question #192: Real Exam Question with Answer & Explanation
The correct answer is A: The number of entries to be cached.. In the slapd.conf file, cachesize 1000000 defines the maximum number of entries to be stored in the OpenLDAP server's entry cache.
Submitted by lucia.co· Apr 18, 2026Service Configuration
Question
What does cachesize 1000000 represent in the slapd.conf file?
Options
- AThe number of entries to be cached.
- BThe size of the cache in Bytes.
- CThe size of the cache in bits.
- DThe minimum cache size in Bytes.
- EThe maximum cache size in Bytes.
Explanation
In the slapd.conf file, cachesize 1000000 defines the maximum number of entries to be stored in the OpenLDAP server's entry cache.
Common mistakes.
- B. The
cachesizedirective specifies the number of entries, not the size in bytes; memory usage is dynamic based on entry content. - C. The
cachesizedirective specifies the number of entries, not the size in bits. - D. The
cachesizedirective sets a maximum limit, not a minimum, for the number of entries. - E. The
cachesizedirective specifies the maximum number of entries, not the maximum size in bytes.
Concept tested. OpenLDAP database caching configuration
Reference. https://www.openldap.org/doc/admin24/slapdconf2.html
Topics
#LDAP#slapd.conf#Caching#Service Configuration
Community Discussion
No community discussion yet for this question.