Hi,

i have some problems using my RedHat 9 Samba Server. I created Shares for my W2K Windows Clients. All Clients can access the Shares, so no problem there. Now i tried to join my W2K machines to the domain and get an error:

"Canot join domain, the credentials supplied conflict with an existing set".

I read in some newsgroups that "net use * /d" helps but it doesn't

Any idea whats goind wrong?

My smb.conf:

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


#--- workgroup settings
workgroup = emediaoffice
server string = emedia office file server
netbios name = EOFS

#--- printer settings
printcap name = /etc/printcap
load printers = yes
printing = cups

#--- log file settings
log file = /var/log/samba/%m.log
max log size = 0

#--- security settings
encrypt passwords = yes
smb passwd file = /etc/samba/smbpasswd
unix password sync = Yes
passwd program = /usr/bin/passwd %u
passwd chat = *New*password* %n\n *Retype*new*password* %n\n *passwd:*all*authentication*tokens*updated*success
fully*
pam password change = yes
obey pam restrictions = yes
security = user
add user script = /usr/sbin/useradd -d /usr/null -g machines -s /bin/false -M %u
admin users = root
wins support = yes


#--- Domain settings
socket options = TCP_NODELAY SO_RCVBUF=8192 SO_SNDBUF=8192
local master = yes
domain master = yes
preferred master = yes
domain logons = yes
username map = /etc/samba/smbusers
dns proxy = no

logon drive =
logon home =
logon path =

#============================ Share Definitions ==============================
[homes]
comment = Home Directories
browseable = no
writeable = yes
valid users = %S
create mode = 0664
directory mode = 0775



[netlogon] comment = Network Logon Service path = /usr/local/samba/lib/netlogon guest ok = yes writable = no share modes = no


[printers] comment = All Printers path = /var/spool/samba browseable = yes printable = yes public=yes create mode = 0700


[Kunden] comment = Kundenbereich path = /usr/FileServer/Kunden/ writeable = yes force create mode = 666 force directory mode = 777 force group = serverslave create mask = 666 directory mask = 777

[EMedia]
comment = EMedia Office internal
path = /usr/FileServer/EMedia/
writeable = yes
force create mode = 666
force directory mode = 777
force group = serverslave
create mask = 666
directory mask = 777

[Exchange]
comment = Datenaustausch
path = /usr/FileServer/Exchange
writeable = yes
force create mode = 666
force directory mode = 777
force group = serverslave
create mask = 666
directory mask = 777

[QVCS]
comment = QVCS Versionierungssoftware
path = /usr/FileServer/QVCS
writeable = yes
force create mode = 666
force directory mode = 777
force group = serverslave
create mask = 666
directory mask = 777

[Software]
comment = Software
path = /usr/FileServer/Software
writeable = yes
guest ok = yes
force create mode = 666
force directory mode = 777
force group = serverslave
create mask = 666
directory mask = 777

[emedia_archive]
comment = QVCS Archive
path = /usr/FileServer/emedia_archive
writeable = yes
force create mode = 777
force directory mode = 777
force group = serverslave
create mask = 777
directory mask = 777

[Backup]
comment = EMEDIA Backup-Server
path = /usr/Backup
writeable = yes
force create mode = 666
force directory mode = 777
force group = serverslave
create mask = 666
directory mask = 777


-- To unsubscribe from this list go to the following URL and read the instructions: http://lists.samba.org/mailman/listinfo/samba

Reply via email to