<?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="dconf-nfs-home" xml:lang="fa">

  <info>
    <link type="guide" xref="setup"/>
    <link type="seealso" xref="dconf-profiles"/>
    <link type="seealso" xref="dconf-custom-defaults"/>
    <revision version="0.1" date="2013-03-19" status="draft"/>
    <revision pkgversion="3.8" date="2013-05-09" status="review"/>
    <revision pkgversion="3.12" date="2014-06-17" status="review"/>

    <credit type="author copyright">
      <name>یانا سواروا</name>
      <email>jana.svarova@gmail.com</email>
      <years>۲۰۱۳</years>
    </credit>
    <credit type="author copyright">
      <name>اکاترینا گراسیموفا</name>
      <email>kittykat3756@gmail.com</email>
      <years>۲۰۱۳</years>
    </credit>
    <credit type="editor">
      <name>پیتر کوار</name>
      <email>pknbe@volny.cz</email>
      <years>۲۰۱۴</years>
    </credit>

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

    <desc>Update the system configuration for <sys>dconf</sys> to store settings
    in an <sys>NFS</sys> home directory.</desc>
  </info>

  <title>Store settings over <sys>NFS</sys></title>

  <p>For <sys its:translate="no">dconf</sys> to work correctly when using
  <sys>Network File System</sys> (<sys>NFS</sys>) home directories, the
  <sys its:translate="no">dconf</sys> <em>keyfile back end</em> must be
  used.</p>

  <steps>
    <item>
      <p>Create or edit the <file its:translate="no">/etc/dconf/profile/user</file> file
      on every client.</p>
    </item>
    <item>
      <p>At the very beginning of this file, add the following line:</p>
      <code><input its:translate="no">service-db:keyfile/user</input></code>
    </item>
  </steps>
  <p>The <sys its:translate="no">dconf</sys> <em>keyfile back end</em> will only
  take effect the next time that the user logs in. It polls the keyfile to
  determine whether updates have been made, so settings may not be updated
  immediately.</p>
  <p>If a <em>keyfile back end</em> is not used, the user settings may not be
  retrieved or updated correctly.</p>

</page>
