What following statement is true about Samba 4?
A. Samba 4 can serve as an Active Directory Domain Controller.
B. Microsoft Windows clients cannot connect to Samba 4 servers.
C. Samba 4 is only a minor update of Samba 3 to fix smaller bugs and contains no new features.
D. Integration of Samba 4 in an existing Active Directory Domain is not possible.
To minimally configure Samba to publish event logs, the eventlogs to list must be specified in smb.conf. What is the directive in the smb.conf file to enable event logs and list which eventlogs to publish?
A. event list
B. eventlogadm
C. msevent list
D. eventlog list
E. eventlog
Which parameter in smb.conf defines the directory containing secrets.tdb?
A. passdb dir
B. private dir
C. secrets dir
D. samba dir
The [homes] section of smb.conf contains the parameter browseable = no. What are the resulting consequences? (Select TWO correct answers)
A. When browsing the Samba server, there is no visible share called homes.
B. The homes share can be directly accessed by specifically opening this share by its UNC path.
C. When browsing the Samba server, users can open the homes share but they cannot see the content of their home directories.
D. If the Samba server is part of an Active Directory Domain, only users in the group SeBrowsingUsers can browse the homes share.
E. When browsing the Samba server, there is no visible share named after the current user.
Which files store printer and driver properties created on the server?
A. ntprinters.tdb and ntdrivers.tdb
B. printers.tdb and drivers.tdb
C. printforms.tdb and ntprinters.tdb
D. printers.tdb and spooler.tdb
E. print_spool.tdb and ntdrivers.tdb
An administrator has manually migrated local accounts to OpenLDAP, instead of using migration tools. When trying to authenticate as a user, an error is returned about invalid credentials. What is the most likely cause of this?
A. The password hash type was not included in the user's password attribute.
B. Shadow passwords are incompatible with OpenLDAP.
C. The original password from /etc/passwd was not included.
D. The administrator forgot to run slappasswd to convert the hashes in /etc/shadow.
E. The administrator forgot to run ldappasswd to convert the hashes in /etc/shadow.
For Samba 3 to be able to work as a PDC, some modifications are needed in its main configuration file. Select the THREE options below that show the required actions for this task.
A. The Samba server has to be a logon server. This can be configured by the domain logons directive.
B. The Samba server needs to have the logon and the account creation scripts, to properly setup the PDC environment.
C. The Samba server must be a Domain Master Browser. To configure this, the domain master directive must be set to yes.
D. The time server = yes directive needs to be configured, so Samba will behave as a WINS server and also a Time server.
E. The security = user directive must be set.
Which of the following commands are required to join an Active Directory Domain? (Select TWO correct answers)
A. kinit
B. wbinfo -u
C. net ads join
D. winbind join domain
In an OpenLDAP masters's slapd.conf configuration file, a replica configuration option is needed to enable a slave OpenLDAP server to replicate. What value is required in the following setting: bindmethod=____________ if using passwords for master/slave authentication? (Only specify the missing value)
A server is authenticating users using the pam_ldap module. Only users who are members of a certain group should be allowed to login. In which parameter in ldap.conf can a filter string be specified, that is ANDed with the login attribute when validating a user? (Enter only the parameter, without any options or values)