According to this LDIF excerpt, which organizational unit is Robert Smith part of? (Specify only the organizational unit.)
dn: cn=Robert Smith, ou=people, dc=example, dc=com
objectclass: inetOrgPe...
Which http_access directive for Squid allows users in the ACL named sales_net to only access the Internet at times specified in the time_acl named sales_time?
A. http_access deny sales_time sales_n...
Which of the following information has to be submitted to a certification authority in order to request a web server certificate?
A. The web server's private key.
B. The IP address of the web serv...
In order to protect a directory on an Apache HTTPD web server with a password, this configuration was added to an .htaccess file in the respective directory:
AuthType Basic
AuthName "Protected Dir...