# Copyright (c) 1999-2000 by Visuality Systems, Ltd. # # # This file contains the CIFS common configuration. # # Parameters: # WINS=IP # IP address of the WINS. For non-WINS networks this # parameter should be omitted (the 'WINS' keyword # should not appear in the file) # # DOMAIN=name[:D/W] # Name of the domain/workgroup # The optional D/W modifier specifies whether the name should # be treated as a Domain or a Workgroup: # D - the CIFS server is a member of a NT Domain and is # able to authorize both domain and local users # W (default) - the CIFS Server is a member of a # Workgroup and is able to authorize local users only # # Each entry should be kept on an individual line. # # The following examples illustrates the file's contents: # # Example 1: # WINS=192.168.0.1 # DOMAIN=WORKGROUP:W # # Example 2: # WINS=192.168.0.1 # DOMAIN=DOM1:D DOMAIN=WORKGROUP:W