summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKai Blin <kai@samba.org>2008-05-05 15:26:11 +0200
committerKarolin Seeger <kseeger@samba.org>2008-06-23 14:17:25 +0200
commit7289712cf741b5e45f59f180f9ac6584cccb7ced (patch)
tree4c18a69f0cacb91dd68bb048bcd3344886a96278
parent68472fa4e29e2ac059197b0b212f890f4cc8f522 (diff)
downloadsamba-7289712cf741b5e45f59f180f9ac6584cccb7ced.tar.gz
selftest: Advertise as PDC and time server during make test
(cherry picked from commit 65c619b36d08ac2f24b622c71b7e05d50bdeea50) (cherry picked from commit 1b24a06502a910909cf889916423c94aca92b1cf)
-rwxr-xr-xsource/script/tests/selftest.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/source/script/tests/selftest.sh b/source/script/tests/selftest.sh
index 5f07e2d76e1..26dd0cbbee9 100755
--- a/source/script/tests/selftest.sh
+++ b/source/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