Footprintless::Plugin::Ldap - A Footprintless plugin for working with LDAP
version 1.00
Provides the ldap
factory method to the framework as well as the ldap
command to the CLI.
As with all plugins,
this must be registered on the footprintless
entity.
plugins => [ 'Footprintless::Plugin::Ldap', ],
You may supply your own command_helper
as outlined by Footprintless::Plugin::Ldap::DefaultCommandHelper:
'Footprintless::Plugin::Database' => { command_helper => 'My::Automation::CommandHelper', }
Returns a new ldap provider instance. See Footprintless::Plugin::Ldap::Ldap.
Returns a new ldap command helper. See Footprintless::Plugin::Ldap::DefaultCommandHelper.
Lucas Theisen <lucastheisen@pastdev.com>
This software is copyright (c) 2017 by Lucas Theisen.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.
Please see those modules/websites for more information related to this module.