After modifying the indexes for a database in slapd.conf and running slapindex, the slapd daemon refuses to start when its init script is called. What is the most likely cause of this?
A. The indexes are not compatible with the init script.
B. The init script cannot be run after executing slapindex, without first signing the indexes with slapsign.
C. The init script has identified one or more invalid indexes.
D. The init script is starting slapd as an ordinary user, and the index files are owned by root.
Which commands will dump out the contents of a Samba printer driver's TDB file? (Select TWO correct answers.)
A. pdbedit
B. smbclient
C. tdbtool dump
D. tdbdump
E. tdblist
It is desired to restrict access to the IPC$ share to one specific machine. The setting hosts allow =
192.168.0.3 is added to the share configuration. Later it is discovered that other workstations may still access it.
What setting was forgotten in the share configuration?
A. deny hosts = 0.0.0.0/0
B. deny hosts = 255.255.255.255/32
C. hosts deny = 0.0.0.0/0
D. hosts deny = 255.255.255.255/32
The command ______ -x foo will delete the user foo from the Samba database. (Specify the command only, no path information.)
A. pdbedit, smbpasswd
Which of the following statements about the smbpasswd command are true? (Select TWO answers)
A. The -d
B. The -a
C. The -x
D. The -e
E. smbpasswd enables password changes only on Samba servers and not regular Windows servers.
When upgrading a Samba 3 to a Samba 4 Active Directory domain using samba-tool domain classicupgrade, what is true? (Select THREE correct answers.)
A. All machines have to re-join the new domain.
B. The profiles of the users remain unchanged.
C. Samba configures its internal NTP server to synchronize the systems clocks of all domain members.
D. The user accounts and machine accounts are migrated into the new database.
E. A basic set of DNS records required for AD operation is provisioned.
Which command would create a machine account in Active Directory under the Computers/BusinessUnit/ Department/Servers organizational unit?
A. net rpc join -m localhost --ldap="ldap.ldapserver.com: Computers/BusinessUnit/Department/Servers"
B. rpcclient -c "join Computers/BusinessUnit/Department/Servers"
C. net ads join ou="Computers/BusinessUnit/Department/Servers"
D. net ads join createcomputer="Computers/BusinessUnit/Department/Servers"
After installing a network with one Samba server and several clients, users are complaining that they receive an Unable to browse the network error when trying to visit a public share. What is the most likely cause of this?
A. The user entered the wrong username and/or password.
B. The nmbd process is not running on the Samba server.
C. The user hasn't mapped the share to a local drive letter yet.
D. The Samba server is not configured as a Domain Master Browser.
Which option to mount.cifs specifies a file that contains the user name, password and domain that should be used for authentication against the server during the mount? (Specify only the option without any values or parameters)
A. credentials
Which service unifies Linux and Windows account management by allowing a Linux system to include Windows domain users in the Linux user database?
A. Winbind
B. PAM
C. NIS
D. OpenLDAP