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
Showing
- src/box/errcode.h 1 addition, 0 deletionssrc/box/errcode.h
- src/box/lua/init.c 8 additions, 0 deletionssrc/box/lua/init.c
- src/box/lua/load_cfg.lua 3 additions, 0 deletionssrc/box/lua/load_cfg.lua
- src/box/lua/schema.lua 13 additions, 4 deletionssrc/box/lua/schema.lua
- test/box/box.lua 1 addition, 0 deletionstest/box/box.lua
- test/box/error.result 1 addition, 0 deletionstest/box/error.result
Loading
Please register or sign in to comment