PHP LDAP

More than 730 titles from different sources. Prepared by gotAPI.com

Ajax and JavaScript
Database: Development
Database: MySQL
Database: Others
Design Patterns
E-Mail Processing and Notifications
File Management and Upload
Forms
Generic Web Services and SOAP
Installation and Configuration
LDAP
Logging
Managing and Resizing Images
Network and Sockets
Object-Oriented Programming (OOP)
PEAR
Performance Optimization
PHP 5
PHPLIB / Standard Library
RSS, Atom and Syndication
Security
Session and Cookies
Testing and Debugging
WML and Mobile Devices
XML/XSL Parsing and Processing

1 - 75
76 - 150
151 - 225
226 - 300
301 - 375
376 - 450
451 - 525
526 - 600
601 - 675
676 - 750


www.gotAPI.com
Integrating Active Directory with PHP tutorial by W. Jason Gilmore
Software engineering is not unlike other industrial craft; the actors in each respective trade are engaged in the practice of creating something out of nothing. Often their products are the result of skills within several disciplines. For example, a furniture designer might require knowledge working within wood, metal, and glass, while often a software product s quality is often the function of the software designer s knowledge and experience wor...

Searching Active Directory with Perl tutorial by W. Jason Gilmore
In the first installment of this series, I introduced PHP s LDAP functionality, and demonstrated just how easy it was to create PHP scripts that talked to Microsoft s Active Directory product. In this installment, we ll take a look at another language offering great LDAP support: Perl. In true TMTOWTDI (There s More Than One Way To Do It; The official motto of Perl) fashion, several LDAP packages exist for Perl. I ve had the pleasure of experimen...

Using PHP With LDAP (part 1) by Harish Kamath, (c) Melonfire
One of the reasons for PHP s immense popularity is its support for a wide variety of different Internet technologies. It is this support, coupled with the speed with which new language extensions get added to the source tree, that keeps PHP ahead of other competing languages in the same category, and ensures the continuity (and future growth) of the fan following it currently enjoys.

Using PHP With LDAP (part 2) by Harish Kamath, (c) Melonfire
In the first part of this article, I gave you a crash course in the basics of using PHP with LDAP, demonstrating how PHP s built-in support for LDAP makes it easy to query an LDAP directory server for user information. That article also included a detailed discussion of the steps that make up a PHP-to-LDAP session, together with examples demonstrating how those steps play out in the real world.