Novell
050-720 · Question #345
You have limited access to the /admin directory of the web interface of your CUPS server with the following statement in /etc/cups/cupsd.conf: <Location /admin> AuthType BasicDigest AuthClass Group…
The correct answer is D. lppasswd -a cupsadmin -g sys. See the full explanation below for the reasoning.
Question
You have limited access to the /admin directory of the web interface of your CUPS server with the following statement in /etc/cups/cupsd.conf:
<Location /admin> AuthType BasicDigest AuthClass Group AuthGroupName sys Order Deny,Allow Deny From All Allow From 127.0.0.1 </Location> To allow the cupsadmin user to access the /admin directory when connecting from localhost, how do you create the cupsadmin user and set his password?
Options
- Apasswd cupsadmin
- Blppasswd cupsadmin
- Cpasswd --cups cupsadmin
- Dlppasswd -a cupsadmin -g sys
How the community answered
(41 responses)- A12% (5)
- B2% (1)
- C7% (3)
- D78% (32)
Community Discussion
No community discussion yet for this question.