Which option must be specified in smb.conf in order to make Samba create machine accounts automatically when a client joins the domain?
A. kerberos
Which type of message should be sent to a Samba daemon using smbcontrol in order to change the daemon's debug level? (Specify ONLY the name of the message type without command or options.)
A. debug
It is found that changes made to an OpenLDAP directory are no longer being replicated to the slave server at 192.168.0.3. Tests prove that the slave server is listening on the correct port and changes are being recorded properly to the replication log file.
In which file would you find the replication errors?
A. replication.err
B. replication.rej
C. 192.168.0.3: 389.rej
D. 192.168.0.3: 389.err
Which option for the pam_ldap module specifies a file from which the module's global settings can be read?
A. default
B. global
C. config
D. include
When preparing the delivery of printer drivers from Samba to Windows clients, which of the following requirements have to be fulfilled? (Select TWO correct answers.)
A. The driver must be associated with the printer either by Samba's rpcclient command or by the Windows Add Printer wizard.
B. The driver has to be put on a Samba share called print$.
C. The driver has to be put on the NETLOGON-share in a sub-directory with the same name as the printer.
D. The drivers file name must be specified with the nt driver option in the printers share declaration.
Beginning with Windows 2000, by default, Windows requires that passwords on your Samba server:
A. do not exceed 32 characters.
B. contain both numbers and letters.
C. are encrypted.
D. are changed every 30 days.
Which command in the Samba suite provides a means of manipulating NT Quotas on Samba file shares? (Specify only the command with no arguments or options)
A. smbcquotas
After adding a remote CIFS share to /etc/fstab, the share is mounted to the correct place in the file system. There, all files belong to the user and group root and are not read- or writable to any other users in the system.
What should be done in order to permit a distinct local user access to the mounted files?
A. The option root squash = yes should be added to the share in the Samba servers smb.conf to allow full access by the client.
B. The mount.cifs options uid, gid, file_mode and dir_mode should be used to specify the ownership and permissions of the mount.
C. The user should be added to the local user group smbusers as mount.cifs by default restricts access to all CIFS mounts to members of this group in addition to the root account.
D. The mount.cifs command must always be executed by the user who should use the mount afterwards. The user should be granted the required permission in /etc/sudoers.
Which of the following values for the option TLSVerifyClient instructs OpenLDAP to request a valid certificate from a client on order to serve the client's request and terminate the connection if the client does not provide a valid certificate?
A. never
B. allow
C. try
D. demand
E. require
Which of the following commands regenerates slapd indices based on the current database?
A. slapd index
B. sindexd
C. slapindex
D. There is no index command. Indexing is handled by the slapd daemon.