diff options
author | Günther Deschner <gd@samba.org> | 2009-04-08 13:11:16 +0200 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2009-04-08 13:11:16 +0200 |
commit | fa7f2ffe5116dce69e89b990f816a32721474fb6 (patch) | |
tree | cba5f492725875e4731dccd95651a888e6e34e06 /source3/script | |
parent | 78951bd7f4d8bfe13691b3291151c8dedd8e29ef (diff) | |
download | samba-fa7f2ffe5116dce69e89b990f816a32721474fb6.tar.gz samba-fa7f2ffe5116dce69e89b990f816a32721474fb6.tar.xz samba-fa7f2ffe5116dce69e89b990f816a32721474fb6.zip |
s3-selftest: add root for make test as well (not only make selftest).
Guenther
Diffstat (limited to 'source3/script')
-rwxr-xr-x | source3/script/tests/selftest.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/script/tests/selftest.sh b/source3/script/tests/selftest.sh index d49c5b0ca1e..60b71a5adcb 100755 --- a/source3/script/tests/selftest.sh +++ b/source3/script/tests/selftest.sh @@ -268,6 +268,7 @@ EOF ## cat >$NSS_WRAPPER_PASSWD<<EOF +root:x:65533:65532:root gecos:$PREFIX_ABS:/bin/false nobody:x:65534:65533:nobody gecos:$PREFIX_ABS:/bin/false $USERNAME:x:$USERID:$GROUPID:$USERNAME gecos:$PREFIX_ABS:/bin/false EOF |