Scroll to navigation

Lemonldap::NG::Cli(3pm) User Contributed Perl Documentation Lemonldap::NG::Cli(3pm)
 

NAME

Lemonldap::NG::Cli - Command Line Interface to edit LemonLDAP::NG configuration.

SYNOPSIS

  use Lemonldap::NG::Cli;
  
  my $app = Lemonldap::NG::Cli->new ();
  my $ret = $app->run (\@ARGV);
  exit ($ret);

DESCRIPTION

Lemonldap::NG::Cli allow user to edit the configuration of Lemonldap::NG via the command line.

SEE ALSO

Lemonldap::NG, Lemonldap::NG::Common::Conf

AUTHOR

David Delassus <david.jose.delassus@gmail.com>

COPYRIGHT AND LICENSE

Copyright (C) 2012, by David Delassus
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.10.0 or, at your option, any later version of Perl 5 you may have available.
2012-07-02 perl v5.14.2