300-300 · Question #17
How is Samba instructed to read its entire configuration from the registry?
The correct answer is B. By putting config backend = registry in the [global] section of smb.conf. Configuration Backend: Samba can be configured to read its settings from various backends, including the Windows registry. Setting the Backend: Adding config backend = registry in the [global] section of smb.conf instructs Samba to use the registry for its configuration…
Question
Options
- ABy starting all Samba processes with the option --regconf.
- BBy putting config backend = registry in the [global] section of smb.conf.
- CBy starting the regd service in addition to the other Samba services.
- DBy replacing private.tdb with a plain text registry file holding the server's configuration.
- EBy creating a symbolic link from smb.conf to the .reg file holding the configuration.
How the community answered
(47 responses)- A2% (1)
- B94% (44)
- C4% (2)
Explanation
Configuration Backend: Samba can be configured to read its settings from various backends, including the Windows registry. Setting the Backend: Adding config backend = registry in the [global] section of smb.conf instructs Samba to use the registry for its configuration. Implementation Steps: Open the smb.conf file. Add the line config backend = registry under the [global] section. Restart the Samba services to apply the changes.
Topics
Community Discussion
No community discussion yet for this question.