diff options
author | Jan Rekorajski <baggins@sith.mimuw.edu.pl> | 2002-05-09 12:02:06 +0000 |
---|---|---|
committer | Jan Rekorajski <baggins@sith.mimuw.edu.pl> | 2002-05-09 12:02:06 +0000 |
commit | e68e9857b9b6b2883a07d939a5ba1dc84147b8e0 (patch) | |
tree | a418a7031ea04c229c6bc57d217b4c5fac4e2706 /CHANGELOG | |
parent | d60c9f8c46ed5ea97279cd03ba7aafc65efc9c12 (diff) | |
download | pam-e68e9857b9b6b2883a07d939a5ba1dc84147b8e0.tar.gz pam-e68e9857b9b6b2883a07d939a5ba1dc84147b8e0.tar.bz2 pam-e68e9857b9b6b2883a07d939a5ba1dc84147b8e0.zip |
Relevant BUGIDs: 533664
Purpose of commit: new feature
Commit summary:
---------------
added '%' domain for maxlogins limiting, now '*' and @group have
the old meaning (every) and '%' the new one (all)
Diffstat (limited to 'CHANGELOG')
-rw-r--r-- | CHANGELOG | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -55,6 +55,9 @@ bug report - outstanding bugs are listed here: 0.76: please submit patches for this section with actual code/doc patches! +* pam_limits: added '%' domain for maxlogins limiting, now '*' and @group + have the old meaning (every) and '%' the new one (all) + (Bug 533664 - baggins) * pam_limits: put not so interesting log messages under debug arg (Bug 533668 - baggins) * pam_access: added the 'fieldsep=' argument (Bug 547051 - agmorgan), |