Reputation: 3642
Currently we started to migrate our existing authentication to Active Directory authetication, but now i am facing lot of issues in searching users and group.
let me explain you we have an application/server who will autheticate and authorize user. so we will change our server to autheticate from LDAP server configured.
i know we should have service account, so i have ldap setup and service account exist.
it would be good if someone refer any book and code sample to understand the LDAP search functionality.
Upvotes: 0
Views: 694
Reputation: 3106
LDAP: Programming Directory-Enabled Apps by Mark Smith, Timothy A. Howes
This book contains lot of code samples using C. I have not looked at other books though. This was sufficient for me to get started.
Upvotes: 1
Reputation: 310903
Matt Butcher, Mastering OpenLDAP, PackT Publishing 2007, ISBN 978-1-847191-02-1.
Upvotes: 1