diff options
author | Kai Blin <kai@samba.org> | 2008-05-05 15:26:11 +0200 |
---|---|---|
committer | Michael Adam <obnox@samba.org> | 2008-05-06 12:26:13 +0200 |
commit | 49264b539ddab90d03fb6a179b5a6ad302a5340a (patch) | |
tree | 80ba5fbd4223ca65c10dc032592cd1a865f8aeca /source3/script | |
parent | 60fedc43e75cebbef10a94cacfe9733e947b1386 (diff) | |
download | samba-49264b539ddab90d03fb6a179b5a6ad302a5340a.tar.gz samba-49264b539ddab90d03fb6a179b5a6ad302a5340a.tar.bz2 samba-49264b539ddab90d03fb6a179b5a6ad302a5340a.zip |
selftest: Advertise as PDC and time server during make test
(This used to be commit 65c619b36d08ac2f24b622c71b7e05d50bdeea50)
Diffstat (limited to 'source3/script')
-rwxr-xr-x | source3/script/tests/selftest.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/source3/script/tests/selftest.sh b/source3/script/tests/selftest.sh index 5f07e2d76e..26dd0cbbee 100755 --- a/source3/script/tests/selftest.sh +++ b/source3/script/tests/selftest.sh @@ -162,6 +162,10 @@ cat >$SERVERCONFFILE<<EOF passdb backend = tdbsam + domain master = yes + domain logons = yes + time server = yes + add user script = $PERL $SRCDIR/lib/nss_wrapper/nss_wrapper.pl --path $NSS_WRAPPER_PASSWD --type passwd --action add --name %u add machine script = $PERL $SRCDIR/lib/nss_wrapper/nss_wrapper.pl --path $NSS_WRAPPER_PASSWD --type passwd --action add --name %u delete user script = $PERL $SRCDIR/lib/nss_wrapper/nss_wrapper.pl --path $NSS_WRAPPER_PASSWD --type passwd --action delete --name %u |