NAME

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

SYNOPSIS

  use Lemonldap::NG::Manager::Cli;

  $cli = new Lemonldap::NG::Manager::Cli;
  $action = shift(@ARGV);
  $method = $cli->determineMethod($action);
  $cli->run($method, @ARGV);
  $ret = $cli->saveConf();

DESCRIPTION

Lemonldap::NG::Manager::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> Clement Oudot <clem.oudot@gmail.com> Sandro Cazzaniga <cazzaniga.sandro@gmail.com>

COPYRIGHT AND LICENSE

Copyright (C) 2012, by David Delassus Copyright (C) 2013, by Clement Oudot, Sandro Cazzaniga

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.