aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG
diff options
context:
space:
mode:
authorJan Rekorajski <baggins@sith.mimuw.edu.pl>2002-05-09 12:02:06 +0000
committerJan Rekorajski <baggins@sith.mimuw.edu.pl>2002-05-09 12:02:06 +0000
commite68e9857b9b6b2883a07d939a5ba1dc84147b8e0 (patch)
treea418a7031ea04c229c6bc57d217b4c5fac4e2706 /CHANGELOG
parentd60c9f8c46ed5ea97279cd03ba7aafc65efc9c12 (diff)
downloadpam-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--CHANGELOG3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 4948535b..4d3dbaab 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -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),