• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: Windows networking API
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Windows networking API


  • Subject: Re: Windows networking API
  • From: "Kyle Sluder" <email@hidden>
  • Date: Wed, 26 Mar 2008 17:36:26 -0400

On Tue, Mar 25, 2008 at 11:41 AM, Robert Claeson
<email@hidden> 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, is a network
filesystem protocol.  Windows Networking in the post WinNT world is
Active Directory, which is an implementation of (among other things)
LDAP, a hierarchical data storage and retrieval protocol, and
Kerberos, a token-passing authentication scheme.  OS X also implements
LDAP and Kerberos, but calls it Open Directory.

Now as for your question, look into CBIdentity, CBIdentityAuthority
(from the Collaboration framework) and
CSIdentityQueryCreateForCurrentUser (part of Core Services Identity
API).  These will be able to do what you want against all bound
directory servers.

--Kyle Sluder
_______________________________________________

Cocoa-dev mailing list (email@hidden)

Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com

Help/Unsubscribe/Update your Subscription:

This email sent to email@hidden

References: 
 >Windows networking API (From: Robert Claeson <email@hidden>)

  • Prev by Date: Re: NSMatrix
  • Next by Date: How to get current renderer for an NSOpenGLView?
  • Previous by thread: Re: Windows networking API
  • Next by thread: Interpreting [movie currentTime]
  • Index(es):
    • Date
    • Thread