Main > Programming > Libraries >

Persistent::LDAP 0.50

Persistent::LDAP 0.50

Sponsored Links

Persistent::LDAP 0.50 Ranking & Summary

RankingClick at the star to rank
Ranking Level
User Review: 0 (0 times)
File size: 0.015 MB
Platform: Any Platform
License: Perl Artistic License
Price:
Downloads: 889
Date added: 2007-05-19
Publisher: David Winters

Persistent::LDAP 0.50 description

Persistent::LDAP is a persistent class implemented using a LDAP directory.

SYNOPSIS

use Persistent::LDAP;
use English; # import readable variable names like $EVAL_ERROR

eval { ### in case an exception is thrown ###

### allocate a persistent object ###
my $person =
new Persistent::LDAP(localhost, 389,
cn=Directory Manager, test1234,
ou=Engineering,o=Big Snow Org,c=US);

### declare attributes of the object ###
$person->add_attribute(uid, ID, String);
$person->add_attribute(userpassword, Persistent, String);
$person->add_attribute(objectclass, Persistent, String);
$person->add_attribute(givenname, Persistent, String);
$person->add_attribute(sn, Persistent, String);
$person->add_attribute(cn, Persistent, String);
$person->add_attribute(mail, Persistent, String);
$person->add_attribute(telephonenumber, Persistent, String);

### query the datastore for some objects ###
$person->restore_where(& (objectclass=person)(mail=*bigsnow.org),
sn, givenname);
while ($person->restore_next()) {
printf("name = %s, email = %sn",
$person->givenname . . $person->sn,
$person->mail);
}
};

if ($EVAL_ERROR) { ### catch those exceptions! ###
print "An error occurred: $EVAL_ERRORn";
}

ABSTRACT

This is a Persistent class that uses a LDAP directory to store and retrieve objects. This class can be instantiated directly or subclassed. The methods described below are unique to this class, and all other methods that are provided by this class are documented in the Persistent documentation. The Persistent documentation has a very thorough introduction to using the Persistent framework of classes.

Persistent::LDAP 0.50 Screenshot

Advertisements

Persistent::LDAP 0.50 Keywords

Bookmark Persistent::LDAP 0.50

Hyperlink code:
Link for forum:

Persistent::LDAP 0.50 Copyright

WareSeeker periodically updates pricing and software information of Persistent::LDAP 0.50 full version from the publisher, so some information may be slightly out-of-date. You should confirm all information before relying on it. Software piracy is theft, Using crack, password, serial numbers, registration codes, key generators is illegal and prevent future development of Persistent::LDAP 0.50 Edition. Download links are directly from our publisher sites, torrent files or links from rapidshare.com, yousendit.com or megaupload.com are not allowed

Allok Video Splitter 2.2.0 Review:

Name (Required)
Email(Required)
Captcha
Featured Software

Want to place your software product here?
Please contact us for consideration.

Contact WareSeeker.com
Related Software
Persistent::DBI is an Abstract Persistent Class implemented using a DBI Data Source. Free Download
Persistent::mSQL is a persistent class implemented using a mSQL database. Free Download
Persistent::MySQL is a persistent class implemented using a MySQL database. Free Download
Persistent::Sybase is a persistent class implemented using a Sybase database. Free Download
Persistent::Oracle is a persistent class implemented using an Oracle database. Free Download
Persistent::Base is an Abstract Persistent Base Class. Free Download
Apache2::AuthNetLDAP is a mod_perl module that uses the Net::LDAP module for user authentication for Apache. Free Download
OpenLDAP software is an open source implementation of the Lightweight Directory Access Protocol. Free Download