nach Upgrade auf 3.0.25b -> kein Zugriff mehr möglich

W

WolverineJR

Jungspund
Hallo,

nachdem ich unseren Samba-Fileserver von 3.0.21c auf 3.0.25b gebracht habe, bekomme ich beim Zugriff auf die Shares eine User- und Passwortabfrage (was nicht sein soll!).
Der Samba-Server ist Mitglied in einer AD-Domäne (W2k3-SP1).

Hier mein configure-Aufruf mit Parameter:

configure, make, make install sind alle durchgelaufen.

Code:
configure --prefix=/usr/local --with-acl-support --with-ads --with-quotas --with-winbind

Code:
net ads leave -U Administrator
und
Code:
net ads join -U Administrator
hat funktioniert.

Code:
wbinfo -u, wbinfo -t, wbinfo -g
laufen durch

Code:
getent passwd
gibt mir aber nur die lokalen User aus!

Hier meine nsswitch.conf (die entscheidenden Zeilen):

Code:
passwd:     files winbind
group:      files winbind

Hier meine smb.conf:

Code:
[global]
        unix charset = ISO8859-1
        display charset = ISO8859-1
        workgroup = [mein Domain-Netbios-Name]
        realm = [Domain-DNS-Suffix]
        netbios name = [Hostname Samba-Server]
        server string = Server Samba-Fileserver
        security = ADS
        password server = [IP's von DC's]
        log level = 2
        log file = /var/log/samba/%m.log
        max log size = 500
        keepalive = 0
        logon home = \\[Hostname Samba-Server]\%U
        ldap ssl = no
        idmap uid = 10000-20000
        idmap gid = 10000-20000
        winbind separator = +
        winbind enum users = no
        winbind enum groups = no
        admin users = [Domain-Admins]
        inherit permissions = Yes
        inherit acls = Yes
        smb ports = 139
        vfs objects = recycle
        recycle:repository = /Samba_Recycle
        recycle:keeptree = Yes
        recycle:versions = Yes
        recycle:exclude = *.tmp *.temp *.old ~$* *.SLD* *.sld*

[homes]
        path = /homes1/%U
        read only = No
        browseable = No
        veto oplock files = /*.pst/*.PST/*.Pst/
[Admin]
        path = /
        admin users = [Domain-Admins]
        browseable = No
        read only = No
        hide files = /*$/

Beim Zugriff auf den Samba-Fileserver von einem Windows-PC aus, bekomme ich folgende Log-Einträge:

winbindd.log (mehrere Einträge):
Code:
[2007/07/18 08:01:01, 0] nsswitch/winbindd.c:request_main_recv(583)
  malloc failed
[Samba-Log des Windows-Client]:
Code:
[2007/07/18 08:01:00, 2] smbd/sesssetup.c:setup_new_vc_session(1200)
  setup_new_vc_session: New VC == 0, if NT4.x compatible we would close all old resources.
[2007/07/18 08:01:01, 1] smbd/sesssetup.c:reply_spnego_kerberos(439)
  Username [mein Domain-User] is invalid on this system
[2007/07/18 08:01:01, 2] smbd/sesssetup.c:setup_new_vc_session(1200)
  setup_new_vc_session: New VC == 0, if NT4.x compatible we would close all old resources.
[2007/07/18 08:01:01, 1] smbd/sesssetup.c:reply_spnego_kerberos(439)
  Username [mein Domain-User] is invalid on this system

Hat hier jemand eine Idee? :hilfe2:
 

Ähnliche Themen

Samba 4.9.5-Debian - Kennwort von unix übernehmen

Zugriff Ubuntu 16.04. auf Freigabe 18.04. LTS nicht möglich

Samba-Server mit Univention Corporate Server

Samba Dateien und Ordner verschieben

Problem bei der Vergabe von Sciherheitsinformationen auf eine Freiagbe

Zurück
Oben