mirror of
https://github.com/samba-team/samba.git
synced 2025-01-26 10:04:02 +03:00
s3-selftest: fix Samba3.pm provisioning after uid/gid changes.
Guenther
This commit is contained in:
parent
05cad2ea2f
commit
a949c70ed8
@ -549,9 +549,9 @@ sub provision($$$$$$)
|
||||
## create a test account
|
||||
##
|
||||
|
||||
my $max_uid, $max_gid;
|
||||
my $uid_nobody, $uid_root;
|
||||
my $gid_nobody, $gid_nogroup, $gid_root;
|
||||
my ($max_uid, $max_gid);
|
||||
my ($uid_nobody, $uid_root);
|
||||
my ($gid_nobody, $gid_nogroup, $gid_root);
|
||||
|
||||
if ($unix_uid < 0xffff - 2) {
|
||||
$max_uid = 0xffff;
|
||||
|
Loading…
x
Reference in New Issue
Block a user