diff options
author | Andrew Tridgell <tridge@samba.org> | 2010-12-01 15:08:33 +1100 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2010-12-01 16:09:59 +1100 |
commit | 60e1a2c8cb49b774952b86ae8cdd4a5d6473c3ea (patch) | |
tree | 12d74de0e9058df9f212042da35028fa661c371d /wintest | |
parent | bd86dda8e66438617205f74468123703deddc350 (diff) | |
download | samba-60e1a2c8cb49b774952b86ae8cdd4a5d6473c3ea.tar.gz samba-60e1a2c8cb49b774952b86ae8cdd4a5d6473c3ea.tar.bz2 samba-60e1a2c8cb49b774952b86ae8cdd4a5d6473c3ea.zip |
wintest: we don't need the WIN_BASEDN vars any more
they are based on the realm now
Diffstat (limited to 'wintest')
-rw-r--r-- | wintest/conf/tridge.conf | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/wintest/conf/tridge.conf b/wintest/conf/tridge.conf index 72b54d88da..f9ab1dcc94 100644 --- a/wintest/conf/tridge.conf +++ b/wintest/conf/tridge.conf @@ -53,7 +53,6 @@ WINXP_PASS : penguin # Samba will join this w2k8r2 VM as a DC and then as a RODC W2K8R2A_HOSTNAME : w2k8 W2K8R2A_VM : w2k8r2 -W2K8R2A_BASEDN : DC=v2,DC=tridgell,DC=net W2K8R2A_REALM : v2.tridgell.net W2K8R2A_DOMAIN : v2 W2K8R2A_PASS : p@ssw0rd5 @@ -76,7 +75,6 @@ W2K8R2C_SNAPSHOT : howto-test2 # Samba will join this w2k3 VM as a DC W2K3A_HOSTNAME : w2k3 W2K3A_VM : w2003 -W2K3A_BASEDN : DC=vsofs3,DC=com W2K3A_REALM : vsofs3.com W2K3A_DOMAIN : vsofs3 W2K3A_PASS : penguin |