LDAP Directories Explained: An Introduction and Analysis
- By Brian Arkills
- Published Feb 20, 2003 by Addison-Wesley Professional. Part of the Independent Technology Guides series.
- Copyright 2003
- Dimensions: 7-3/8x9-1/4
- Pages: 432
- Edition: 1st
- Book
- ISBN-10: 0-201-78792-X
- ISBN-13: 978-0-201-78792-4
Register your product to gain access to bonus material or receive a coupon.
Product Author Bios
Brian Arkills works as a software engineer at the University of Washington, where he performs systems administration, analysis, and project management. While at Stanford University, Brian used LDAP technology to extend Stanford's existing Netscape Directory Services to Microsoft clients via Microsoft Active Directory. In doing so, he found that there were no quality books that provided a basic introduction to the technology. He wrote this guide to fill that need.
020178792XAB01292003
Directory technology promises to solve the problem of decentralized information that has arisen with the explosion of distributed computing. Lightweight Directory Access Protocol (LDAP) is a set of protocols that has become the Internet standard for accessing information directories. Until now, however, those curious about LDAP had no introductory source to learn how the technology can help them centrally manage information and reduce the cost of computing services.
LDAP Directories Explained provides technical managers and those new to directory services with a fundamental introduction to LDAP. This concise guide examines how the technology works and gives an overview of the most successful directory products in an easy-to-reference format.
Key topics include:
- An overview of LDAP, including how directories differ from databases
- The LDAP namespace, with an overview of DNS, LDAP object structure, and LDAP object naming
- Client LDAP operations, including directory-enabled services and applications, searches, and the LDAP protocol
- LDAP schema, including object classes, attributes, syntaxes, matching rules, and more
- Directory management, including directory integration strategies, metadirectories, security, and more
- LDAP vendors OpenLDAP, Microsoft Active Directory, and Directory Server
- A case study of Stanford University's directory architecture, which illustrates how integral an LDAP directory can become to a business
If you are an information technology manager, LDAP Directories Explained will provide the technical foundation you need to make sound business decisions about LDAP. If you're a developer, this straightforward reference will bring you quickly up to speed on LDAP and directories.
020178792XB01292003
|
23 of 24 people found the following review helpful
By Michael Wallette (Anchorage, AK United States) - See all my reviews
This review is from: LDAP Directories Explained: An Introduction and Analysis (Paperback)
Perhaps I just bought the wrong book for what I wanted to do, or maybe I just don't get it, but in either case, this book left me very underwhelmed.I work at an ISP where we use LDAP for a number of purposes, from authenticating customers connecting to our network, to e-mail filtering, to htaccess authentication on our internal-use web servers. While I am comfortable using an LDAP browser to manage our users in LDAP, I really wanted more of an idea about how to set up and run an LDAP directory, so I bought this book to help me understand LDAP schemas. While this book does describe a lot of the background to LDAP directories, it really didn't do much to fill in what I am missing. How do you design an LDAP schema? How do you know when to use ou=, o=, etc.? On the plus side, I really *DID* appreciate the overview of various LDAP products currently available, and was pleased to see that all of the LDAP products I have used at work (OpenLDAP, iPlanet... Read more
14 of 16 people found the following review helpful
By reviewer (Zurich, Switzerland.) - See all my reviews
This review is from: LDAP Directories Explained: An Introduction and Analysis (Paperback)
In his book, "LDAP Directories Explained: An Introduction and Analysis", Brian Arkills used subtle analysis to unveil the underlying principles of Lightweight Directory Access Protocol. This book employed a very practical approach; and included the most recent advances in LDAP technology.Both newcomers and intermediates would cherish how it explained the basics of the TCP/IP stacks; particularly, how it can be used to extract information from a hierarchial directory such as the X.500. It also gave useful suggestions on how LDAP learners could comb through data when surmising or searching for a particular piece of information, (e.g. a security certificate, an e-mail address, or similar information). In conclusion, this is an essential guide, which should provide any LDAP beginner (or enthusiast) with all the information he (or she) may need concerning this network protocol. It is worth taking a look at!
5 of 5 people found the following review helpful
By pewis "pewis" (Germany) - See all my reviews
This review is from: LDAP Directories Explained: An Introduction and Analysis (Paperback)
Suppose you were an administrator who is asked to run an LDAP-Server, but the only thing you know about LDAP is, that it is a fashionable IT-buzzword. Then this book is for you! If your task is to create a directory infrastructure for a whole company or organization, "LDAP Directories Explained" could be a perfect first read, but after it you will want to turn to a more comprehensive book. This book also does not claim to contain installation guides for any specific LDAP server implementation (though it has some links on this topic in one of its appendixes)."LDAP Directories Explained" is well organized, specialized terms are being defined before they are used, there are no obvious typos and no useless digressions. Brian Arkills does a perfect job to make you understand the basic concepts of LDAP. He also makes you feel, that the LDIF-syntax which looks so deterring and obscure at the first look is in fact quite simple and he teaches you how to query an LDAP server. This... Read more |
› See all 8 customer reviews...
Table of Contents
Foreword.
Preface.
Acknowledgments.
I. HOW LDAP WORKS.
II. HOW VENDORS HAVE IMPLEMENTED LDAP.
APPENDIXES.
Preface
LDAP stands for the Lightweight Directory Access Protocol. LDAP is a protocol used to communicate with a directory, and it is safe to say that LDAP is the predominant directory protocol. These days directories are everywhere. Many enterprise software packages require a directory. Companies that want to reduce costs and streamline their business implement a directory.
Not so long ago, I knew nothing about LDAP. Because Stanford, my employer, was implementing and integrating Active Directory with its existing directory, I needed to understand LDAP and how directories worked. However, I found that the resources for a novice were sparse and hard to find, and that none of the books on the subject took me from novice to competency. During the course of the Stanford project, I met David Chappell and worked closely with him. This lead to an invitation from Addison-Wesley, and I embarked on writing this book. I hope it meets your needs and fills the gap I found.
Who This Book Is ForThis book is part of the Independent Technology Guide series. This series focuses on giving you an independent look at a technology, and tries to do it with a no-nonsense approach. David Chappell, the series editor, likes to say that the series should be called "Big Pictures 'R' Us". This is because each of the books in this series tries to give you a good idea of where this technology fits into the larger world. We often find that technical managers love this series because they give a good explanation of all the acronyms and buzzwords they hear. However, this book is also very appropriate for someone who is more technically savvy, but looking to break into LDAP and directories. You'll note that almost every LDAP book on the market is written for developers, and those who don't write code are left in the dark. This book takes a new approach and provides a thorough introduction for a newcomer regardless of their orientation or technical background.
About the BookThe book is broken down into two larger sections. Section One explores how LDAP and directories work in general. This book is unique from other LDAP books in that it approaches the topic from a standards based, non-product centric perspective. Section Two explores three products, to get a more specific sense of how LDAP has been used. This overview of the most popular LDAP products will be very useful for those who are trying to compare products, but don't have a lot of time to do the research.
The AppendixesThere are also several appendixes to augment the material presented in each of the chapters. When additional material is available it will be referenced in the chapter. I'd like to call your attention to two of the appendices in specific. Appendix C is a case study of Stanford University's directory architecture, where I worked for many years. It is intended to give you a real-world sense of how integral a LDAP directory can become to your business. Appendix G holds URLs for all the online reference material that I found and used while writing this book. Many people have indicated to me how invaluable this compilation of online resources was to their research.
020178792XP11012002
Downloadable Sample Chapter
Click below for Sample Chapter(s) related to this title:
Sample Chapter
1
Foreword
LDAP recently celebrated its tenth birthday. For comparison, that's about the same age as the World Wide Web, half as old as the domain naming system, and around a third as old as the Internet itself. In its relatively short life, LDAP has grown from its obscure roots as an easier way to access the X.500 directory into the Internet standard for directories, used by virtually every e-mail client, browser, and a host of other applications, with more being developed every day. Like any successful technology, LDAP has taken on a life of its own, being used in ways its designers never imagined. I, for one, never thought when helping to design LDAP ten years ago that it would be used in the diversity of applications that it is today.
When I started work on LDAP, my ambitions were much smaller. I was simply trying to solve a problem on my own campus at the University of Michigan. I wanted to give desktops across the campus access to the central university-wide directory, which was based on X.500. This desire led to the creation of a protocol similar to LDAP called DIXIE. The popularity of DIXIE among a small community of similarly minded directory developers led to my joining forces with Steve Kille and Weng Yeong and to the creation of a standard version in LDAP.
LDAP's breakthrough to the mainstream, so to speak, came in 1996 when Netscape galvanized the industry around adopting LDAP as the Internet's commercially accepted directory protocol. Soon, all major vendors were on board, announcing plans to develop their own LDAP implementation, and LDAP was on its way to being a part of most users' everyday computing lives.
Often people that use LDAP are not even aware they are using it. It is the protocol used to access your corporate e-mail directory; LDAP may be consulted every time you access a private Web page; LDAP often stores configuration for the services you access. In these applications and others, LDAP provides the behind-the-scenes support needed to control access to resources and look up information. LDAP has also been used for applications ranging from storing and retrieving images to calculating chess moves.
In this book Brian Arkills has put together a broad treatment of LDAP for readers of varying technical backgrounds. It should prove useful to those seeking a more accessible introduction to the topic than has been previously available. As for me, I look forward to seeing what the next ten years will bring for LDAP.
Timothy A. Howes, Ph.D.
Opsware Inc.
Co-creator of LDAP
Index
Click below to download the Index file related to this title:
Index
This book includes free shipping!
- Request an Instructor or Media review copy.
- Corporate, Academic, and Employee Purchases
- International Buying Options
Get access to thousands of books and training videos about technology, professional development and digital media from more than 40 leading publishers, including Addison-Wesley, Prentice Hall, Cisco Press, IBM Press, O'Reilly Media, Wrox, Apress, and many more. If you continue your subscription after your 30-day trial, you can receive 30% off a monthly subscription to the Safari Library for up to 12 months. That's a total savings of $199.

