Skip to content

0.4.0

Choose a tag to compare

@dmulder dmulder released this 20 May 19:19
· 20 commits to stable-0.4.x since this release

Highlights

  • Fix "Device authentication failed" when authenticating too quickly after enrollment by @dmulder in #117
  • Fake user token and fix NSS by @dmulder in #128
  • SSSD Idmapping with upn mapping by @dmulder in #131
  • When faking a uuid for NSS, use a random uuid by @dmulder in #133
  • Fix group lookup failure by @dmulder in #136

This update replaces the default idmapping. Previously idmapping was based on object id (uuid), but it is now based on user upn by default. The default idmap range has also changed. To return to the previous default (in order to keep idmapping consistent with version 0.3.x), set the following configuration variables:

[global]
id_attr_map = uuid
idmap_range = 1000000-6999999

Be aware that reverting to uuid idmapping prevents users from accessing the host via SSH (on systems which use OpenSSH Server).