~ubuntu-branches/ubuntu/maverick/nss-pam-ldapd/maverick

« back to all changes in this revision

Viewing changes to man/nslcd.8

  • Committer: Bazaar Package Importer
  • Author(s): Arthur de Jong
  • Date: 2009-09-01 17:00:00 UTC
  • Revision ID: james.westby@ubuntu.com-20090901170000-54hqcpmbxk32rzer
Tags: 0.7.0
* rename software to nss-pam-ldapd to indicate that PAM module is now a
  standard part of the software
* split into the binary packages libnss-ldapd, libpam-ldapd and nslcd
  (libpam-ldapd packaging used a patch for libpam-ldap by Steve Langasek)
  (closes: #535505)
* the configuration file name has been changed to /etc/nslcd.conf (package
  upgrade should migrate the configuration)
* updated Galician debconf translation by Marce Villarino (closes: #537424)
* patch by Petter Reinholdtsen to fix init script to start before autofs
  (closes: #544093)
* the default values for bind_timelimit and reconnect_maxsleeptime were
  lowered from 30 to 10 seconds (closes: #532874)
* upgrade to standards-version 3.8.3 (no changes needed)
* password hashes are no longer returned to non-root users (based on a patch
  by Alexander V. Chernikov)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
'\" -*- coding: utf-8 -*-
 
2
.if \n(.g .ds T< \\FC
 
3
.if \n(.g .ds T> \\F[\n[.fam]]
 
4
.de URL
 
5
\\$2 \(la\\$1\(ra\\$3
 
6
..
 
7
.if \n(.g .mso www.tmac
 
8
.TH nslcd 8 "Sep 2009" "Version 0.7.0" "System Manager's Manual"
 
9
.SH NAME
 
10
nslcd \- local LDAP name service daemon.
 
11
.SH SYNOPSIS
 
12
'nh
 
13
.fi
 
14
.ad l
 
15
\fBnslcd\fR \kx
 
16
.if (\nx>(\n(.l/2)) .nr x (\n(.l/5)
 
17
'in \n(.iu+\nxu
 
18
[
 
19
\fIoptions\fR
 
20
]
 
21
'in \n(.iu-\nxu
 
22
.ad b
 
23
'hy
 
24
.SH DESCRIPTION
 
25
\fBnslcd\fR is a daemon that will do LDAP queries
 
26
for local processes based on a simple configuration
 
27
file.
 
28
.PP
 
29
\fBnslcd\fR is configured through a configuration file
 
30
(see \fBnslcd.conf\fR(5)).
 
31
.PP
 
32
See the included README for information on configuring the LDAP server.
 
33
.SH OPTIONS
 
34
\fBnslcd\fR accepts the following options:
 
35
.TP 
 
36
\*(T<\fB\-d, \-\-debug\fR\*(T> 
 
37
Enable debugging mode.
 
38
\fBnslcd\fR will not put itself in the background and sends
 
39
verbose debugging info to stderr.
 
40
\fBnslcd\fR will handle connections as usual.
 
41
This option is for debugging purposes only.
 
42
Specify this option multiple times to also include more detailed logging
 
43
from the LDAP library.
 
44
.TP 
 
45
\*(T<\fB\-\-help\fR\*(T> 
 
46
Display short help and exit.
 
47
.TP 
 
48
\*(T<\fB\-V, \-\-version\fR\*(T> 
 
49
Output version information and exit.
 
50
.SH FILES
 
51
\*(T<\fI/etc/nslcd.conf\fR\*(T> - the configuration file
 
52
(see \fBnslcd.conf\fR(5))
 
53
.SH "SEE ALSO"
 
54
\fBnslcd.conf\fR(5)
 
55
.SH AUTHOR
 
56
This manual was written by Arthur de Jong <arthur@arthurdejong.org>.