Douglas Mendizábal ea5b0b0f35 Add keystone-manage reset_last_active command
This patch adds the `reset_last_active` subcommand to the
`keystone-manage` command line tool.

This subcommand will update every user in the database that has a null
value in the `last_active_at` property to the current server time. This
is necessary to prevent user lockout in deployments that have been
running for a long time without `disable_user_account_days_inactive` and
later decide to turn it on.

This patch also includes a change to the logic that sets
`last_active_at` to fix the root issue of the lockout.

Closes-Bug: 2074018
Change-Id: I1b71fb3881dc041db01083fbb4f2592400096a31
(cherry picked from commit e9513f8e4f)
(cherry picked from commit 62b3c9260b)
(cherry picked from commit 1829ce0202)
2024-08-26 15:11:29 -04:00
2023-01-30 12:28:45 -06:00
2019-10-02 20:26:05 +00:00
2021-08-04 14:25:06 -04:00
2018-05-21 16:24:51 +08:00
2020-02-21 13:51:02 -05:00
2023-03-07 11:54:11 +00:00
2015-11-03 16:12:01 -08:00
2017-09-22 11:07:09 -05:00
2024-06-19 11:11:29 +02:00
2012-06-21 18:03:09 -07:00
2017-10-06 16:10:56 +00:00
2012-02-15 17:48:33 -08:00
2020-02-21 13:51:02 -05:00
2020-04-08 08:37:30 +02:00

OpenStack Keystone

image

OpenStack Keystone provides authentication, authorization and service discovery mechanisms via HTTP primarily for use by projects in the OpenStack family. It is most commonly deployed as an HTTP interface to existing identity systems, such as LDAP.

Developer documentation, the source of which is in doc/source/, is published at:

https://docs.openstack.org/keystone/latest

The API reference and documentation are available at:

https://docs.openstack.org/api-ref/identity

The canonical client library is available at:

https://opendev.org/openstack/python-keystoneclient

Documentation for cloud administrators is available at:

https://docs.openstack.org/

The source of documentation for cloud administrators is available at:

https://opendev.org/openstack/openstack-manuals

Information about our team meeting is available at:

https://wiki.openstack.org/wiki/Meetings/KeystoneMeeting

Release notes is available at:

https://docs.openstack.org/releasenotes/keystone

Bugs and feature requests are tracked on Launchpad at:

https://bugs.launchpad.net/keystone

Future design work is tracked at:

https://specs.openstack.org/openstack/keystone-specs

Contributors are encouraged to join IRC (#openstack-keystone on OFTC):

https://wiki.openstack.org/wiki/IRC

Source for the project:

https://opendev.org/openstack/keystone

For information on contributing to Keystone, see CONTRIBUTING.rst.

Description
OpenStack Identity (Keystone)
Readme 241 MiB
Languages
Python 99.5%
Shell 0.5%