پیادهسازی LDAP
Implementing LDAP
معرفی کتاب «پیادهسازی LDAP» (با عنوان لاتین Implementing LDAP) نوشتهٔ Marc Wilcox، منتشرشده توسط نشر Apress در سال 2000. این کتاب در فرمت pdf، زبان انگلیسی ارائه شده است.
This book is intended for programmers and system administrators who need to build LDAP clients and install LDAP servers. It likely will also appeal to that group of experienced Web users who have heard about LDAP but wants a definitive reference on the subject.
The topics covered in this book include:
The reasoning behind a central, open standard protocol and how the major vendors are planning to expose their current proprietary protocols as LDAP servers
How to implement a LDAP server in an organization's setting including how to migrate data from legacy applications into a LDAP server
The Netscape LDAP API, including practical coded examples in C, Perl and Java.
Sun's Java Naming and Directory Interfaces (JNDI), including practical coded examples
Advanced functionality including referrals, replication, security and LDAP controls.
A comprehensive reference section|AUTHORBIO: I am the Web Administrator for the University of North Texas (Denton), which is the 4th largest university in the state with 25,000 students. I have been in this position for over a year and a half. I have been a Web developer, trainer and administrator for nearly 4 years. One of the first tasks I was given was to provide a common way to search for student, faculty and staff email and phone numbers. That was my first introduction to LDAP and the Netscape Directory server (the Directory server was so new then, all the help menus said "Coming Soon"). Within the year, UNT decided to join the growing number of universities that are providing courses and library resources on the Internet, which require restricted access. Because of this I have become very familiar with LDAP and Netscape Directory server. We use the Directory server to provide a common means for user authentication for our on-line course related materials (such as courses and library reserves that are for UNT use only) and I have been active in our Directory services committee. This committee is where I have become more familiar with the other issues that surround putting in a central directory server (such politics, disparate user-id systems, legacy data). I also wrote a gateway to our Directory server for users to update their data (such as email and phone numbers) in Server-Side JavaScript that utilizes the Netscape JAVA Directory SDK. Because of this, I was able to write an article for Netscape's "View Source" developer's magazine. I spend at least an hour a day on the Netscape Directory developer's newsgroup and have recently been invited to become the Developer Champion for the Directory developer's newsgroup. There are only around 15 total Developer Champions.
The Lightweight Directory Access Protocol (LDAP) version 3.0 has been adopted as the current standard for accessing information through LDAP servers. Intended for programmers and administrators building LDAP enabled clients and servers, this text reviews LDAP implementation. Author Mark Wilcox assumes familiarity with networking and client/server environments from an administrators and developers perspective.