"Fossies" - the Fresh Open Source Software Archive

Member "nss-pam-ldapd-0.9.12/man/nslcd.8" (20 Nov 2021, 2135 Bytes) of package /linux/privat/nss-pam-ldapd-0.9.12.tar.gz:


As a special service "Fossies" has tried to format the requested text file into HTML format (style: standard) with prefixed line numbers. Alternatively you can here view or download the uninterpreted source code file.

    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 "Nov 2021" "Version 0.9.12" "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 [\fIoptions\fR]
   19 'in \n(.iu-\nxu
   20 .ad b
   21 'hy
   22 .SH DESCRIPTION
   23 \fBnslcd\fR is a daemon that will do LDAP queries for local
   24 processes that want to do user, group and other naming lookups (NSS) or do
   25 user authentication, authorisation or password modification (PAM).
   26 .PP
   27 \fBnslcd\fR is configured through a configuration file
   28 (see \fBnslcd.conf\fR(5)).
   29 .PP
   30 See the included README for information on configuring the LDAP server.
   31 .SH OPTIONS
   32 \fBnslcd\fR accepts the following options:
   33 .TP 
   34 \*(T<\fB\-c\fR\*(T>, \*(T<\fB\-\-check\fR\*(T> 
   35 Check if the daemon is running.
   36 This causes \fBnslcd\fR to return 0 if the daemon is already running and 1 if it is not.
   37 .TP 
   38 \*(T<\fB\-d\fR\*(T>, \*(T<\fB\-\-debug\fR\*(T> 
   39 Enable debugging mode.
   40 \fBnslcd\fR will not put itself in the background and sends
   41 verbose debugging info to stderr.
   42 \fBnslcd\fR will handle connections as usual.
   43 This option is for debugging purposes only.
   44 Specify this option multiple times to also include more detailed logging
   45 from the LDAP library.
   46 .TP 
   47 \*(T<\fB\-n\fR\*(T>, \*(T<\fB\-\-nofork\fR\*(T> 
   48 Do not fork or daemonise and run \fBnslcd\fR in the
   49 foreground.
   50 .TP 
   51 \*(T<\fB\-\-help\fR\*(T> 
   52 Display short help and exit.
   53 .TP 
   54 \*(T<\fB\-V\fR\*(T>, \*(T<\fB\-\-version\fR\*(T> 
   55 Output version information and exit.
   56 .SH SIGNALS
   57 .TP 
   58 \*(T<\fBSIGTERM\fR\*(T>/\*(T<\fBSIGINT\fR\*(T>
   59 Cancel any running queries and exit.
   60 .TP 
   61 \*(T<\fBSIGUSR1\fR\*(T>
   62 Cause \fBnslcd\fR to retry any failing connections
   63 to the LDAP server, regardless of the \*(T<\fBreconnect_sleeptime\fR\*(T>
   64 and \*(T<\fBreconnect_retrytime\fR\*(T> options.
   65 .SH FILES
   66 \*(T<\fI/etc/nslcd.conf\fR\*(T> - the configuration file
   67 (see \fBnslcd.conf\fR(5))
   68 .SH "SEE ALSO"
   69 \fBnslcd.conf\fR(5)
   70 .SH AUTHOR
   71 This manual was written by Arthur de Jong <arthur@arthurdejong.org>.