joshua-d-miller / macOSLAPS

Swift binary that will change a local administrator password to a random generated password. Similar behavior to LAPS for Windows
MIT License
383 stars 57 forks source link

plist file #20

Closed nathantkelley closed 5 years ago

nathantkelley commented 6 years ago

What is the format of the .plist file? Just match syntax in ConfigSettings.swift? Example different local admin name with 1 day password expiry. We have the latest release package working fine. Just need to understand how to customize and if simply creating this file and placing at /Libary/Preferences/edu.psu.macoslaps.plist will get detected next time the daemon runs?

Also and advice for removing the Penn State branding?

briend commented 6 years ago

There's an example in the python version: https://github.com/joshua-d-miller/macOSLAPS-Legacy/blob/master/edu.psu.macoslaps.plist but I do think an example should be provided for the new version too

nathantkelley commented 6 years ago

This worked for me. Thanks!

joshua-d-miller commented 5 years ago

Plist example file has been copied to this repository. Thank you!