LX0-104 · Question #611
Which smbldap-tools configuration files require modification before using the TOOLs? (Select THREE correct answers.)
The correct answer is A. smbldap.conf B. smbldap_tools.pm E. smbldap_bind.conf. To use smbldap-tools effectively, three primary configuration files need customization: smbldap.conf for general settings, smbldap_tools.pm for Perl module configurations, and smbldap_bind.conf for LDAP binding credentials.
Question
Options
- Asmbldap.conf
- Bsmbldap_tools.pm
- Cldap.conf
- Dsmb.conf
- Esmbldap_bind.conf
How the community answered
(66 responses)- A95% (63)
- C3% (2)
- D2% (1)
Why each option
To use `smbldap-tools` effectively, three primary configuration files need customization: `smbldap.conf` for general settings, `smbldap_tools.pm` for Perl module configurations, and `smbldap_bind.conf` for LDAP binding credentials.
`smbldap.conf` is the main configuration file for `smbldap-tools`, containing global settings like LDAP server address and base DN, which are essential for operation.
`smbldap_tools.pm` is a Perl module that provides core functionalities for `smbldap-tools` and may require modification for specific environment setups or custom attribute mappings.
`ldap.conf` is a system-wide LDAP client configuration file, not directly specific to the configuration of `smbldap-tools` itself.
`smb.conf` is the main configuration file for the Samba server, managing shares and authentication, but it is not a configuration file *for* `smbldap-tools`.
`smbldap_bind.conf` holds the credentials (username and password) for binding to the LDAP server, which is crucial for `smbldap-tools` to authenticate and perform operations.
Concept tested: smbldap-tools configuration files
Source: https://www.samba.org/samba/docs/current/manpages/smbldap-tools.7.html
Topics
Community Discussion
No community discussion yet for this question.