즐겨찾기

IT
2020.06.04 17:06

cups 설정 방법

profile
https://www.kimsaem.net/fav_site/218494 조회 수 180 추천 수 0 댓글 0
?

단축키

Prev이전 문서

Next다음 문서

크게 작게 위로 아래로 댓글로 가기 인쇄
?

단축키

Prev이전 문서

Next다음 문서

크게 작게 위로 아래로 댓글로 가기 인쇄
Extra Form
주소 https://www.kimsaem.net/fav_site/218494

설정 파일명 : /etc/cups/cupsd.conf

 

빨간부분 수정 및 삭제, 그리고 데몬 재시작

 

# Only listen for connections from the local machine.
#Listen localhost:631
Port 631

Listen /run/cups/cups.sock

# Show shared printers on the local network.
Browsing Off
BrowseLocalProtocols dnssd

# Default authentication type, when authentication is required...
DefaultAuthType Basic

# Web interface setting...
WebInterface Yes

# Restrict access to the server...
<Location />
Allow all
  Order allow,deny
</Location>

# Restrict access to the admin pages...
<Location /admin>
Allow all
  Order allow,deny
</Location>

# Restrict access to configuration files...
<Location /admin/conf>
Allow all
  AuthType Default
  Require user @SYSTEM
  Order allow,deny
</Location>

# Restrict access to log files...
<Location /admin/log>
  AuthType Default
  Require user @SYSTEM
  Order allow,deny
</Location>

# Set the default printer/job policies...
<Policy default>
  # Job/subscription privacy...
  JobPrivateAccess default
  JobPrivateValues default
  SubscriptionPrivateAccess default
  SubscriptionPrivateValues default

 

 

사용자 제대로 보이기

 

To display the job document file name and the user name:

  • Edit /etc/cups/cupsd.conf: change to
    JobPrivateValues default
    JobPrivateValues none
  • Restart cupsd: sudo systemctl restart cups

Title
  1. No Image 16Dec
    by SysOp
    2014/12/16 in IT
    Views 2451 

    DOS 배치파일 명령어 모음

  2. No Image 25Sep
    by SysOp
    2017/09/25 in IT
    Views 538 

    dmb stick k-3 드라이버

  3. No Image 04Jun
    by SysOp
    2020/06/04 in IT
    Views 180 

    cups 설정 방법

  4. No Image 29Dec
    by SysOp
    2022/12/29 in IT
    Views 47 

    Collectl: An Advanced All-in-One Performance Monitoring Tool for Linux

  5. No Image 24Mar
    by SysOp
    2015/03/24 in IT
    Views 1063 

    centos7의 모든 것

  6. No Image 23Apr
    by SysOp
    2015/04/23 in IT
    Views 972 

    centos 7 설정

  7. No Image 20Mar
    by SysOp
    2018/03/20 in IT
    Views 404 

    centos 7 방화벽 firewalld 설정

  8. No Image 20Mar
    by SysOp
    2018/03/20 in IT
    Views 312 

    centos 7 APM 설정

  9. No Image 21Jan
    by SysOp
    2021/01/21 in IT
    Views 77 

    BM800 콘텐서 마이크 사운드 카드 세팅

  10. No Image 11Jun
    by SysOp
    2015/06/11 in IT
    Views 762 

    adblock 애드블록 플러스 광고차단 한국 필터

Board Pagination Prev 1 ... 4 5 6 7 8 9 Next
/ 9