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

Support smb mounting on linux #72

Closed yairf-s1 closed 2 years ago

yairf-s1 commented 2 years ago

solves #71

magnusviri commented 2 years ago

@yairf-s1, thanks for this PR. To be honest, since I've been working on this project I haven't looked at any of the code in admin.py and I've only looked a little at package.py, which uses admin.py. I'm really happy you submitted this, but I'm going to have to figure out how the code works so I can set up some sort of test before I merge it.

magnusviri commented 2 years ago

I tried to undo a messed up git push I did, and I ended up undoing the merge, so I added it back manually with a new commit. I'm still learning git...