Skip to content

Release 1.2.2

Latest

Choose a tag to compare

@sk-keeper sk-keeper released this 30 Jun 04:44

New Features

Device Management — Admin Commands

New CLI commands and SDK support for enterprise device administration:

  • device-admin list — List all devices across the enterprise with filtering options
  • device-admin action logout — Remotely log out a device
  • device-admin action remove — Remove a device from the enterprise

Device Management — Lock/Unlock

New commands for locking and unlocking devices and accounts:

  • device action lock / device action unlock — Lock or unlock a specific device
  • account-lock / account-unlock — Lock or unlock a user account

PAM — Rotate on Expire for Shared Folders

PAM rotation now supports the rotate on expire flag for shared folders containing PAM user type records. Updated commands: pam rotate, pam discover, and share-folder.


Bug Fixes

  • NSF permission fixes — Corrected permission enforcement for Nested Shared Folders (NSF) and record sharing. Resolved incorrect permission grants when sharing records within NSF structures.
  • Device command resolution — Removed substring matching for device selection; commands now require an exact device match. Also fixed resolution ambiguity when an action targets multiple devices.

Internal

  • Added unit tests for device management commands, NSF permission logic, and share rotate-on-expiration behavior.