View previous topic :: View next topic |
Author |
Message |
VeS_Blade n00b
Joined: 23 Jan 2005 Posts: 40 Location: Ludwigshafen
|
Posted: Mon Mar 23, 2009 11:02 am Post subject: Samba erlaubt keine Anmeldung von Win Server 2008 |
|
|
Unter XP funktioniert das Einbinden eines Share problemlos. Nur unter Windows Server 2008 gibt es folgende Fehlermeldung im Log:
Code: | [2009/03/23 11:00:29, 0] passdb/pampass.c:smb_pam_passcheck(827)
smb_pam_passcheck: PAM: smb_pam_auth failed - Rejecting User hiwi !
[2009/03/23 11:00:29, 1] smbd/reply.c:reply_sesssetup_and_X(1023)
Rejecting user 'hiwi': authentication failed |
Habe auch schon versucht mich im Internet schlau zu machen, aber es gibt erschreckend wenig Probleme damit.
Diese Lösung http://www.mail-archive.com/newbie@linux-mandrake.com/msg110586.html scheint auch noch möglich zu sein, allerdings habe ich kein Webmin installiert und weiß nicht genau wie ich das per Konsole umsetzen kann.
Die Samba-Version ist 2.2.8a. Zwar nicht mehr ganz aktueller Stand aber im Moment würde ich gerne auf ein Update verzichten - falls es überhaupt daran liegt.
smb.conf :
Code: | [global]
workgroup = abc
server string = %L Sambaversion %v
encrypt passwords = Yes
domain logons = Yes
security = user
os level = 65
preferred master = Yes
local master = Yes
domain master = Yes
#socket options = TCP_NODELAY IPTOS_LOWDELAY IPTOS_THROUGHPUT
protocol = NT1
#ANMELDUNG
# --------
logon path = \\%N\winprofiles\%U
logon script = user.cmd
# das logon-Skript muss im stammverzeichnis des netlogon-verz. sein!
logon drive = U:
logon home = \\%N\%U
# --------
#PROTOKOLLIERUNG
# -------
log level = 1
log file = /var/log/smb/log.%m
# changed from %U to %m by TN, 26.10.2002
# -------
time server = yes
character set = iso8859-1
interfaces = xxxx
bind interfaces only = false
guest account = nobody
#PASSWORTSYNCHRONISATION >> > GENAUEN WORTLAUT BEACHTEN!!!
# ------
smb passwd file = /usr/local/private/smbpasswd
unix password sync = true
passwd program = /usr/bin/unixpasswd %u
passwd chat = *New*password* %n\n *Retype*new*password* %n\n *:*updating*\n*:*done*
passwd chat debug = false
min password length = 6
# ------
[homes]
comment = Home Directories
read only = No
browseable = no
create mode = 0600
directory mode = 0711
directory security mask = 0755
invalid users = root
root preexec = /scripts/UserLoginInfo.sh %U %H
[share]
path = /home/hiwis/share
read only = no
writeable = Yes
browseable = no
guest ok = no
valid users = @hiwis wi01211
[winprofiles]
comment = Profile Directories
path = /winprofiles
create mode = 0600
directory mode = 0700
read only = No
browseable = Yes
[netlogon]
path = /usr/local/share/samba/netlogon
writeable = no
write list = smbadmin
guest ok = no
[skeleton]
path = /usr/local/share/skel/nt
writeable = no
invalid users = +users
write list = smbadmin
guest ok = no
[printers]
comment = All Printers
printing = lprng
browseable = no
printable = yes
public = no
invalid users = @edva
read only = yes
create mode = 0700
directory = /var/spool/samba
print command = /usr/local/bin/lpr -P%p -r %s
#
# WICHTIG: lpq-Kommando nicht mit sym. Links angeben !!! 15.5.02, TN
#
lpq command = /usr/local/bin/lpq -P%p
lprm command = /usr/local/bin/lprm -P%p %j
lppause command = /usr/sbin/lpc hold %p %j
lpresume command = /usr/sbin/lpc release %p %j
queuepause command = /usr/sbin/lpc -P%p stop
queueresume command = /usr/sbin/lpc -P%p start
|
Schon mal Danke für eure Hilfe! |
|
Back to top |
|
|
69719 l33t
Joined: 20 Sep 2004 Posts: 865
|
|
Back to top |
|
|
Tinitus Veteran
Joined: 20 Sep 2004 Posts: 1754
|
Posted: Wed Mar 25, 2009 3:18 pm Post subject: Re: Samba erlaubt keine Anmeldung von Win Server 2008 |
|
|
Hallo,
es ist zwar schon ein paar Tage her. Aber Vista hat einen neuen Authentifizierungsmechanismus, der sich mit Samba nicht verträgt. Jedenfalls mit den älteren Versionen. Habe das vor ca. 1/2 Jahr mal getestet. Man muß Vista anweisen die ältere Version zu verwenden. (Wie weiß ich nicht mehr genau) Aber es funktionierte zumindest damals nicht sicher, d.h. manchmal ging es und manchmal nicht. Mittlerweile sind ja SP 1 und samba weiter entwickelt worden. Also auf jeden Fall ein Samba Update, denn wenn Du am 2K8 Server bastelst gehen verschiedene andere Sachen (AD) mit Sicherheit nicht mehr richtig.
Ansonsten hilft noch NFS for Windows, was aber mit Vista auch einige Änderungen erfahren hat. Das ging auch nicht mehr so einfach wie unter W2K3 Server.
G. R. |
|
Back to top |
|
|
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|