univ-of-utah-marriott-library-apple / python-jamf

`python-jamf` is a library for connecting to a Jamf Server. It maps Jamf Pro records to a Record class. It is the basis for the `jctl` tool to automate patch management & packages and many other items.
MIT License
56 stars 17 forks source link

FileShare.mount uses macOS binaries and thus does not support linux #71

Closed yairf-s1 closed 2 years ago

yairf-s1 commented 2 years ago

SMB could be supported using pysmb (without subprocess calls) I'm not sure about AFP though.

We could also use 'mount' for linux machines (but then im unsure about other bsd distros)

uurazzle commented 2 years ago

Hi @yairf-s1:

Thanks for the feedback. Is this the python.py or jctl script? And interest in code contributions?

yairf-s1 commented 2 years ago

I've already opened a PR, but i'm probably not going to use it, so i won't be able to field test it myself

magnusviri commented 2 years ago

Your PR has been merged. I haven't tested it, so I hope it works.