NAME
App::LDAP::LDIF::Sudoer - the representation of sudoers in LDAP
SYNOPSIS
my $sudoer = App::LDAP::LDIF::Sudoer->new(
base => "ou=Sudoer,dc=example,dc=com",
sudoUser => "administrator",
);
my $entry = $sudoer->entry;
# to be Net::LDAP::Entry;
my $sudoer = App::LDAP::LDIF::Sudoer->new($entry);
# new from a Net::LDAP::Entry;