Skip to content

Gets back in sync AD and FileVault passwords for cases in which the are not the same after a password change.

Notifications You must be signed in to change notification settings

Bearzooka/FVPassword-Sync

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

FVPassword-Sync

AppleScript

Version

Since the update to macOS Mojave, the synchronization between Network password (from AD) and Encryption Password (from FileVault) has been very problematic.

This AppleScript addresses this out-of-sync issue by creating an additional user (which will have a valid SecureToken) and then removing and readding the affected user in order to grant it a valid SecureToken.

Requirements and Settings

  • The script works ONLY on cases in which one of the passwords is valid on Active Directory (ONLINE) and the other is valid for FileVault (OFFLINE).
  • The user MUST know both passwords, which will be used during the process.
  • It's necessary to configure the initial variables to have the Domain Controller url and the Active Directory path to query a valid connection.
  • It's possible to modify the path used on the logging function as well as the logo used for the alerts.

About

Gets back in sync AD and FileVault passwords for cases in which the are not the same after a password change.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published