samba problem
From: Michael S. Dunsavage (mikesd_at_frontiernet.net)
Date: 11/28/03
- Previous message: Jack Wang: "Re: Please recommend an ISP"
- Next in thread: Joe Polk: "Re: samba problem"
- Reply: Joe Polk: "Re: samba problem"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
To: redhat-list@redhat.com Date: Thu, 27 Nov 2003 20:29:08 -0500
I have Samba (samba-2.2.7a-8.9.0) installed w/ the following smb.conf:
[global]
netbios name = zeus
server string = Samba %v on %L
workgroup = olympus
; domain & local master browser
; cuz we're dealing with Win2k
os level = 65
preferred master = yes
domain master = yes
local master = yes
domain logons = yes
; misc options
socket options = TCP_NODELAY IPTOS_LOWDELAY SO_SNDBUF=8192
SO_RCVBUF=8192
time server = yes
; do not show files starting with dots
hide dot files = yes
; Central European code page support
client code page = 852
character set = ISO8859-2
; do not allow guest access, use only local system accounts
security = user
guest ok = no
invalid users = bin daemon sys man postfix mail ftp
admin users = @wheel
; domain administrators
domain admin group = @wheel
domain admin users = root
; use encrypted passwords
encrypt passwords = yes
; logging (max log size is in kB)
log level = 2
log file = /var/log/samba/log.%L
max log size = 1000
debug timestamp = yes
syslog = 1
; user roaming profiles path
logon path = \\%N\profiles\%u
; general logon script (in DOS format)
logon script = logon.bat
; share for domain controller
[netlogon]
path = /home/samba/netlogon
public = no
writeable = no
browsable = no
valid users = root @smbusers
; share for storing user profiles
[profiles]
path = \\zeus\usr\local\samba\profiles
writeable = yes
create mask = 0700
directory mask = 0700
browsable = no
valid users = root @smbusers
nt acl support = no
So when I login via w2k I get an error
Windows cannot locate your roaming profile and is attempting to log you on
with your local profile. Changes to the profile will not propagated to the
server.
DETAIL- the specified network password is incorrect.
then
I get the following error after the first one:
Windows cannot find the local profile and is logging you on w/ a temp profile.
Changes will not be saved when you log off
-- Michael S. Dunsavage -- redhat-list mailing list unsubscribe mailto:redhat-list-request@redhat.com?subject=unsubscribe https://www.redhat.com/mailman/listinfo/redhat-list
- Previous message: Jack Wang: "Re: Please recommend an ISP"
- Next in thread: Joe Polk: "Re: samba problem"
- Reply: Joe Polk: "Re: samba problem"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|