Displaying 2 results from an estimated 2 matches for "statent".
Did you mean:
statment
2002 Nov 18
0
R: 3rd POSTING: winbind mixcase DOMAIN+username???
...o investigate on the winbind and Mr.
Fraille (that runs into the same problem but solved it!) suggest me to add
this line in smbfax-html.pl (that is the script that create the 2 files
described up...) but seems that on my system all is ignored (why?):
sub file_owner {
my $file = shift;
my @statent = stat($file) or return undef;
my @pwent = getpwuid($statent[4]);
# Put username in uppercase
$pwent[0] =~ tr/[a-z]?/[A-Z]?/;
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
return $pwent[0];
}
Sorry for the long mail, but its necessary to better explain my problem, the
last step in the configurati...
2002 Nov 18
2
3rd POSTING: winbind mixcase DOMAIN+username???
Hallo Everyone,
Please answer to:
http://lists.samba.org/pipermail/samba/2002-November/084692.html
Thanks a lot in advance,
Gianluigi Di Vaio