vote up 0 vote down star

Can anyone point me at good books for Active Directory Programming in C++ ( Linux ) or refer me to libaries for doing this?

I need to authenticate application with is developed C++ and Sever has Active Directory , And before going to Start the application . I need to test user credentials information with Active Directory .

flag

1  
Why did you just make the title less descriptive? – Neil Butterworth Jul 24 at 11:39
4  
...... please :) – Indeera Jul 24 at 11:40
are you need little more information ? – joe Jul 24 at 12:01

2 Answers

vote up 2 vote down

Try looking at the documentation for winbind, which is a windows domain interface that comes with Samba. Using winbind you can attach a machine to an AD domain and use AD authentication for logins. Note that you can get a pam module for winbind (pam_winbind) so you could possibly use libpam.

link|flag
vote up 0 vote down

You may also want to look into the MIT Kerberos V5 library.

A few applicable Links

MIT Kerberos Site

Kerberos Infrastructure HOWTO

MS TechNet: Step by Step Guide to Kerberos Interoperability

The KRB library has sample code for connecting to AD.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.