The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

App::LDAP::LDIF::Host - the representation of hosts in LDAP

SYNOPSIS

    my $host = App::LDAP::LDIF::Host->new(
        ou   => $ou,             # the OU (organization unit) which the host belongs to
        name => $name,           # the host name
        ip   => $ip,             # the ip of this host
    );

    my $entry = $host->entry;    # get the host as a instance of Net::Ldap::Entry