NAME
    IO::Adapter::LDAP - abstracted IO interface for LDAP.

SYNOPSIS
       use IO::Adapter;
       my $obj = new IO::Adapter "ldap:fml", $map_params;
       $obj->open();
       $obj->add( 'rudo@nuinui.net' );
       $obj->close();

DESCRIPTION
    This module provides LDAP interface.

METHODS
  configure($me, $args)
    IO::Adapter::LDAP specific configuration loader.

  add($address, ... )
    add (append) $address to this map.

  getline()
    return the next address.

  get_next_key()
    return the next key.

  setpos($pos)
    set position in returnd cache.

  getpos()
    get position in returnd cache.

  eof()
    check if EOF or not?

SEE ALSO
    Net::LDAP

CODING STYLE
    See "http://www.fml.org/software/FNF/" on fml coding style guide.

AUTHOR
    Ken'ichi Fukamachi

COPYRIGHT
    Copyright (C) 2005,2006 Ken'ichi Fukamachi

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

HISTORY
    IO::Adapter::LDAP first appeared in fml8 mailing list driver package.
    See "http://www.fml.org/" for more details.

