summaryrefslogtreecommitdiffstats
path: root/source/script
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2005-09-19 11:55:34 +0000
committerAndrew Bartlett <abartlet@samba.org>2005-09-19 11:55:34 +0000
commit27549a8104f6a8533c0497942e542e9b289291b7 (patch)
tree9bff8adfe3b6a1f3641fc140e7185c5157808e90 /source/script
parent5dd4dea03537dcea315106a224ab5297e1ae1f1f (diff)
downloadsamba-27549a8104f6a8533c0497942e542e9b289291b7.tar.gz
samba-27549a8104f6a8533c0497942e542e9b289291b7.tar.xz
samba-27549a8104f6a8533c0497942e542e9b289291b7.zip
r10314: Apply the controvertial 'server role =' patch after discussion on the list:
This patch removes the 'domain logon' and 'domain master' controls from Samba4, in favour of a 'server role =' that users can actually understand. We can expand the list of roles as needed, and nobody has to figure out what a 'domain master' actually means. Andrew Bartlett
Diffstat (limited to 'source/script')
-rwxr-xr-xsource/script/tests/selftest.sh5
1 files changed, 2 insertions, 3 deletions
diff --git a/source/script/tests/selftest.sh b/source/script/tests/selftest.sh
index 82cac6459f8..64195f7e29d 100755
--- a/source/script/tests/selftest.sh
+++ b/source/script/tests/selftest.sh
@@ -94,8 +94,7 @@ cat >$CONFFILE<<EOF
tls enabled = $TLS_ENABLED
panic action = $SRCDIR/script/gdb_backtrace %PID% %PROG%
wins support = yes
- domain master = yes
- domain logons = yes
+ server role = pdc
[tmp]
path = $TMPDIR
@@ -133,7 +132,7 @@ START=`date`
# give time for nbt server to register its names
echo delaying for nbt name registration
sleep 4
- bin/nmblookup -U localhost localhost
+ bin/nmblookup $CONFIGURATION -U localhost localhost
failed=0