Compare prices and save on cheap textbooks at CheapestTextbooks.com
Compare prices and save on cheap textbooks at CheapestTextbooks.com HACKER SAFE certified sites prevent over 99.9% of hacker crime.
CheapestCDPrice.comCheapestDVDPrice.comCheapestTextbooks.comGo to CheapestTextbooks USA!Go to CheapestTextbooks UK!
Multi-Store Textbook Search
  
(What's this?)
Selected Product:

LDAP: Programming Directory-Enabled Apps (MTP)
LDAP: Programming Directory-Enabled Apps (MTP)

Textbook Bin
Edition: 1st
Author: Mark Smith, Timothy A. Howes
Publisher: Que
Release Date: 1997-03-01
ISBN-10: 1578700000
ISBN-13: 0619472000007
List Price: $44.99
Average Customer Rating:
Score = 2.5 Score = 2.5 Score = 2.5 Score = 2.5 Score = 2.5
Similar Products

Active Directory: Designing, Deploying, and Running Active Directory
Active Directory: Designing, Deploying, and Running Active Directory
ISBN-10: 059652059X
ISBN-13: 9780596520595
List Price:$54.99


Understanding and Deploying LDAP Directory Services (2nd Edition)
Understanding and Deploying LDAP Directory Services (2nd Edition)
ISBN-10: 0672323168
ISBN-13: 9780672323164
List Price:$64.99


JNDI API Tutorial and Reference: Building Directory-Enabled Java(TM) Applications
JNDI API Tutorial and Reference: Building Directory-Enabled Java(TM) Applications
ISBN-10: 0201705028
ISBN-13: 0785342705027
List Price:$42.95


LDAP Programming, Management, and Integration
LDAP Programming, Management, and Integration
ISBN-10: 1930110405
ISBN-13: 9781930110403
List Price:$42.95


Understanding and Deploying LDAP Directory Services (2nd Edition)
Understanding and Deploying LDAP Directory Services (2nd Edition)
ISBN-10: 0672323168
ISBN-13: 0752063323168
List Price:$59.99


JNDI API Tutorial and Reference: Building Directory-Enabled Java(TM) Applications (Java Series)
JNDI API Tutorial and Reference: Building Directory-Enabled Java(TM) Applications (Java Series)
ISBN-10: 0201705028
ISBN-13: 9780201705027
List Price:$42.95


LDAP Programming with Java (paperback)
LDAP Programming with Java (paperback)
ISBN-10: 0768682142
ISBN-13: 9780768682144
List Price:$59.99


Our Review: To use our price comparison to get the cheapest price, please click on the "Find the Cheapest Price" button located above for LDAP: Programming Directory-Enabled Apps (MTP) by Mark Smith, Timothy A. Howes (ISBN-10: 1578700000, ISBN-13: 0619472000007).

At this time we have not yet written a review for LDAP: Programming Directory-Enabled Apps (MTP) by Mark Smith, Timothy A. Howes (ISBN-10: 1578700000, ISBN-13: 0619472000007). Please continue to keep checking back to this page as we are constantly adding reviews.

Summaries and Customer Reviews are supplied by Amazon.com

Summary:
Two years ago, the Internet Engineering Task Force began studying directory protocols, searching for a solution to outdated protocols. That search prompted the creation of LDAP, the new protocol for inter-network directory services. Since that time, Microsoft, Netscape, IBM, Novell and other companies have adopted LDAP as a complete directory services solution. This is the essential resource for programmers, software engineers, and network administrators who need to understand and implement LDAP to keep software applications compliant. If you design or program software for network computing or are interested in directory services, LDAP: Programming Directory-Enabled Applications with Lightweight Directory Access Protocol is an essential resource to help you understand the LDAP API; learn how to write LDAP programs; understand how to LDAP-enable an existing application; and learn how to use a set of command-line LDAP tools to search and update directory information.

Customer Reviews
Average Customer Rating: Score = 2.5 Score = 2.5 Score = 2.5 Score = 2.5 Score = 2.5

Hmmm...OK but not as comprehensive as desired
Customer Rating:  Score = 2 Score = 2 Score = 2 Score = 2 Score = 2
Since the amount of books dealing with LDAP is still rather thin, I eagerly anticipated the arrival of this one in hopes that it would help cement my understanding of the topic. I fully-realized that this was a programmer-centric book and as a programmer had no reservations along those lines. My hesitancy was based upon the publisher, New Riders. Unlike O'Reilly, Addison-Wesley or Prentice-Hall, my experience wtth New Riders-published books has been spotty at best.

Nevertheless, I plunged forward and made the purchase in the hopes that the authors (co-authors of the LDAP spec) would be another Kernighan and Ritchie-type duo.

Very little background (and I consider it to be essential) is presented on LDAP. Instead, the authors plunge immediately into code examples. Futhermore, the URLs shown in the code don't work (granted the book was published in 1997). In short terms, there's not much here that can't be gleaned from the man pages or looking at the OpenLDAP source code.

The saving grace of the book reside in the appendices and in chapter 17, "Using the Copmmand Line LDAP Tools". These pages alone (and they constitute a good chunk of the book's volume) are sufficient to make my investment in this volume not wasted. It is hoped that the authors update this title. As recognized authorities on LDAP, they have the means to produce *the* canonical volume on ths subject.


Good intro, but not much more
Customer Rating:  Score = 3 Score = 3 Score = 3 Score = 3 Score = 3
One day I was told I needed to learn LDAP, so I ran out and got this book. The first three chapters basically told me what I needed to know. The rest wasn't as helpful, and I ended up on the web answering questions for myself.

I had a hard time getting the referenced LDAP distribution running, and once I did I found other resources to be of more service. It helped me get a base prototype running, but if I had to develop an LDAP system for production use, I'd probably just buy a package rather than build one myself (and using this book for reference.) My time is more valuable that this.

Its too bad they can't just roll the first three chapters into a far cheaper book. In the end that was the most valuable part, and you could have easily published that content on the web.

Get a used version, or borrow a friend's.


Excellent LDAP source
Customer Rating:  Score = 5 Score = 5 Score = 5 Score = 5 Score = 5
This is an excellent starter for LDAP client programming. It has a good reference section and good example code.

Enough To Get Started
Customer Rating:  Score = 4 Score = 4 Score = 4 Score = 4 Score = 4
This book contains all of the necessary information to write an LDAP application using the C programming language. This book covers the basics of LDAP directories, available LDAP libraries, and steps you through the basic LDAP API calls.

Both the University of Michigan and Netscape libraries are covered, and the advantages/disadvantages of each. This book also breifly explains command line utilities, such as ldapsearch, that are useful for testing and debugging applications.

The book contains a useful reference of the core LDAP APIs that I keep handy when I am programming.

Another section I found useful pertains to LDAP and threading in applications. The threading section covers information that is very important when developing server applications using LDAP.


An excellent starter book in LDAP
Customer Rating:  Score = 5 Score = 5 Score = 5 Score = 5 Score = 5
Based on my recent personal experience: The book is worth every penny. It gets me going "from zero to sixty five in milliseconds" ! I had 10+ years of C prog experience but I had virtually zero LDAP knowledge. This book covers the important bases that I need to know to take over a SIMS/LDAP project that another engineer left off. Too bad the book does not include much information about SIMS.

























Suggestions | Textbook Store Reviews | Site Map | Textbook Reviews | Contact Us
Cheap Textbooks | Used Textbooks | Discount Textbooks | Buy College Textbooks
© 2008 . All rights reserved. Privacy Statement and Disclaimer
web site design and support by Crystal Solutions