summaryrefslogtreecommitdiff
path: root/selftest/target/Samba4.pm
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2012-06-27 17:51:55 +1000
committerAndrew Bartlett <abartlet@samba.org>2012-06-27 11:29:16 +0200
commitdf899ae04069d57f5120947d9e9fd20b0af1bfd1 (patch)
treec77012705d191cb1c8d9e2353d71ed16c54e718f /selftest/target/Samba4.pm
parent6acd2f2b1a75f1779a7a27402e2d285c74781df5 (diff)
downloadsamba-df899ae04069d57f5120947d9e9fd20b0af1bfd1.tar.gz
samba-df899ae04069d57f5120947d9e9fd20b0af1bfd1.tar.bz2
samba-df899ae04069d57f5120947d9e9fd20b0af1bfd1.zip
selftest: Add extra users to nss_wrapper
These will be used for a test using pdbtest and to run the client test environment under nss_wrapper. Andrew Bartlett
Diffstat (limited to 'selftest/target/Samba4.pm')
-rw-r--r--selftest/target/Samba4.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/selftest/target/Samba4.pm b/selftest/target/Samba4.pm
index af3951785b..c15c29885c 100644
--- a/selftest/target/Samba4.pm
+++ b/selftest/target/Samba4.pm
@@ -621,8 +621,8 @@ sub provision_raw_step1($$)
open(PWD, ">$ctx->{nsswrap_passwd}");
print PWD "
root:x:0:0:root gecos:$ctx->{prefix_abs}:/bin/false
-$ctx->{unix_name}:x:$ctx->{unix_uid}:@{$ctx->{unix_gids}}[0]:$ctx->{unix_name} gecos:$ctx->{prefix_abs}:/bin/false
nobody:x:65534:65533:nobody gecos:$ctx->{prefix_abs}:/bin/false
+pdbtest:x:65533:65533:pdbtest gecos:$ctx->{prefix_abs}:/bin/false
";
close(PWD);