<?xml version="1.0" encoding="utf-8"?>
<page xmlns="http://projectmallard.org/1.0/" xmlns:its="http://www.w3.org/2005/11/its" type="topic" style="task" id="login-fingerprint" xml:lang="ko">

  <info>
    <link type="guide" xref="login#management"/>
    <link type="guide" xref="user-settings#lockdown"/>
    <revision pkgversion="3.12" date="2014-06-17" status="candidate"/>

    <credit type="author copyright">
      <name>Ekaterina Gerasimova</name>
      <email>kittykat3756@gmail.com</email>
      <years>2014</years>
    </credit>
    <credit type="editor">
      <name>David King</name>
      <email>davidk@gnome.org</email>
      <years>2014</years>
    </credit>

    <include xmlns="http://www.w3.org/2001/XInclude" href="legal.xml"/>

    <desc>지문 인식기로 사용자가 로그인하지 못하도록 막습니다.</desc>
  
    <mal:credit xmlns:mal="http://projectmallard.org/1.0/" type="translator copyright">
      <mal:name>조재은</mal:name>
      <mal:email>ckr971028@gmail.com</mal:email>
      <mal:years>2018</mal:years>
    </mal:credit>
  
    <mal:credit xmlns:mal="http://projectmallard.org/1.0/" type="translator copyright">
      <mal:name>조성호</mal:name>
      <mal:email>shcho@gnome.org</mal:email>
      <mal:years>2019, 2021, 2023.</mal:years>
    </mal:credit>
  </info>

  <title>지문 인식기 로그인 거부</title>

  <p>사용자는 로그인 할 때 암호 입력 대신 지문 인식기를 사용할 수 있습니다. 지문인식기 로그인 방식을 사용할 수 있으려면 <link href="help:gnome-help#session-fingerprint">사용자가 구성</link>해야합니다.</p>

  <p>지문인식기는 언제나 신뢰할 수 있지 않기 때문에 보안 사유로 인식기를 로그인 용도로 끌 수 있습니다.</p>

  <steps>
    <title>지문 인식기 로그인 비활성화하기:</title>
    <include xmlns="http://www.w3.org/2001/XInclude" href="dconf-snippets.xml" xpointer="xpointer(/*/*[@xml:id='dconf-profile-user'])"/>
    <include xmlns="http://www.w3.org/2001/XInclude" href="dconf-snippets.xml" xpointer="xpointer(/*/*[@xml:id='dconf-profile-user-dir'])"/>
    <item>
      <p><sys>local</sys> 데이터베이스에 정보를 제공할 <file>/etc/dconf/db/local.d/00-login</file> 키 파일을 만드십시오.</p>
      <listing>
        <title><file>/etc/dconf/db/local.d/00-login</file></title>
<code>
# Specify the dconf path
[org/gnome/login-screen]

# Disable fingerprint reader
enable-fingerprint-authentication=false
</code>
      </listing>
    </item>
    <item>
      <p>이 설정을 사용자가 우선 적용하지 못하게 하려면, <file>/etc/dconf/db/local.d/locks/login</file> 파일을 만들어 다음 내용을 넣으십시오:</p>
      <listing>
        <title><file>/etc/dconf/db/local.d/locks/fingerprintreader</file></title>
<code>
# List the keys used to configure login
/org/gnome/login-screen/enable-fingerprint-authentication
</code>
      </listing>
    </item>
    <include xmlns="http://www.w3.org/2001/XInclude" href="dconf-snippets.xml" xpointer="xpointer(/*/*[@xml:id='dconf-update'])"/>
    <include xmlns="http://www.w3.org/2001/XInclude" href="dconf-snippets.xml" xpointer="xpointer(/*/*[@xml:id='dconf-logoutin'])"/>
  </steps>

</page>
