File Structure

The following folders and files are created in the specified directory during the installation process for the software.

[ Reference ]

The folders and files are installed in the following folder by default:

C:\Program Files\IIJ ID Service Password Sync

<Installation Directory>
│  unins000.dat
│  unins000.exe        # Uninstaller
├─bin
│      dequeue_password_sync_task.bat  # Task registration executable file
│      iid-password-sync.exe
├─config              # Configuration file
│      config.yml
│      secret.yml
├─dll
│       IIJIDPasswordSyncEvents.dll  # Executable file for Windows event logs
├─task               # Hidden folder
│       password-sync-task-xxxxx-xx.xx.tsk # Temporary file for task execution
├─log
└─work
[ Reference ]

  • Password change data of AD users obtained by the Password Filter DLL is temporarily saved as files beginning with "password-sync-" in "task" (hidden folder) under the Password Sync installation directory.
    • The files in the task folder are deleted automatically after Password Sync is executed by Task Scheduler.
    • If the Password Filter DLL has not obtained Password change data for AD users, the task folder should remain empty.
    • The task folder is assigned both encryption and hidden attributes as a security measure.
    • Files in the task folder are created with permissions that allow only users who have administrator privileges to view their contents.