Open Directory directory domain name on Mac OS X [closed]
开发者_Python百科
Want to improve this question? Add details and clarify the problem by editing this post.
Closed last year.
Improve this questionI can retrieve the logged in user name using NSUserName(), but how do I get the Open Directory "directory domain name" or other domain he is a member of? i.e. similar to the notion in Windows where a logged-in user is DOMAIN\USERNAME, where DOMAIN is his local machine, workgroup or Active Directory domain.
You may be able to do this with Directory Services. Alternatively, check out the new Open Directory APIs introduced in 10.6; you have a choice between a Core-Foundation-based API and a Cocoa-based API.
精彩评论