Skip to content
Snippets Groups Projects
Commit 5424e3e8 authored by Vladimir Davydov's avatar Vladimir Davydov Committed by Vladimir Davydov
Browse files

box: add password history check stub

- Add box.cfg.password_history_length configuration option.
  It will specify the max number of entries to keep in the
  auth_history field of the _user system space.
- Add new error code ER_OLD_PASSWORD, which will be raised on
  an attempt to reuse an old password.
- Set auth_history if box.internal.prepare_auth_history is defined.
  The function takes a user id.
- Add auth_history argument to box.internal.check_password so that
  it can check if the new password matches an old one.
- Add box_lua_security_init, because auth checks will be done in C.

Needed for https://github.com/tarantool/tarantool-ee/issues/298

NO_DOC=ee
NO_TEST=ee
NO_CHANGELOG=ee
parent 1c33484d
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment