forked from Yubico/rlm-yubico
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
YKmap.pm: fixed typo in SQL (key -> keys) in _suggest_usernames_sqlite() YKmap.pm: Add detail to warning message in _suggest_usernames_sqlite(). Nice to know why there are no candidates. radius-users: Import routines from rlm_yubico.pl for validating OTPs. This means YKmap.pm gets sucked in too, and we can use its routines. radius-users: hashPassword used a buggered salt format. Fixed so hashes are salted. radius-users: adduser accepts an OTP as a second argument, removing a second step of addyubikey when adding a user. radius-users: adduser no longer resets an existing user's password. Use resetuser for that. radius-users: adduser will not re-add an existing user (re-adding users makes no sense). radius-users: Implmented addyubikey. radius-users: addyubikey and adduser validate OTPs. Prevents associating a busted token with a user. radius-users: Implemented delyubikey.
- Loading branch information
1 parent
c1ea858
commit 9b96c52
Showing
3 changed files
with
255 additions
and
25 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Empty file.