Footprintless::Plugin::Ldap::ApacheDsLdapUtil; - A utility package for ApacheDs specific behaviors
version 1.00
Utility methods for working with ApacheDS.
Performs an export_ldif to $file
passing along %options
.
Performs a backup of $ldap_from
followed by a restore to $ldap_to
.
The %options
will be supplied to both calls.
Copies one or more user entries from $ldap_from
to $ldap_to
.
The supported options are:
An ARRAYREF
of email addresses to copy (will be ignored if filter
is provided).
An ldap filter whose resulting entries will be copied.
Performs an import_ldif from $file
passing along %options
.
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.