Which Apache HTTPD directive enables HTTPS protocol support?
A . HTTPSEngine on
B . SSLEngine on
C . SSLEnable on
D . HTTPSEnable on
E . StartTLS on
Answer: B
202-450 LPIC-2 Exam 202, Part 2 of 2, version 4.5 exam is a hot Lpi certification exam, Exam4Training offers you the latest free online 202-450 dumps to practice. You can get online training in the following questions, all these questions are verified by Lpi experts. If this exam changed, we will share new update questions.
Which Apache HTTPD directive enables HTTPS protocol support?
A . HTTPSEngine on
B . SSLEngine on
C . SSLEnable on
D . HTTPSEnable on
E . StartTLS on
Answer: B
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_net
B . http_access allow sales_net sales_time
C . http_access allow sales_net and sales-time
D . allow http_access sales_net sales_time
E . http_access sales_net sales_time
Answer: B
Which of the following sshd configuration should be set to no in order to fully disable password based logins? (Choose two.)
A . PAMAuthentication
B . ChallengegeResponseAuthentication
C . PermitPlaintextLogin
D . UsePasswords
E . PasswordAuthentication
Answer: B,E
Which Linux user is used by vsftpd to perform file system operations for anonymous FTP users?
A . The Linux user which runs the vsftpd process
B . The Linux user that owns the root FTP directory served by vsftpd
C . The Linux user with the same user name that was used to anonymously log into the FTP server
D . The Linux user root, but vsftpd grants access to anonymous users only to globally read-/writeable files
E . The Linux user specified in the configuration option ftp_username
Answer: E
What word is missing from the following excerpt of a named.conf file?
A . networks
B . net
C . list
D . acl
E . group
Answer: D
A user requests a “hidden” Samba share, named confidential, similar to the Windows Administration Share.
How can this be configured?
A . Option A
B . Option B
C . Option C
D . Option D
E . Option E
Answer: E
When using mod_authz_core, which of the following strings can be used as an argument to Require in an Apache HTTPD configuration file to specify the authentication provider? (Choose three.)
A . method
B . all
C . regex
D . header
E . expr
Answer: A,B,E
Which of the following DNS records could be a glue record?
A . ns1.labA198.51.100.53
B . labNS198.51.100.53
C . ns1.labNS198.51.100.53
D . ns1.A198.51.100.53
E . ns1.labGLUE198.51.100.53
Answer: A
The content of which local file has to be transmitted to a remote SSH server in order to be able to log into the remote server using SSH keys?
A . ~/.ssh/authorized_keys
B . ~/.ssh/config
C . ~/.ssh/id_rsa.pub
D . ~/.ssh/id_rsa
E . ~./ssh/known_hosts
Answer: C
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/passwd”
B . Set the parameters “encrypt passwords = yes”, “password file = /etc/passwd” and “password algorithm = crypt”
C . Delete the smbpasswd file and create a symbolic link to the passwd and shadow file
D . It is not possible for Samba to use /etc/passwd and /etc/shadow directly
E . Run smbpasswd to convert /etc/passwd and /etc/shadow to a Samba password file
Answer: D