Displaying 1 result from an estimated 1 matches for "staff_shared_area".
2010 Jul 07
0
Settings up a Domain Member server, to act as a file server
...p = DOMAIN
password server = *
security = ads
encrypt passwords = true
I've run:
net ads join -U administrator -w congleton.internal
And it said that the server has registered onto the domain (although it
doesn't show up in AD?)
I've then updated smb.conf with share details:
[staff_shared_area]
comment = Staff Shared Area
path = /mnt/sdb/staff_shared_area
valid users =@congleton\staff
public = no
writable = yes
browseable = yes
However, when i try and access the share from a windows machine it says "bad
username or password"
Does anyone have any ideas why i'm having p...