Spamworldpro Mini Shell
Spamworldpro


Server : Apache
System : Linux server2.corals.io 4.18.0-348.2.1.el8_5.x86_64 #1 SMP Mon Nov 15 09:17:08 EST 2021 x86_64
User : corals ( 1002)
PHP Version : 7.4.33
Disable Function : exec,passthru,shell_exec,system
Directory :  /usr/share/doc/pam/txts/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Current File : //usr/share/doc/pam/txts/README.pam_usertype
pam_usertype -- check if the authenticated user is a system or regular account

   --------------------------------------------------------------------------

DESCRIPTION

   pam_usertype.so is designed to succeed or fail authentication based on
   type of the account of the authenticated user. The type of the account is
   decided with help of SYS_UID_MAX settings in /etc/login.defs. One use is
   to select whether to load other modules based on this test.

   The module should be given only one condition as module argument.
   Authentication will succeed only if the condition is met.

OPTIONS

   The following flags are supported:

   use_uid

           Evaluate conditions using the account of the user whose UID the
           application is running under instead of the user being
           authenticated.

   audit

           Log unknown users to the system log.

   Available conditions are:

   issystem

           Succeed if the user is a system user.

   isregular

           Succeed if the user is a regular user.

EXAMPLES

   Skip remaining modules if the user is a system user:

 account sufficient pam_usertype.so issystem


AUTHOR

   Pavel Brezina <[email protected]>

Spamworldpro Mini