Mastering OpenLDAP and over one million other books are available for Amazon Kindle . Learn more


or
Sign in to turn on 1-Click ordering.
or
Amazon Prime free trial required. Sign up when you check out. Learn more
More Buying Choices
Have one to sell? Sell yours here
or
Get a £16.80 Amazon.co.uk Gift Card
Mastering OpenLDAP: Configuring, Securing and Integrating Directory Services
 
 
Start reading Mastering OpenLDAP on your Kindle in under a minute.

Don't have a Kindle? Get your Kindle here, or download a FREE Kindle Reading App.

Mastering OpenLDAP: Configuring, Securing and Integrating Directory Services [Paperback]

Matt Butcher

RRP: £30.99
Price: £29.44 & this item Delivered FREE in the UK with Super Saver Delivery. See details and conditions
You Save: £1.55 (5%)
o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o
In stock.
Dispatched from and sold by Amazon.co.uk. Gift-wrap available.
Want guaranteed delivery by Saturday, June 2? Choose Express delivery at checkout. See Details

Formats

Amazon Price New from Used from
Kindle Edition £15.65  
Paperback £29.44  
Amazon.co.uk Trade-In Store
Did you know you can trade in your old books for an Amazon.co.uk Gift Card to spend on the things you want? Plus, get an extra £5 Gift Certificate when you trade in books worth £10 or more before June 30, 2012. Visit the Books Trade-In Store for more details.

Frequently Bought Together

Customers buy this book with LDAP System Administration £20.14

Mastering OpenLDAP: Configuring, Securing and Integrating Directory Services + LDAP System Administration
Price For Both: £49.58

Show availability and delivery details

  • This item: Mastering OpenLDAP: Configuring, Securing and Integrating Directory Services

    In stock.
    Dispatched from and sold by Amazon.co.uk.
    This item Delivered FREE in the UK with Super Saver Delivery. See details and conditions

  • LDAP System Administration

    In stock.
    Dispatched from and sold by Amazon.co.uk.
    This item Delivered FREE in the UK with Super Saver Delivery. See details and conditions


Customers Who Bought This Item Also Bought


Product details


More About the Author

Matt Butcher
Discover books, learn about writers, and more.

Visit Amazon's Matt Butcher Page

Product Description

Product Description

This book is the ideal introduction to using OpenLDAP for Application Developers and will also benefit System Administrators running OpenLDAP. It prepares the reader to build a directory using OpenLDAP, and then employ this directory in the context of the network, taking a practical approach that emphasizes how to get things done. On occasion, it delves into theoretical aspects of LDAP, but only where understanding the theory helps to answer practical questions. The reader requires no knowledge of OpenLDAP, but even readers already familiar with the technology will find new things and techniques.

This book is organized into three major sections: the first section covers the basics of LDAP directory services and the OpenLDAP server; the second focuses on building directory services with OpenLDAP; in the third section of the book, we look at how OpenLDAP is integrated with other applications and services on the network. This book not only demystifies OpenLDAP, but gives System Administrators and Application Developers a solid understanding of how to make use of OpenLDAP's directory services.

The OpenLDAP directory server is a mature product that has been around (in one form or another) since 1995. It is an open-source server that provides network clients with directory services. All major Linux distributions include the OpenLDAP server, and many major applications, both open-source and proprietary, are directory aware and can make use of the services provided by OpenLDAP.

The OpenLDAP directory server can be used to store organizational information in a centralized location, and make this information available to authorized applications. Client applications connect to OpenLDAP using the Lightweight Directory Access Protocol (LDAP) and can then search the directory and (if they have appropriate access) modify and manipulate records.

LDAP servers are most frequently used to provide network-based authentication services for users; but there are many other uses for an LDAP server, including using the directory as an address book, a DNS database, an organizational tool, or even as a network object store for applications.

About the Author

Matt Butcher is the principal consultant for Aleph-Null, Inc. (http://aleph-null.tv), where he specializes in content management systems, Linux system integration, and Open Source technologies. He has been an active participant in Open Source technologies for over a decade. Along with Learning Drupal 6, Matt has also written Mastering OpenLDAP, Managing and Customizing OpenCms 6, and Building Websites with OpenCms, all of which are published by Packt. When not pushing bits, Matt likes to explore Colorado with his wife and three daughters.

Inside This Book (Learn More)
Browse Sample Pages
Front Cover | Copyright | Table of Contents | Excerpt | Index | Back Cover
Search inside this book:

Suggested Tags from Similar Products

 (What's this?)
Be the first one to add a relevant tag (keyword that's strongly related to this product)
 
(1)

Your tags: Add your first tag
 

What Other Items Do Customers Buy After Viewing This Item?


Customer Reviews

There are no customer reviews yet on Amazon.co.uk.
5 star
4 star
3 star
2 star
1 star
Most Helpful Customer Reviews on Amazon.com (beta)
Amazon.com:  7 reviews
9 of 9 people found the following review helpful
Essential read for sysadmins and developers 30 Dec 2007
By Phil Lembo - Published on Amazon.com
Format:Paperback
This is an extraordinarily well written book. In the preface the author promises to prepare system administrators or software developers for building a directory using OpenLDAP using a practical approach, discussing theory where that helps answer practical questions.

Along with some of the best illustrations of the theory and practice of LDAP directory management, this book contains a wealth of detailed information on the servers, clients and utilities that make up the OpenLDAP suite of software. The examples provided of different configurations are not only detailed, they also methodically build upon each other in a way that really illuminates various concepts far better than I think has been done before.

The appendices in this volume are also worthy of mention: "Building OpenLDAP from Source", "LDAP URLs", and "Useful LDAP Commands" -- the last deftly handling one of my favorite pastimes, "Rebuilding a Database (BDB, HDB)".

This book would be an excellent textbook for use by students learning Internet technologies. It would also make a terrific technical manual for system administrators or developers involved in deploying or maintaining systems and applications that use directory services. Finally, it's the one essential book that all directory administrators should have on their own personal bookshelf.
9 of 12 people found the following review helpful
Good but Flawed 4 Aug 2009
By J. Jayaram - Published on Amazon.com
Format:Paperback
This is an excellent book if you are interested in learning the theory behind OpenLDAP. However if you are looking for a more practical guide I would suggest looking elsewhere. Aside from the differences in Linux distributions, I have found several frustrating omissions and errors that have cost me hours of research online. For example, chapter three beautifully details how to create an LDIF file, however then fails to explain where to place that file on the file system or how to load the contents of that file into the database. These questions are answered, but a dozen pages later as part of a discussion on a different topic. This made it impossible to find that info when I needed it. In Chapter four, options that should go in ldap.conf are listed as going into slapd.conf. Also the file names cacert.pem and newcert.pem are used interchangeably with no explanation, which can be confusing. Chapter four also fails to mention the openssl-perl module must be installed for the authors directions to even work in the first place. I have not gotten much farther into the text then chapter four and perhaps I'm too much of a Linux novice, but I have been disappointed by this book.
2 of 3 people found the following review helpful
Good concept - wrong implementation 2 Jun 2008
By A. Adamou - Published on Amazon.com
Format:Paperback
The concepts and the theory in this book are really good.
As stated in the book, the author installed openldap in ubuntu but the documentation and implementation do not work if you try to install it in ubuntu 8.. I found the documentation in Ubuntu community easier to follow and worked in a matter of minutes for basic authentication in openldap and phpmyldapadmin.

Customer Discussions

This product's forum
Discussion Replies Latest Post
No discussions yet

Ask questions, Share opinions, Gain insight
Start a new discussion
Topic:
First post:
Prompts for sign-in
 

Search Customer Discussions
Search all Amazon discussions
   


Listmania!

Create a Listmania! list

Look for similar items by category


Look for similar items by subject


Feedback


Amazon.co.uk Privacy Statement Amazon.co.uk Delivery Information Amazon.co.uk Returns & Exchanges