check_ldap_repl.pl
changeset 14 bd26976ed704
parent 13 ce6d09692989
child 15 57f440ea5ac8
equal deleted inserted replaced
13:ce6d09692989 14:bd26976ed704
    42     DEPENDENT => 4
    42     DEPENDENT => 4
    43 );
    43 );
    44 
    44 
    45 my $ME      = basename $0;
    45 my $ME      = basename $0;
    46 my $NAME    = "LDAPREPL";
    46 my $NAME    = "LDAPREPL";
    47 my $VERSION = "0.3.3";
    47 my $VERSION = "0.4";
    48 
    48 
    49 my $defaults = {
    49 my $defaults = {
    50     'attribute|a=s' => 'description',
    50     'attribute|a=s' => 'description',
    51     'dn|d=s'        => undef,
    51     'dn|d=s'        => undef,
    52     'binddn|D=s'    => undef,
    52     'binddn|D=s'    => undef,
   223 
   223 
   224 This plugin checks if the ldap replication works correctly.
   224 This plugin checks if the ldap replication works correctly.
   225 
   225 
   226 =head1 VERSION
   226 =head1 VERSION
   227 
   227 
   228 This man page is current for version 0.3.3 of B<check_ldap_repl>.
   228 This man page is current for version 0.4 of B<check_ldap_repl>.
   229 
   229 
   230 =head1 AUTHOR
   230 =head1 AUTHOR
   231 
   231 
   232 Written by Christian Arnold L<arnold@schlittermann.de>. Modified by Matthias Förste L<foerste@schlittermann.de>.
   232 Written by Christian Arnold L<arnold@schlittermann.de>. Modified by Matthias Förste L<foerste@schlittermann.de>.
   233 
   233