Feel free to post a PR to the EFIgy repo with any changes to the code
that would make it more EA-friendly, we want to make this tool as useful
as possible for everyone regardless of their management tools. Thanks
for trying it out!
You can ignore my directions for running it directly with Python, I
wanted to give the procedure for both Docker and non-Docker methods. To
run with Docker you'll want to append either one of the following extra
flags to your docker run command: -e B...
Hi Phil, it looks like BSDPy was started with the default IP assignment,
localhost or 127.0.0.1 as you noted. First make sure that you are
providing BSDPy with the correct network interface to listen on (default
is eth0) by using the -i flag: python ...
We've implemented a logout watcher with a LaunchAgent for cleaning user
directories on shared Macs, but you can easily modify the following
examples to do $thingyouneed. LaunchAgent:
https://gist.github.com/bruienne/7fb612c413216ccea86bLogout watch
s...
I'm taking a look at the requirements to add support for the shadow file
option to BSDPy. Standard behavior attempts either AFP or NFS with some
default user login data. For S&G someone might try enabling an NFS or
AFP share on the same host as their...