# |
Explanation |
DEV-1903 |
Separate service credentials for registration and authentication; administration Current SKFS has only one LDAP/AD group (FIDOAuthorized) which allows service credentials to both register and authenticate users. Divide this up to have more granularity. The LDAP lookup has been updated. Instead of one group (FIDOAuthorized) to verify service credentials for all FIDO operations, SKFS enables more granularity with multiple groups:
All other operations still rely on the FIDOAuthorized group. |
DEV-1969 |
Making the switch from OpenDJ to OpenLDAP This change was implemented due to the following changes:
|
DEV-1970 |
MariaDB Upgrade bufferpool size fix
|
DEV-1971 |
The SKFS user creation script (create-SKFS-Users.sh) has been added to the FIDO Server distribution
|
DEV-1972 |
getkeysinfo now returns more data |
DEV-1975 |
Create a script that performs administrative operations against OpenLDAP credentials:
manageSKFSCreds.sh has been created to enable these operations. |