PAM-Modules |
|
A Collection of Modules for PAM |
Sergey Poznyakoff |
pam_innetgr
optionsThe following table summarizes the options specific for this module. See common options, for the list of common options.
Name of the netgroup to use. This option is mandatory.
Defines the hostname of the current host. By default it is determined
using the gethostname
system call.
Defines the domainname of the current host.
Disable the use of getdomainname
libc function. By default it
is used to determine the domain name. If it fails or returns a string
‘(none)’, than the module tries to get the fully qualified name
of the server and uses the part after the first dot as the domain
name. Using the ‘nogetdomainname’ option instructs it to always
use the latter method.
Never use this option together with ‘noresove’.
Don’t fallback to obtaining the fully qualified domain name of the
host from DNS in order to obtain the domain part. This means that
if getdomainname
call fails or is not available on your system,
the module will return PAM_SERVICE_ERR
.
Never use this option together with ‘nogetdomainname’.
What to do on success. The value ‘allow’ means to return
PAM_SUCCESS
, ‘deny’ means to return PAM_AUTH_ERR
.
Default is ‘allow’.
This document was generated on August 11, 2021 using makeinfo.
Verbatim copying and distribution of this entire article is permitted in any medium, provided this notice is preserved.