Thanks
Bill!
I have
it working now
-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Bill Shirley
Sent: Wednesday, January 10, 2001 10:14 PM
To: [EMAIL PROTECTED]
Subject: RE: [newbie] Setting up Samba as Passowrd Server for win98Look in /usr/doc/samba-2.0.7/docs/textdocs . You might also check out www.samba.orgBasicly, you want:workgroup = WORKGROUPdomain master = yes
preferred master = yes
local master = yeslogon script = %U.bat
logon path = \\%L\Profiles\%U
logon drive = h:
logon home = \\%L\%U\.profileand probably:security = user
encrypt passwords = yes
smb passwd file = /etc/smbpasswd
username map = /etc/smbusers
wins support = yesand you should have:[netlogon]
comment = Network Logon Service
path = /home/lan/shares/netlogon
guest ok = yes
writable = no
share modes = no[Profiles]
path = /home/lan/shares/profiles
# browseable = no
# guest ok = yes
browseable = yes
write list = @smbusers
force group = lanadmin
create mask = 0771
directory mask = 0770
map system = Yes
map hidden = Yes
map archive = Yes
available = yesOf course, change the paths to the apropriate directory names. The permissions should be:drwxrwx--- 2 bill smbusers 4096 Sep 30 11:30 netlogon/
drwxrwx--- 2 bill smbusers 4096 Sep 30 11:30 profiles/BillPS. I have a group "smbusers" that I put all samba users in.-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Steve Gulick
Sent: Wednesday, January 10, 2001 11:14 AM
To: [EMAIL PROTECTED]
Subject: [newbie] Setting up Samba as Passowrd Server for win98Can some one point me to a source of info on how to properly configure samba with webmin to act as a PDC for password authentication of win98?TIASteve
