Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Set up Linux as domain / network server?
Message
 
To
09/12/2000 01:03:31
General information
Forum:
Linux
Category:
SAMBA
Miscellaneous
Thread ID:
00450054
Message ID:
00451720
Views:
40
Welp, here goes nothing. Not everything that I'll add here is absolutely necessary, but if it isn't currenly working, what the hell.

#======================= Global Settings =====================================
[global]

netbios name = myLinux
workgroup = WorkGroup
server string = Samba %v on %h

hosts allow = 192.168.1. 127.

printcap name = /etc/printcap
load printers = yes

log file = /var/log/samba/log.%m
max log size = 50

security = user

encrypt passwords = yes
smb passwd file = /etc/smbpasswd

unix password sync = Yes
passwd program = /usr/bin/passwd %u
passwd chat = *New*UNIX*password* %n\n *ReType*new*UNIX*password* %n\n *passwd:*all*authentication*tokens*updated*successfully*

socket options = TCP_NODELAY SO_RCVBUF=8192 SO_SNDBUF=8192

# Cause this host to announce itself to local subnets here
remote announce = 192.168.1.255

local master = yes
os level = 255
domain master = yes
preferred master = yes
domain logons = yes
logon script = %m.bat
# run a specific logon batch file per username
; logon script = %U.bat
logon path = \\%L\Profiles\%U
wins support = yes
wins proxy = yes
dns proxy = yes

#============================ Share Definitions ==============================
[homes]
comment = Home Directories
browseable = no
writable = yes

[share1]
comment = BASIS files
available = yes
browseable = yes
path = /usr/myfiles
public = yes
guest ok = yes
writable = yes
only user = no

[netlogon]
comment = Network Logon Service
path = /home/netlogon
guest ok = yes
writable = no
share modes = no

# NOTE: If you have a BSD-style print system there is no need to
# specifically define each individual printer
;[printers]
; comment = All Printers
; path = /var/spool/samba
; browseable = no
# Set public = yes to allow user 'guest account' to print
; guest ok = no
; writable = no
; printable = yes

# Just stuck in there for testing purposes. Doesn't hurt anything.
[tmp]
comment = Temporary file space
path = /tmp
read only = no
public = yes
Jason Bradley Nance
jbnance@tresgeek.net

Got root?
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform