diff options
Diffstat (limited to 'modules/pam_access/README')
-rw-r--r-- | modules/pam_access/README | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/modules/pam_access/README b/modules/pam_access/README index c3561da0..a3adcc8f 100644 --- a/modules/pam_access/README +++ b/modules/pam_access/README @@ -45,6 +45,11 @@ listsep=separators information obtained from a Windows domain, where the default built-in groups "Domain Users", "Domain Admins" contain a space. +nodefgroup + + The group database will not be used for tokens not identified as account + name. + EXAMPLES These are some example lines which might be specified in /etc/security/ @@ -97,6 +102,11 @@ User john should get access from IPv6 net/mask. + : john : 2001:4ca0:0:101::/64 +Disallow console logins to all but the shutdown, sync and all other accounts, +which are a member of the wheel group. + +-:ALL EXCEPT (wheel) shutdown sync:LOCAL + All other users should be denied to get access from all sources. - : ALL : ALL |