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

cvm-pwfile - POSIX-style passwd file module

Configuration Variables

CVM_PWFILE_PATH
              the path to the passwd file containing the credential information.

       CVM_PWFILE_PWCMP (optional)
              The passwordcomparisonmodule to use.  If it is not set, the default password comparison mode  is
              plain-text.  To use UNIX crypt style passwords, like /etc/passwd does, set this to "crypt".

Credentials

       Pass phrase

Description

       This  module loads entries from an alternate password file using the fgetpwent(3) API, which requires the
       file to be formatted the same as the UNIX /etc/passwd file.  No group name lookups are done.

Name

       cvm-pwfile - POSIX-style passwd file module

See Also

cvm-qmail(8),  cvm-unix(8),  cvm-sql(8),  cvm-vmailmgr(8), cvm-benchclient(8), cvm-checkpassword(8), cvm-testclient(8)

        http://untroubled.org/pwcmp/pwcmp.htmlhttp://untroubled.org/cvm/cvm.htmlcvm-pwfile(8)

Synopsis

       cvm-pwfile

return

See Also