简体   繁体   English

通过Active Directory开发的C ++ API

[英]C++ api to develop over Active Directory

I need to access the Active Directory data programmatically using a native C++ API because I like C++ and I think it is faster than any .NET programming language. 我需要使用本机C ++ API以编程方式访问Active Directory数据,因为我喜欢C ++,并且我认为它比任何.NET编程语言都快。 I could not find a C++ API developed by Microsoft, it only has a C one (ADSI) and it is really an awful API. 我找不到Microsoft开发的C ++ API,它只有一个C one(ADSI),而且确实是一个糟糕的API。 I found a C++ API in open LDAP but it has some errors and it seems that the development was abandoned. 我在开放的LDAP中找到了一个C ++ API,但是它存在一些错误,并且似乎开发被放弃了。 Can anyone share about a place to find a decent C++ API to access Active Directory methods? 任何人都可以分享一个地方来找到一个不错的C ++ API来访问Active Directory方法吗? Regards. 问候。

I think it is going to be pretty difficult to find another friendly API for accessing Active Directory(I could be wrong), but I have heard of a book that covers LDAP/ADSI in c++ very well. 我认为要找到另一个友好的API来访问Active Directory将会非常困难(我可能是错的),但是我听说过一本书很好地介绍了c ++中的LDAP / ADSI。 It's an older book but it seems to have very good content. 这是一本较旧的书,但似乎内容很好。 It might be your best bet. 这可能是您最好的选择。 Like Steven said, it may just be easier to use c# but if that's not an option, try the book out. 就像史蒂文所说的那样,使用c#可能会更容易,但是如果这不是一种选择,请尝试一下。 Good luck and I hope this helps! 祝您好运,希望对您有所帮助!

http://www.amazon.com/Active-Directory-Programming-Gil-Kirkpatrick/dp/0672315874/ref=sr_1_1?ie=UTF8&s=books&qid=1247459890&sr=8-1 http://www.amazon.com/Active-Directory-Programming-Gil-Kirkpatrick/dp/0672315874/ref=sr_1_1?ie=UTF8&s=books&qid=1247459890&sr=8-1

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM