diff options
author | Andrew Bartlett <abartlet@samba.org> | 2010-11-29 22:30:41 +1100 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2010-12-01 16:09:58 +1100 |
commit | b5bab49dc965bbda2dc5a8a2608b34808d7dfae8 (patch) | |
tree | 16aac0b666148221870539488fc676ea4d604c6b /wintest/conf | |
parent | f5382d5d3f8c6483eecc04d11bf88dcd50d624dd (diff) | |
download | samba-b5bab49dc965bbda2dc5a8a2608b34808d7dfae8.tar.gz samba-b5bab49dc965bbda2dc5a8a2608b34808d7dfae8.tar.xz samba-b5bab49dc965bbda2dc5a8a2608b34808d7dfae8.zip |
wintest Fix case of BASEDN variables
This needs to be automatically calculated.
Andrew Bartlett
Diffstat (limited to 'wintest/conf')
-rw-r--r-- | wintest/conf/abartlet.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/wintest/conf/abartlet.conf b/wintest/conf/abartlet.conf index 8f4d9bacf9..fe75408c12 100644 --- a/wintest/conf/abartlet.conf +++ b/wintest/conf/abartlet.conf @@ -31,7 +31,7 @@ BIND_USER : named REALM : S4.HOWTO.ABARTLET.NET LCREALM : s4.howto.abartlet.net DOMAIN : s4-howto -BASEDN : DC=S4,DC=howto,DC=abartlet,DC=net +BASEDN : DC=s4,DC=howto,DC=abartlet,DC=net PASSWORD1 : p@ssw0rd PASSWORD2 : p@ssw0rd2 PASSWORD3 : p@ssw0rd3 |