logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

pynslcd - local LDAP name service daemon

Author

       This manual was written by Arthur de Jong <arthur@arthurdejong.org>.

Version 0.9.13                                      Feb 2025                                          pynslcd(8)

Description

pynslcd  is  a daemon that will do LDAP queries for local processes that want to do user, group and other
       naming lookups (NSS) or do user authentication, authorisation or password modification (PAM).

       pynslcd is configured through a configuration file (see nslcd.conf(5)).

       See the included README for information on configuring the LDAP server.

Files

/etc/nslcd.conf - the configuration file (see nslcd.conf(5))

Name

       pynslcd - local LDAP name service daemon

Options

pynslcd accepts the following options:

       -c, --check
              Check if the daemon is running.  This causes pynslcd to return 0 if the daemon is already  running
              and 1 if it is not.

       -d, --debug
              Enable  debugging mode.  pynslcd will not put itself in the background and sends verbose debugging
              info to stderr.  pynslcd will handle connections as usual.  This option is for debugging  purposes
              only.   Specify this option multiple times to also include more detailed logging from the LDAP li‐
              brary.

       -n, --nofork
              Do not fork or daemonise and run pynslcd in the foreground.

       --help Display short help and exit.

       -V, --version
              Output version information and exit.

See Also

nslcd.conf(5)

Synopsis

pynslcd [options]

See Also