Skip to content

Releases: tburgin/FV2AuthPlugin

v0.2.3

06 Jan 19:40
Compare
Choose a tag to compare

Issues fixed

  • #5 Run after mobile user creation
  • #9 FV2AuthPluginMechanism -> private methods

New features

  • 061633d Moved all dlfcn functions to a XPC service
  • 2cf96b2 Skip helper users under UID 501

v0.2.2

22 Jul 13:26
Compare
Choose a tag to compare

Version 0.2.2

  • Removed the notion of an AuthUser.
  • Now that we have the user's credenials, all we need is an admin account to authorize FV2 addition. Since we run the FV2AuthPlugin in privileged mode we have the ability to create a temporary local admin user and set it's password. This admin account is destroyed right after the login user is added to FV2. This temporary admin account has no UID / GID and has no SHELL assigned.
  • Thanks to @russellhancox for alerting me to the fact that an admin account is not required. The authenticating user's credentials are sufficient.
  • 98f2f1e

v0.2.1

14 Jul 21:09
Compare
Choose a tag to compare

Version 0.2.1

Very Early - Proof of Concept

11 Feb 03:26
Compare
Choose a tag to compare
Pre-release
v0.1-beta

Update README.md