summaryrefslogtreecommitdiff
path: root/man/nslcd.conf.5.xml.in
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@sbcglobal.net>2014-12-17 21:30:39 -0500
committerLuke Shumaker <lukeshu@sbcglobal.net>2014-12-17 21:30:39 -0500
commitf89d9ac364ffdd00352d55a5f9ed840c22332dab (patch)
treeb9d1e173966d105b0bc09cc8592d6151d89396a8 /man/nslcd.conf.5.xml.in
parent0ac1ff73698b57d06657758519eb9443fec852f9 (diff)
remove unused cfg stuff
Diffstat (limited to 'man/nslcd.conf.5.xml.in')
-rw-r--r--man/nslcd.conf.5.xml.in28
1 files changed, 3 insertions, 25 deletions
diff --git a/man/nslcd.conf.5.xml.in b/man/nslcd.conf.5.xml.in
index b660aa1..42b6cfb 100644
--- a/man/nslcd.conf.5.xml.in
+++ b/man/nslcd.conf.5.xml.in
@@ -86,14 +86,11 @@
</varlistentry>
<varlistentry id="log"> <!-- since 0.9 -->
- <term><option>log</option> <replaceable>SCHEME</replaceable> <optional><replaceable>LEVEL</replaceable></optional></term>
+ <term><option>log</option> <replaceable>LEVEL</replaceable></term>
<listitem>
<para>
This option controls the way logging is done.
- The <replaceable>SCHEME</replaceable> argument may either be
- <literal>none</literal>, <literal>syslog</literal> or an absolute
- file name.
- The <replaceable>LEVEL</replaceable> argument is optional and specifies
+ The <replaceable>LEVEL</replaceable> argument specifies
the log level.
The log level may be one of: <literal>crit</literal>,
<literal>error</literal>, <literal>warning</literal>,
@@ -101,7 +98,7 @@
<literal>debug</literal>. The default log level is <literal>info</literal>.
All messages with the specified loglevel or higher are logged.
This option can be supplied multiple times.
- If this option is omitted <literal>syslog info</literal> is assumed.
+ If this option is omitted <literal>info</literal> is assumed.
</para>
</listitem>
</varlistentry>
@@ -129,25 +126,6 @@
<title>Other options</title>
<variablelist>
- <varlistentry id="pagesize"> <!-- since 0.3 -->
- <term><option>pagesize</option> <replaceable>NUMBER</replaceable></term>
- <listitem>
- <para>
- Set this to a number greater than 0 to request paged results from
- the <acronym>LDAP</acronym> server in accordance with RFC2696.
- The default (0) is to not request paged results.
- </para>
- <para>
- This is useful for <acronym>LDAP</acronym> servers that contain a
- lot of entries (e.g. more than 500) and limit the number of entries
- that are returned with one request.
- For OpenLDAP servers you may need to set
- <option>sizelimit size.prtotal=unlimited</option>
- for allowing more entries to be returned over multiple pages.
- </para>
- </listitem>
- </varlistentry>
-
<varlistentry id="nss_initgroups_ignoreusers"> <!-- since 0.7.4 -->
<term><option>nss_initgroups_ignoreusers</option> user1,user2,...</term>
<listitem>