s3-selftest: Fix invalid /etc/group file used with nss_wrapper.
[ira/wip.git] / selftest / target / Samba3.pm
index 95d2a8253ffcaf3e0a8bf4603807ec2cfe3775c1..4723fd690995f312b8956e80219a736ff7c0f8f3 100644 (file)
@@ -542,6 +542,7 @@ $unix_name:x:$unix_uid:$unix_gids[0]:$unix_name gecos:$prefix_abs:/bin/false
        open(GROUP, ">$nss_wrapper_group") or die("Unable to open $nss_wrapper_group");
        print GROUP "nobody:x:65533:
 nogroup:x:65534:nobody
        open(GROUP, ">$nss_wrapper_group") or die("Unable to open $nss_wrapper_group");
        print GROUP "nobody:x:65533:
 nogroup:x:65534:nobody
+root:x:65532:
 $unix_name-group:x:$unix_gids[0]:
 ";
        close(GROUP);
 $unix_name-group:x:$unix_gids[0]:
 ";
        close(GROUP);