simple nt client question

Vojin Urosevic vurosevic at webplan.net
Thu Mar 9 15:14:56 GMT 2000


I have this and it works just fine.
Hope this helps

vojin


# Global parameters
[global]
        workgroup = WHATEVER
        netbios name = SANTANA
        server string = Samba on Sun E450
        interfaces = eth0
        security = SERVER
        encrypt passwords = Yes
        update encrypted = Yes
        min passwd length = 3
        password server = pdc
        unix password sync = Yes
        log file = /usr/local/samba/logs/log.%m
        max log size = 500
        socket options = TCP_NODELAY SO_RCVBUF=8192 SO_SNDBUF=8192
        dns proxy = No
        wins server = 192.168.1.1  192.168.1.2
	  <<optinal--> I have this line below "remote anounce" because of my WAN
link to a
        west cost box to sync WINS server there>>
	  remote announce   = 202.234.56.2
        #remote brows sync = 202.234.56.2
        hosts allow = 192.168.  127.
        domain controller=pdc

[homes]
        comment = Home Directories
        read only = No
        browseable = No

[Accounting]
comment = Accounting Department
path = /usr2/Accounting
writable = yes
valid users = @accounting
locking = yes
create mode = 0770
directory mode = 0660

[Executives]
comment = Executive Management
path = /usr2/executive
writable = yes
valid users = @executives
locking = yes
create mode = 0770
directory mode = 0660




More information about the samba-ntdom mailing list