Search results for "module:Mozilla::LDAP"
Mozilla::LDAP::LDIF - read or write LDIF (LDAP Data Interchange Format)
LDIF version 1 is defined by <draft-good-ldap-ldif-03>. An LDIF record like this: DN: cn=Foo Bar, o=ITU cn: Foo Bar Sn: Bar objectClass: person objectClass: organizatio nalPerson jpegPhoto:< file:foobar.jpg # comment corresponds (in this module) to a...
LEIFHED/perldap-1.4 - 04 Sep 1999 06:00:20 UTC
Mozilla::LDAP::API - Perl methods for LDAP C API calls
This package offers a direct interface to the LDAP C API calls from Perl. It is used internally by the other Mozilla::LDAP modules. It is highly suggested that you use the object oriented interface in Mozilla::LDAP::Conn and Mozilla::LDAP::Entry unle...
LEIFHED/perldap-1.4 - 04 Sep 1999 06:00:20 UTC
Mozilla::LDAP::Conn - Object Oriented API for the LDAP SDK.
First, this is not ment to be a crash course in how LDAP works, if you have no experience with LDAP, I suggest you read some of the literature that's available out there. The LDAP Deployment Book from Netscape, or the LDAP C SDK documentation are goo...
LEIFHED/perldap-1.4 - 04 Sep 1999 06:00:20 UTC
Mozilla::LDAP::Entry - Object class to hold one LDAP entry.
The LDAP::Entry object class is built on top of the Tie::Hash standard object class. This gives us several powerful features, the main one being to keep track of what is changing in the LDAP entry. This makes it very easy to write LDAP clients that n...
LEIFHED/perldap-1.4 - 04 Sep 1999 06:00:20 UTC