Which of the following ports are open by default on a Samba 4 Active Directory Domain Controller?
(Choose three.)
B,C,D
In order to generate an individual log file for each of the machines connecting to a Samba server,
which of the following statements must be used in the Samba configuration file?
C
Fill in the blank.
What samba command generates the following output? (Specify ONLY the command without any
path or parameters.)
smbstatus
Which of the following parameters is used in the database on a slave server to direct clients that
want to make changes to the OpenLDAP database to the master server?
C
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?
C
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)
simple
In the example below, what is the missing argument that is required to use secret as the password to
authenticate the replication push with a slave directory server?
replica uri=ldaps: //slave.example.com: 636
binddn="cn=Replicator,dc=example,dc=com"
bindmethod=simple ______________=secret
C
Below is an ACL entry from a slapd.conf file. Fill in the access control level setting to prevent users
from retrieving passwords.
access to attrs=lmPassword,ntPassword by dn="cn=smbadmin,dc=samplenet" write by * _______
none
When configuring OpenLDAP to use certificates, which option should be used with the
TLSVerifyClient directive to ask the client for a valid certificate in order to proceed normally?
D
Which of the following procedures will test the TLS configuration of an OpenLDAP server?
A