In order to join a file server to the Active Directory domain intra.example.com, the following smb.conf has been created:
[global]
workgroup = intra.example.com
netbios name = Fileserver...
How must Samba be configured such that it can check CIFS passwords against those found in /etc/passwd and /etc/shadow?
A. Set the parameters "encrypt passwords = yes" and "password file = /etc/pass...
Which keyword is used in the Squid configuration to define networks and times used to limit access to the service?
A. acl
B. allow
C. http_allow
D. permit
Which directive in a Nginx server configuration block defines the TCP ports on which the virtual host will be available, and which protocols it will use? (Specify ONLY the option name without any valu...
Given the following Squid configuration excerpt:
cache_dir ufs /var/spool/squid3/ 1024 16 256
Which of the following directories will exist directly within the directory /var/spool/squid3/? (Cho...
Which statements about the Alias and Redirect directives in Apache HTTPD's configuration file are true? (Choose two.)
A. Alias can only reference files under DocumentRoot
B. Redirect works with re...
What option for BIND is required in the global options to disable recursive queries on the DNS server by default?
A. allow-recursive-query ( none; );
B. allow-recursive-query off;
C. recursion { ...
Which rdndc sub command can be used in conjunction with the name of a zone in order to make BIND reread the content of the specific zone file without reloading other zones as well?
A. lookup
B. re...
Which option in named.conf specifies which host are permitted to ask for domain name information from the server?
A. allowed-hosts
B. accept-query
C. permit-query
D. allow-query
E. query-group