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

Dancer::Plugin::Auth::Extensible::Unix - authenticate *nix system accounts

Description

       An authentication provider for Dancer::Plugin::Auth::Extensible which authenticates Linux/Unix system
       accounts.

       Uses Unix::Passwd::File to read user details, and Authen::Simple::PAM to perform authentication via PAM.

       The "get_user_details" call for this provider will return information from the "passwd" file - expect
       "gecos", "gid", "uid", "home", "shell", "uid".

       Unix group membership is used as a reasonable facsimile for roles - this seems sensible.

perl v5.36.0                                       2023-01-05             Dancer::Plugin:...:Provider::Unix(3pm)

Name

       Dancer::Plugin::Auth::Extensible::Unix - authenticate *nix system accounts

See Also