TAG | Manual
This article will attempt to demonstrate how to connect to an LDAP server using PHP. Specifically, the example given will connect to a public LDAP server and perform searches. This example closely mimics the way Netscape® Communicator 4.* uses its address book to connect to LDAP resources. (more…)
This app provides a simple example of login authentication using Netscape’s LDAP Java API. (more…)
The Lightweight Directory Access Protocol (LDAP) is the Internet standard for directory services. Perl provides one of the best tools you can use to build LDAP-based applications. In this article we’re going to learn how to use Perl to search LDAP servers. (more…)