Books:
Computers:
Ldap
LDAP System Administration
by Gerald Carter
List Price: $39.95
Available from Amazon
$26.37
On 7-22-2006
See Item's Page
Book Description
Be more productive and make your life easier. That's what LDAP System Administration is all about. System administrators often spend a great deal of time managing configuration information located on many different machines: usernames, passwords, printer configurations, email client configurations, and network filesystem configurations, to name a few. LDAPv3 provides tools for centralizing all of the configuration information and placing it under your control. Rather than maintaining several administrative databases (NIS, Active Directory, Samba, and NFS configuration files), you can make changes in only one place and have all your systems immediately "see" the updated information. Practically platform independent, this book uses the widely available, open source OpenLDAP 2 directory server as a premise for examples, showing you how to use it to help you manage your configuration information effectively and securely. OpenLDAP 2 ships with most Linux® distributions and Mac OS® X, and can be easily downloaded for most Unix-based systems. After introducing the workings of a directory service and the LDAP protocol, all aspects of building and installing OpenLDAP, plus key ancillary packages like SASL and OpenSSL, this book discusses: - Configuration and access control
- Distributed directories; replication and referral
- Using OpenLDAP to replace NIS
- Using OpenLDAP to manage email configurations
- Using LDAP for abstraction with FTP and HTTP servers, Samba, and Radius
- Interoperating with different LDAP servers, including Active Directory
- Programming using Net::LDAP
If you want to be a master of your domain, LDAP System Administration will help you get up and running quickly regardless of which LDAP version you use. After reading this book, even with no previous LDAP experience, you'll be able to integrate a directory server into essential network services such as mail, DNS, HTTP, and SMB/CIFS.
|
Understanding and Deploying LDAP Directory Services (2nd Edition)
by Timothy A. Howes, Mark C. Smith, Gordon S. Good, and Tim Howes
List Price: $59.99
Available from Amazon
$51.47
On 7-22-2006
See Item's Page
Product Review
While early directory standards (such as X.500) offer some cross-platform functionality, none has the flexibility and widespread appeal of Lightweight Directory Access Protocol (LDAP), which is fast becoming a standard part of networked computers. In Understanding and Deploying LDAP Directory Services, three experienced engineers share their knowledge of LDAP in theory and practice, effectively defining this fast-emerging technology. If you're planning to work with LDAP in any way--whether as a network manager, a software developer, or an information technology administrator--you need to read and pay attention to this book. It's the last word on LDAP as it stands today. Since directory services aren't widely understood, this book begins by defining them and explaining what they can do for an organization. The guide then gets into the specifics of how LDAP organizes directories and handles queries. The authors go to great lengths to talk about what information to put in directories, how to validate and maintain it, and how to manage access to it. There's also lots of material on initiating LDAP services and on troubleshooting. The aft part of this book holds special appeal for software developers, since it talks extensively about how to implement LDAP in both new and existing software. Throughout, the authors pay special attention to data redundancy, security, privacy, and the economic issues involved in an LDAP deployment. The book's real-world focus is cemented by case studies (both historical and semifictional). --David Wall
--This text refers to an out of print or unavailable edition of this title.
Book Description
In the past decade, LDAP directories have risen from a relatively obscure offshoot of an equally obscure field to become one of the linchpins of modern computing. Increasingly, LDAP directories are becoming the nerve center of an organization's computing infrastructure, providing naming, location, management, security, and other services that have traditionally been provided by network operating systems. Design and deployment of a successful LDAP directory service can be complex and challenging, yet little information is available explaining the ins and outs of this important task. When two of us (Mark and Tim) finished writing a previous book, LDAP: programming Directory-Enabled Applications with Lightweight Directory Access Protocol, in early 1997, we soon realized there was another, much bigger piece of the directory puzzle still to be addressed. The previous book was aimed at directory application programmers, but nothing similar was available to address the needs of directory decision makers, designers, and administrators. This book is aimed at that audience. Recognizing the size of the task ahead of us and remembering the joys of giving up evenings and weekends for months at a time to meet deadlines for our first book, we quickly decided to expand our team. Just as quickly, we decided there was no one we'd rather share the fun with than our longtime friend and colleague, Gordon Good, at the time a senior directory developer at Netscape. Aside from being the third leg of the LDAP development team at the University of Michigan (U-M), Gordon brought a wealth of system administration experience from his past life as a directory and e-mail administrator and Web master for U-M. With Gordon on board, the three of us set about writing a book that we only half-jokingly referred to as the "LDAP Bible." The first edition of Understanding and Deploying LDAP Directory Services was published in 1999. Two years later, we realized that it was time to update this book and publish a second edition. LDAPv3 work in the IETF was mostly complete. Numerous extensions to the basic LDAP protocol were being developed. LDAP support in commercial and open-source software was widespread. In this edition, we cover these recent directory services developments. In addition, in response to reader suggestions we have streamlined the text, added more hands-on examples, updated the examples to reflect currently available software versions, and updated the case studies to reflect current directory practice. We thank all the readers of the first edition who provided helpful suggestions, and we hope that you find this second edition even more valuable. The Book's Organization This book includes 26 chapters in 6 parts. Part I introduces directories and LDAP. Parts II through IV each address a different part of the directory life cycle. Part V discusses how to leverage your directory service after it's up and running. Finally, Part VI presents three directory services deployment case studies. Part I, Introduction to Directory Services and LDAP, provides a comprehensive introduction to directories and LDAP. For readers unfamiliar with the topic, this section should bring them up to speed and provide the background necessary to understand the rest of the book. It also includes a section on the history of directories for readers interested in how all this technology came about. Part II, Designing Your Directory Service, begins to delve into the directory life cycle by covering the first, and in many ways most important, phase: design. We cover all aspects of directory design, from determining your needs, to designing your data sources, schema, namespace, topology, replication, and finally privacy and security. Part III, Deploying Your Directory Service, covers the next phase in the directory life cycle: deployment. We cover everything from choosing the right directory products to piloting your service to putting your service into production. We've also included a chapter about analyzing the cost of your service and how to help reduce those costs. Part IV, Maintaining Your Directory Service, concludes our coverage of the directory life cycle with a look at the maintenance phase. We cover such topics as backups and disaster recovery, maintaining data, monitoring your directory system, and troubleshooting problems when they occur. Part V, Leveraging Your Directory Service, talks about how to take advantage of the service you have designed and deployed. We discuss how to directory-enable existing applications, how to create new applications that use the directory, and how your directory can coexist with other data sources. Part VI, Case Studies, closes the book by presenting several directory case studies. Some of the case studies presented are real, and some are fictitious, but all are designed to illustrate the concepts of directory design, deployment, and maintenance in action. The Book's Audience This book is intended for primarily three kinds of readers: decision makers, architects, and administrators. In addition, anyone who wants to know more about LDAP or directories in general will find the book useful, as will software engineers who develop directory applications. Directory decision makers will find this book useful for aiding an understanding of directories and the kinds of business problems they help solve. Decision makers will find Part I useful for explaining the basics of directories. Part VI should also prove useful by providing some realistic examples of how directories are used and the benefits they can bring. Directory architects will find this book useful in defining the design problem and providing a methodology for producing a comprehensive directory design. The design methodology is focused on a practical approach to design based on real-world requirements. We highly recommend that directory architects and designers read the whole book, paying special attention to Parts II, III, and IV. A good directory design results in large part from a clear understanding of the other aspects of the directory life cycle and how the directory will be used. Directory administrators will find Part IV especially useful. It focuses on the maintenance phase of the directory life cycle, where administrators spend much of their lives. We also highly recommend that administrators read the rest of the book to get an idea of the directory big picture, as well as to understand some of the directory design decisions that are bound to make their lives either miserable or enjoyable. Other interested readers can pick and choose from the sections of the book that interest them. We encourage all readers to at least skim Part I, to ensure that they have the background required to benefit from the rest of the book. We've tried to structure the book so that each chapter stands by itself as much as possible. Readers should be able to read the chapters covering topics that interest them, without wading through chapters of less interest. Finally, we think all readers will find the case studies presented in Part VI interesting. They give different perspectives on directories designed to illustrate the trade-offs that different directory needs imply. Contacting Us If you have comments or suggestions about this book, or if you'd like to tell us about an interesting directory deployment or application you've developed, we'd like to hear from you. Feel free to drop us a line at the following addresses: Tim Howes:[a href="mailto:howes@opsware.com" id="howes@opsware.com">howes@opsware.com Mark Smith:mark@bradesmith.com Gordon Good:ggood@opsware.com We'll try our best to get back to you, but keep in mind that we all have day jobs! 0672323168P04142003
|
Ldap Metadirectory Provisioning Methodology: A Step by Step Method to Implementing Ldap Based Metadirectory Provisioning and Identity...
by Marlin Pohlman
Available from Amazon
$35.95
On 7-22-2006
See Item's Page
Book Description
This work provides system architects a methodology for the implementation of x.500 and LDAP based metadirectory provisioning systems. In addition this work assists in the business process analysis that accompanies any deployment. DOC Safe Harbor & European Commission's Directive on Data Protection (Directive 95/46/EC) issues are also addressed
About The Author
Marlin Pohlman has over 14 years experience in x.500 and LDAP based directory structures. As a former Sr. Managing Principal for Netscape professional services Dr. Pohlman lead the directory server implementation for companies such as Ford Motor Co, The Automotive Industry Action Group, Home Depot, Citigroup, AXA Insurance, Bank of NY, Alliance capital, GE Equity, Federal Express and the US Department of Defense Credit card issuance system. Dr. Pohlman was an original contributor to the IETF ASID group and implemented the worlds 2nd implementation of RFC 1777 for Sanlam insurance, in Cape Town, South Africa. The directory structure implemented in Sydney Australia, for the 2000 Olympics held the record for the largest non x.500 meta directory implementation in a client server environment. Dr. Pohlman received his MBA from Lexington and his PhD in computer science from Trinity. His thesis was Scaling Factors in Very Large, High Availability Directory Architectures.
|
LDAP in the Solaris Operating Environment: Deploying Secure Directory Services
by Michael Haines and Tom Bialaski
Available from Amazon
$57.99
On 7-22-2006
See Item's Page
Book Description
LDAP in the Solaris Operating Environment Deploying Secure Directory Services Provides an in-depth discussion of Solaris Operating Environment security methods and how they relate to LDAP as a naming service Covers migration planning tips from NIS/NIS+ to an LDAP-based naming service including capacity planning Presents an overview of LDAP tools and toolkits, and how they are used to administer LDAP as a naming service Discusses performance principles and benchmarking techniques for optimizing directory server performance LDAP in the Solaris Operating Environment is a follow-on to the Sun BluePrints book Solaris and LDAP Naming Services, and describes the significant improvements to the Solaris LDAP client and directory server. Deploying the Solaris Secured LDAP Client is covered in detail. This Sun BluePrints book introduces NIS/NIS+ migration tools and techniques to aid in the transition to an LDAP-based naming service. Troubleshooting tips, examples of extending Solaris authentication methods, and examples of extending Solaris authentication methods using the Pluggable Authentication Module (PAM) framework are provided.
Back Cover Copy
LDAP in the Solaris Operating EnvironmentDeploying Secure Directory Services - Provides an in-depth discussion of Solaris Operating Environment security methods and how they relate to LDAP as a naming service
- Covers migration planning tips from NIS/NIS+ to an LDAP-based naming service including capacity planning
- Presents an overview of LDAP tools and toolkits, and how they are used to administer LDAP as a naming service
- Discusses performance principles and benchmarking techniques for optimizing directory server performance
LDAP in the Solaris Operating Environment is a follow-on to the Sun BluePrints book Solaris and LDAP Naming Services, and describes the significant improvements to the Solaris LDAP client and directory server. Deploying the Solaris Secured LDAP Client is covered in detail. This Sun BluePrints book introduces NIS/NIS+ migration tools and techniques to aid in the transition to an LDAP-based naming service. Troubleshooting tips, examples of extending Solaris authentication methods, and examples of extending Solaris authentication methods using the Pluggable Authentication Module (PAM) framework are provided.
|
LDAP: Programming Directory-Enabled Apps (Macmillan Technology Series)
by Mark Smith and Timothy A. Howes
List Price: $44.99
Available from Amazon
$40.49
On 7-22-2006
See Item's Page
Product Review
Tim Howes's LDAP: programming Directory-Enabled Applications with Lightweight Directory Access Protocol is a very useful and (given the technical subject matter) surprisingly readable guide to the Lightweight Directory Access Protocol (LDAP), the preferred protocol for providing directory services on today's Internet. The book provides a solid introduction to what LDAP is, including its history and architecture, and then proceeds to cover LDAP API programming via C and C++ in clear, discrete examples that range from simple searching to filtering, reading, and updating LDAP directories. More advanced topics include asynchronous LDAP programming with threads, as well as building a command-line LDAP search utility. For programmers, this text is useful because of its overall clarity, although it also covers some of the specifics of developing in LDAP on Windows 95/NT, Macintosh, and UNIX. Non-programmers will also find the chapters on using command-line versions of LDAP (available in Netscape's implementation) to be very useful. The authors even provide examples of programming LDAP utilities through scripting in Perl, as LDAP applications can be prototyped using scripting languages first, then coded in the actual API using C/C++. On the whole, this is an exceptionally clear book that covers this valuable protocol extremely well.
Book Description
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.
|
LDAP Programming with Java(TM)
by Rob Weltman and Tony Dahbura
List Price: $54.99
Available from Amazon
$44.79
On 7-22-2006
See Item's Page
Product Review
From centralized corporate phone books to the localized storage of user preferences, Internet directories have many useful features. LDAP programming with Java offers an excellent tutorial on Lightweight Directory Access Protocol (LDAP), a popular standard, and the Directory SDK for Java, which lets you program with LDAP efficiently. Written for the working developer, this book demonstrates not only the elements of this Java toolkit but also the strategies and techniques for creating good Internet directories. There's a nice balance in this text among the background and theory of Internet directories and the many useful sample programs that show LDAP and Java in action. After outlining the development of the LDAP standard, this text gives you concise examples of using Internet directories for such applications as phone books, organizational charts, storing photo IDs centrally, and even providing "location transparency" for user preferences. (This capability allows users to access personalized settings from anywhere on a network.) Other standout material includes security and authentication, including some good detail on signing JAR files for both Netscape and Internet Explorer Web browsers. This book also provides working sample code for combining LDAP with a variety of Java and Internet APIs such as applets, JavaScript, JavaBeans, and servlets. The working source code is clearly explained, and the authors do a fine job of describing essential programming strategies like authentication and LDAP searching. Filled with practical Java source code and tips, LDAP programming with Java is an up-to-the-minute resource on using Internet directories to improve software in the enterprise. --Richard Dragan Topics covered: Introduction to the Lightweight Directory Access Protocol (LDAP); history and advantages of Internet directories; the X.500 standard; installing and using the Directory SDK for Java; command-line LDAP; LDAP Data Interchange Format (LDIF); Distinguished Names (DNs); LDAP searching options; filters and attributes; LDAP authentication techniques; adding, updating, and deleting directory entries; groups; access control lists; using the Simple Authentication and Security Layer (SASL); using LDAP with applets and JavaScript; JAR signing; LDAP and JavaBeans; location transparency with LDAP; storing organizational structures; pictures and user preferences; LDAP and servlets; options and constraints; LDAP URLs; managing schemas; LDAP controls and referrals; extended operations.
Book Description
Lightweight Directory Access Protocol (LDAP) is now a staple of enterprise and Internet software environments. Those involved in Internet development where Java(tm) technology is prominent or in Enterprise Information Systems, will need to understand how to use Java technology - and in particular the Directory SDK for Java - to unlock the power of LDAP. Written by the designer of the Directory SDK for Java and by a leading implementor of directory-based solutions, LDAP programming with Java(tm) is the first accurate, concise, and complete guide on how to access LDAP from Java applications. Assuming familiarity with Java programming, the book provides a comprehensive discussion on LDAP, from basic directory concepts through the most advanced techniques. It collects in one convenient resource the many innovative and experienced-based techniques and approaches programmers have discovered to use the Directory SDK to solve LDAP Access challenges. If you are new to LDAP, you will find helpful background on the role of directories in today's software systems; LDAP methods of storing, accessing, searching, and updating data; and how the Directory SDK for Java helps applications gain access to an LDAP server. Once you have become proficient with the essential concepts and techniques, you can read in depth about authentication, LDAP and JavaScript, working with JavaBeans(tm) for reusable LDAP components, expressing data relationships in a directory, and other advanced LDAP subjects. Specific topics covered include: * The LDAP naming and information models * The command-line tools of the SDK * Authentication with a DN password, Secure Sockets Layer (SSL), and Simple Authentication and Security Layer (SASL) * Configuring access control * Writing LDAP applets for a browser * Accessing the SDK from JavaScript * Storing Configuration and preferences in a directory * Encapsulating LDAP functionality in a JavaBean * Using LDAP in Java servlets * LDAP URLs * Multiple threads and multiple connections * Referrals and replicated systems * LDAP controls * Synchronous and asynchronous operations * Performance tips The book also presents numerous examples, from simple code snippets to complete components and applications. The companion CD contains the entire book in searchable format, source code for the Directory SDK, and all of the examples from the book.
|
The ABCs of LDAP: How to Install, Run, and Administer LDAP Services
by Reinhard Voglmaier
List Price: $69.95
Available from Amazon
$60.12
On 7-22-2006
See Item's Page
Product Review
Voglmaier has done a good job in proving good LDAP fundamentals. This book seems to me a good introduction to a complex subject and is useful for the beginner. The book explains the important things to know when you will start with LDAP. The book does an excellent job in explaining the installation of LDAPs. The examples included in this book are clear and concise and are selected from both OpenLDAP as well as commercial environments.This book is recommended for both educational as well as personal libraries. Both novice and trained professionals in the field will find something useful in this book. - E-Streams
Book Description
The ABCs of LDAP: How to Install, Run, and Administer LDAP Services delivers the theoretical background needed to understand how these servers work, resulting in clear, concise examples of implementations in both commercial and OpenLDAP environments. topics include an examination of major LDAP APIs, such as PHP, Perl, and Java, as well as distributed command line tools. The book covers ways to integrate LDAP into existing systems, and provides hands-on examples within working implementations.Users also benefit from a concise overview of how to design a directory, preparing you to execute directory deployments for email, PKI, DNS, and NIS servers.
|
The Sun Geeks Guide To Native LDAP: A Native LDAP Blueprint
by Jim Covington
Available from Amazon
$34.95
On 7-22-2006
See Item's Page
Book Description
Jim Covington's The Sun Geeks' Guide to Native LDAP is a comprehensive guide and cookbook, designed to help IT administrators implement and manage a 'native' LDAP instance.
About The Author
I have been working in computer field since 1976. Specialize in Solaris, LDAP, Web and Identity Management.
Customers interested in this title may also be interested in:Sponsored Links: What is this?
Blueprint
Look No Further. We Have It!
Blueprint
www.MegaSearch.biz
Feedback
What do customers ultimately buy after viewing items like this?
|
Customers tagged this product with
|
|
Search Products Tagged with
|
|
|
Additional Pages: 1 2
© Adapt, Inc. 1998-2006
|
Other Shops:
American States,
Atlases,
Art,
Art Techniques,
Audio Books,
Authors,
Biographies,
Business,
Celebrities,
Children's,
Cities,
Computers,
Cookbooks,
Countries,
Dictionaries,
En Español,
Encyclopedias,
History,
Horror,
Large Print,
Law,
Medical,
Mystery,
Photographers,
Photography Techniques,
Powell's Selections,
Presidents,
Research,
Romance,
Sci-Fi,
Study Guides,
Subjects,
Techical,
Teenagers,
Textbooks,
Travel
Books
Resources
Most Watched Book Auctions
Ldap at Sduf
Book Review Directory
Reviewed Authors
Reviewed Titles
Review List
Site Map
|