Displaying 1 result from an estimated 1 matches for "wieleba".
Did you mean:
veleba
2007 May 25
0
[new script] smbldap-userlist
...es that are not in use
anymore.
For usage, read the perldoc in the script. Place the script in the same
directory as you have your other smbldap-tools scripts.
The script is based on smbldap-usershow.
Kind regards,
Tarjei
-------------- next part --------------
#!/usr/bin/perl -w
# Created by P.Wieleba@iem.pw.edu.pl in 2004
use strict;
use Getopt::Std;
use FindBin;
use FindBin qw($RealBin);
use lib "$RealBin/";
use smbldap_tools;
use Date::Format;
# function declaration
sub exist_in_tab;
my %Options;
my $ok = getopts('dmug?', \%Options);
if ( (!$ok) || ($Options{'?'...