pam-helper

command module
v0.1.5 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 21, 2021 License: MIT Imports: 5 Imported by: 0

README

pam-helper

The PAM Helper is an executable that can be invoked by pam_exec.so to perform authentication without being dynamically linked to libpam. This is exceptionally useful for environments where dynamic linking is not practical. It also means that the code does not need to be linked to libpam, which allows it to be better tested. Finally, by being pure Go, it is not necessary to import unsafe or C and write FFI code.

This executable provides the authentication and account types. Session logging information is left as an excercise to the reader, and changing authentication secrets is something which must be handled by the NetAuth tooling directly.

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis
internal
module
Package module implements all the internals of setting up the request for authentication request and returning the result back to the call stack.
Package module implements all the internals of setting up the request for authentication request and returning the result back to the call stack.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL