Displaying 1 result from an estimated 1 matches for "name_of_your_pdc_goes_here".
1999 Jan 08
0
Subject: smb.conf information request
...Samba (1.9.18p10) configuration information:
;=== Global Settings ===
...
; Only allow your selected networks and hosts access
; modify these as needed
allow hosts = 10.10.60., 10.10.61.
...
;Make WinTel NT/95 Passwords NT's problem
security = server
encrypt passwords = yes
password server = name_of_your_PDC_goes_here
...
;=== Share Definitions ===
[pchome]
comment = users home directories
path = /home
browseable = yes
public = no
writable = yes
printable = no
directory mask = 755
create mask = 0644
force directory mode = 755
fo...