~zulcss/samba/server-dailies-3.4

« back to all changes in this revision

Viewing changes to testsuite/lib/nsswitch-config.exp

  • Committer: Chuck Short
  • Date: 2010-09-28 20:38:39 UTC
  • Revision ID: zulcss@ubuntu.com-20100928203839-pgjulytsi9ue63x1
Initial version

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#
 
2
# Load environment variables
 
3
#
 
4
 
 
5
global tool
 
6
 
 
7
if { [file exists "deja-$tool.tcl"] } {
 
8
    source "deja-$tool.tcl"
 
9
}
 
10
 
 
11
# Required options
 
12
 
 
13
if { ![info exists WORKGROUP] } {
 
14
    error "\$WORKGROUP not set in config file"
 
15
}
 
16
 
 
17
if { ![info exists PDC] } {
 
18
    error "\$PDC not set in config file"
 
19
}
 
20
 
 
21
set domain $WORKGROUP