-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
hi,
I need to know what script did ...
what is the best way to log script all LDAP related activity?
is it something like?
sub each_ldap_related_anything {
...
use Storable;
store \%all_things_to_log, 'file';
...
}
- --
Zeus V. Panchenko
> On 19 Jan 2018, at 14:26, Zeus Panchenko wrote:
>
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA1
>
> hi,
>
> I need to know what script did ...
>
> what is the best way to log script all LDAP related activity?
>
> is it something like?
>
> sub each_ldap_related_anything {
> ...
> us