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
384 stars 58 forks source link

paths.d/laps #19

Closed kadeemcallum closed 6 years ago

kadeemcallum commented 6 years ago

Hi Joshua,

I am trying to implement the macOSLAPS into my environment. Minor changes needed to be made to the source code to meet environment requirements. Using the application Packages I am now trying to repackage the macOSLAPS application. Unfortunately the sudo macoslaps command receives this error: sudo: macoslaps: command not found.

Is there any way to fix this for implementation? Attached is a screenshot of the package I created. It is not working from your source code Thanks

screen shot 2018-05-04 at 12 21 23 pm
bartreardon commented 6 years ago

hey @kadeemcallum - presuming everything else is ok (paths.d file has a line for /usr/local/laps") the command is case sensitive, so you need to type macOSLAPS not macoslaps