1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-11 05:18:09 +03:00
samba-mirror/testsuite/lib/nsswitch-config.exp
2001-05-09 04:59:49 +00:00

22 lines
316 B
Plaintext

#
# Load environment variables
#
global tool
if { [file exists "deja-$tool.tcl"] } {
source "deja-$tool.tcl"
}
# Required options
if { ![info exists WORKGROUP] } {
error "\$WORKGROUP not set in config file"
}
if { ![info exists PDC] } {
error "\$PDC not set in config file"
}
set domain $WORKGROUP