jfjallid / go-smb

A client library to interact with Windows RPC services such as MS-SRVS and MS-RRP.
MIT License
44 stars 9 forks source link

Add a noop implementation for ccache for darwin #17

Closed ohad83 closed 1 month ago

ohad83 commented 1 month ago

The library cannot be compiled on MacOS currently because there is no darwin implementation for getClientFromCachedTicket. I'm not sure if there's a good way to actually implement it, but at least to make it compile I copied the "unimplemented" implementation from windows to make it compile on MacOS.

jfjallid commented 1 month ago

Thanks, I'm not sure either. Don't have access to any MacOS devices so will not look into it but it's good to support compiling on MacOS.