diff options
author | Jan Rekorajski <baggins@sith.mimuw.edu.pl> | 2002-05-09 12:03:57 +0000 |
---|---|---|
committer | Jan Rekorajski <baggins@sith.mimuw.edu.pl> | 2002-05-09 12:03:57 +0000 |
commit | b30fb298134923aae3c68389895a7ad243078142 (patch) | |
tree | 4ef10349b11018004cca3029c5ccc9e0a4ab949c /modules | |
parent | e68e9857b9b6b2883a07d939a5ba1dc84147b8e0 (diff) | |
download | pam-b30fb298134923aae3c68389895a7ad243078142.tar.gz pam-b30fb298134923aae3c68389895a7ad243078142.tar.bz2 pam-b30fb298134923aae3c68389895a7ad243078142.zip |
Relevant BUGIDs: 533664
Purpose of commit: new feature
Commit summary:
---------------
documented % domain
Diffstat (limited to 'modules')
-rw-r--r-- | modules/pam_limits/limits.skel | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/modules/pam_limits/limits.skel b/modules/pam_limits/limits.skel index 0a62ecb9..ccb4e103 100644 --- a/modules/pam_limits/limits.skel +++ b/modules/pam_limits/limits.skel @@ -9,6 +9,8 @@ # - an user name # - a group name, with @group syntax # - the wildcard *, for default entry +# - the wildcard %, can be also used with %group syntax, +# for maxlogin limit # #<type> can have the two values: # - "soft" for enforcing the soft limits |