Re: Windows networking API

2008-03-26 Thread Kyle Sluder
On Tue, Mar 25, 2008 at 11:41 AM, Robert Claeson <[EMAIL PROTECTED]> wrote: > Is there an API/framework to interface with the SMB/Samba/Windows > networking functionality of OS X? Just to clarify for posterity, these are two separate topics. SMB (aka CIFS), of which Samba is an implementation, i

Re: Windows networking API

2008-03-26 Thread Ken Thomases
On Mar 25, 2008, at 10:41 AM, Robert Claeson wrote: Is there an API/framework to interface with the SMB/Samba/Windows networking functionality of OS X? More specifically, I need to: * Find the Active Directory domain (or Windows workgroup name if not in an AD network) * Ensure that the OS X

Windows networking API

2008-03-25 Thread Robert Claeson
Is there an API/framework to interface with the SMB/Samba/Windows networking functionality of OS X? More specifically, I need to: * Find the Active Directory domain (or Windows workgroup name if not in an AD network) * Ensure that the OS X user is authenticated via AD (if available) As you