mirror of
https://github.com/ovh/the-bastion.git
synced 2025-09-11 15:34:18 +08:00
release v3.05.00
This commit is contained in:
parent
f6e4ec81a8
commit
d3f443a532
2 changed files with 15 additions and 1 deletions
|
@ -1,3 +1,17 @@
|
|||
## v3.05.00 - 2021/09/13
|
||||
- feat: support ``pam_faillock`` for Debian 11 (#163)
|
||||
- feat: add ``--fallback-password-delay`` (3) for ssh password autologin
|
||||
- enh: add ``max_inactive_days`` to account configuration (#230)
|
||||
- enh: accountInfo: add ``--list-groups``
|
||||
- enh: max account length is now 28 chars up from 18
|
||||
- enh: better error message when unknown option is used
|
||||
- enh: better use of account creation metadata
|
||||
- enh: config reading: add rootonly parameter
|
||||
- fix: ``accountCreate``: ``--uid-auto``: rare case where a free UID couldn't be found
|
||||
- doc: generate scripts doc reference for satellite scripts
|
||||
- doc: add faq about session locking (#226)
|
||||
- misc: a few other unimportant fixes
|
||||
|
||||
## v3.04.00 - 2021/07/02
|
||||
No changes since rc2.
|
||||
|
||||
|
|
|
@ -5,7 +5,7 @@ use common::sense;
|
|||
use Fcntl;
|
||||
use POSIX qw(strftime);
|
||||
|
||||
our $VERSION = '3.04.00';
|
||||
our $VERSION = '3.05.00';
|
||||
|
||||
BEGIN {
|
||||
# only used by the handler below
|
||||
|
|
Loading…
Add table
Reference in a new issue