|
|
4f0b43 |
|
|
|
4f0b43 |
|
|
|
4f0b43 |
"http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd" [
|
|
|
4f0b43 |
|
|
|
4f0b43 |
|
|
|
4f0b43 |
]>
|
|
|
4f0b43 |
|
|
|
4f0b43 |
<refentry id="setup-nsssysinit">
|
|
|
4f0b43 |
|
|
|
4f0b43 |
<refentryinfo>
|
|
|
4f0b43 |
<date>&dat;;</date>
|
|
|
4f0b43 |
<title>Network Security Services</title>
|
|
|
4f0b43 |
<productname>nss</productname>
|
|
|
4f0b43 |
<productnumber>&version;</productnumber>
|
|
|
4f0b43 |
</refentryinfo>
|
|
|
4f0b43 |
|
|
|
4f0b43 |
<refmeta>
|
|
|
4f0b43 |
<refentrytitle>setup-nsssysinit</refentrytitle>
|
|
|
4f0b43 |
<manvolnum>1</manvolnum>
|
|
|
4f0b43 |
</refmeta>
|
|
|
4f0b43 |
|
|
|
4f0b43 |
<refnamediv>
|
|
|
4f0b43 |
<refname>setup-nsssysinit</refname>
|
|
|
4f0b43 |
<refpurpose>Query or enable the nss-sysinit module</refpurpose>
|
|
|
4f0b43 |
</refnamediv>
|
|
|
4f0b43 |
|
|
|
4f0b43 |
<refsynopsisdiv>
|
|
|
4f0b43 |
<cmdsynopsis>
|
|
|
4f0b43 |
<command>setup-nsssysinit</command>
|
|
|
4f0b43 |
<arg><option>on</option></arg>
|
|
|
4f0b43 |
<arg><option>off</option></arg>
|
|
|
4f0b43 |
<arg><option>status</option></arg>
|
|
|
4f0b43 |
</cmdsynopsis>
|
|
|
4f0b43 |
</refsynopsisdiv>
|
|
|
4f0b43 |
|
|
|
4f0b43 |
<refsection id="description">
|
|
|
4f0b43 |
<title>Description</title>
|
|
|
4f0b43 |
<para><command>setup-nsssysinit</command> is a shell script to query the status of the nss-sysinit module and when run with root priviledge it can enable or disable it. </para>
|
|
|
4f0b43 |
<para>Turns on or off the nss-sysinit module db by editing the global PKCS #11 configuration file. Displays the status. This script can be invoked by the user as super user. It is invoked at nss-sysinit post install time with argument on.
|
|
|
4f0b43 |
</para>
|
|
|
4f0b43 |
</refsection>
|
|
|
4f0b43 |
|
|
|
4f0b43 |
<refsection>
|
|
|
4f0b43 |
<title>Options</title>
|
|
|
4f0b43 |
|
|
|
4f0b43 |
<variablelist>
|
|
|
4f0b43 |
<varlistentry>
|
|
|
4f0b43 |
<term><option>on</option></term>
|
|
|
4f0b43 |
<listitem><simpara>Turn on nss-sysinit.</simpara></listitem>
|
|
|
4f0b43 |
</varlistentry>
|
|
|
4f0b43 |
|
|
|
4f0b43 |
<varlistentry>
|
|
|
4f0b43 |
<term><option>off</option></term>
|
|
|
4f0b43 |
<listitem><simpara>Turn on nss-sysinit.</simpara></listitem>
|
|
|
4f0b43 |
</varlistentry>
|
|
|
4f0b43 |
|
|
|
4f0b43 |
<varlistentry>
|
|
|
4f0b43 |
<term><option>status</option></term>
|
|
|
4f0b43 |
<listitem><simpara>returns whether nss-syinit is enabled or not.</simpara></listitem>
|
|
|
4f0b43 |
</varlistentry>
|
|
|
4f0b43 |
|
|
|
4f0b43 |
</variablelist>
|
|
|
4f0b43 |
</refsection>
|
|
|
4f0b43 |
|
|
|
4f0b43 |
<refsection>
|
|
|
4f0b43 |
<title>Examples</title>
|
|
|
4f0b43 |
|
|
|
4f0b43 |
<para>The following example will query for the status of nss-sysinit:
|
|
|
4f0b43 |
<programlisting>
|
|
|
4f0b43 |
/usr/bin/setup-nsssysinit status
|
|
|
4f0b43 |
</programlisting>
|
|
|
4f0b43 |
</para>
|
|
|
4f0b43 |
|
|
|
4f0b43 |
<para>The following example, when run as superuser, will turn on nss-sysinit:
|
|
|
4f0b43 |
<programlisting>
|
|
|
4f0b43 |
/usr/bin/setup-nsssysinit on
|
|
|
4f0b43 |
</programlisting>
|
|
|
4f0b43 |
</para>
|
|
|
4f0b43 |
|
|
|
4f0b43 |
</refsection>
|
|
|
4f0b43 |
|
|
|
4f0b43 |
<refsection>
|
|
|
4f0b43 |
<title>Files</title>
|
|
|
4f0b43 |
<para><filename>/usr/bin/setup-nsssysinit</filename></para>
|
|
|
4f0b43 |
</refsection>
|
|
|
4f0b43 |
|
|
|
4f0b43 |
<refsection>
|
|
|
4f0b43 |
<title>See also</title>
|
|
|
4f0b43 |
<para>pkg-config(1)</para>
|
|
|
4f0b43 |
</refsection>
|
|
|
4f0b43 |
|
|
|
4f0b43 |
<refsection id="authors">
|
|
|
4f0b43 |
<title>Authors</title>
|
|
|
4f0b43 |
<para>The nss libraries were written and maintained by developers with Netscape, Red Hat, Sun, Oracle, Mozilla, and Google.</para>
|
|
|
4f0b43 |
<para>Authors: Elio Maldonado <emaldona@redhat.com>.</para>
|
|
|
4f0b43 |
</refsection>
|
|
|
4f0b43 |
|
|
|
4f0b43 |
|
|
|
4f0b43 |
<refsection id="license">
|
|
|
4f0b43 |
<title>LICENSE</title>
|
|
|
4f0b43 |
<para>Licensed under the Mozilla Public License, v. 2.0. If a copy of the MPL was not distributed with this file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
|
|
4f0b43 |
</para>
|
|
|
4f0b43 |
</refsection>
|
|
|
4f0b43 |
|
|
|
4f0b43 |
</refentry>
|
|
|
4f0b43 |
|