diff options
author | Andrew Bartlett <abartlet@samba.org> | 2008-03-07 10:57:52 +1100 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2008-03-07 10:57:52 +1100 |
commit | 14c5f968e1f99ceabc5a42d9a38a00ea137b00ea (patch) | |
tree | a922ad72242dd91f215d06b8a3f16d054800370b /source4/setup/provision.smb.conf.standalone | |
parent | 45149fbf9d3e55e17e21ab4a6159e9b805adc06d (diff) | |
download | samba-14c5f968e1f99ceabc5a42d9a38a00ea137b00ea.tar.gz samba-14c5f968e1f99ceabc5a42d9a38a00ea137b00ea.tar.xz samba-14c5f968e1f99ceabc5a42d9a38a00ea137b00ea.zip |
Rework provision scripts for more testing
This fixes up some issues with testdir (was not honoured) and
increases test coverage.
We now check all the major provision modes. In doing so, to make it
possible to call from the multiple layers of 'sh', I have allowed 'dc'
to alias 'domain controller' and 'member' to alias 'member server'.
Fighting shell quoting in the test system was just too hard...
Also fix upgrade.py
Andrew Bartlett
(This used to be commit 0923de12282b0e063dd73bc3e056dd5c3663c190)
Diffstat (limited to 'source4/setup/provision.smb.conf.standalone')
-rw-r--r-- | source4/setup/provision.smb.conf.standalone | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/source4/setup/provision.smb.conf.standalone b/source4/setup/provision.smb.conf.standalone index 1d9191d8c2..0d742fb903 100644 --- a/source4/setup/provision.smb.conf.standalone +++ b/source4/setup/provision.smb.conf.standalone @@ -1,7 +1,7 @@ [globals] netbios name = ${HOSTNAME} - workgroup = ${DOMAIN_CONF} - realm = ${REALM_CONF} + workgroup = ${DOMAIN} + realm = ${REALM} server role = ${SERVERROLE} ${PRIVATEDIR_LINE} ${LOCKDIR_LINE} |