NAME

Gestinanna::POF::LDAP - LDAP interface for persistant objects

SYNOPSIS

package My::DataObject;

use base qw(Gestinanna::POF::LDAP);

use constant base_dn => 'ou=branch, dc=some, dc=com';
use constant id_field => 'uid';

# override set, get, save methods here

DESCRIPTION

SEE ALSO

Gestinanna::POF

AUTHOR

James Smith, <jsmith@cpan.org>

COPYRIGHT

Copyright (C) 2002, 2003 Texas A&M University. All Rights Reserved.

This module is free software; you can redistribute it and/or modify it under the same terms as Perl itself.