pierronsky
Goto Top

Fehler bei Profilspeicherung

Hallo!
Ich habe einen Server der mit Suse Linux 10 Pro läuft und als PDC konfiguriert ist. Es gibt aber ein Problem, wenn die User sich an den Clients anmelden wollen, erscheint folgende Fehlermeldung:

"Die Serverkopie des servergespeicherte Profils wurde nicht gefunden. Sie werden mit einem lokalen Benutzerprofil angemeldet. Änderungen an dem Profil werden nach der Abmeldung nicht auf den Server kopiert. Mögliche Fehlerursachen sind Netzwerkprobleme oder nicht ausreichende Sicherheitsrechte. Wenden Sie sich an den Netzwerkadministrator, wenn das Problem weiterhin besteht.


Details - Die Syntax für den Dateinamen, Verzeichnisnamen oder die Datenträgerbezeichnung ist falsch. "

Meine Samba-config-Datei sieht wie folgt aus:

"# smb.conf is the main Samba configuration file. You find a full commented
  1. version at /usr/share/doc/packages/samba/examples/smb.conf.SUSE if the
  2. samba-doc package is installed.
  3. Date: 2005-09-13
[global]
workgroup = Humboldt
printcap name = cups
cups options = raw
map to guest = Bad User
include = /etc/samba/dhcp.conf
logon path = \\server\profiles\%u\
logon script = logon.bat
logon home = \\server\%U\*.*
logon drive = h:
restrict anonymous = no
domain master = Yes
max protocol = NT
ldap ssl = No
server signing = Auto
add machine script = /usr/sbin/useradd -c Machine -d /var/lib/nobody -s /bin/false %m$
domain logons = Yes
security = user
local master = Yes
netbios name = Server
os level = 65
passdb backend = smbpasswd
preferred master = Yes
domain admin group = root administratoren

[homes]
comment = Home Directories
valid users = %S
browseable = No
read only = No
inherit acls = Yes

[profiles]
comment = Network Profiles Service
path = /home/samba-ntprof
browsable = no
writable = yes
store dos attributes = Yes
create mask = 0600
directory mask = 0700
browseable = Yes
read only = No

[users]
comment = All users
path = /home
read only = No
inherit acls = Yes
veto files = /aquota.user/groups/shares/
admin users = root admin pierron stumpf administartoren
browseable = No

[groups]
comment = All groups
path = /home/groups
read only = No
inherit acls = Yes

[printers]
comment = All Printers
path = /var/tmp
printable = Yes
create mask = 0600
browseable = No

[print$]
comment = Printer Drivers
path = /var/lib/samba/drivers
write list = @ntadmin root
force group = ntadmin
create mask = 0664
directory mask = 0775

[netlogon]
comment = Network Logon Service
path = /var/lib/samba/netlogon
write list = root

[files]
admin users = root pierron stumpf admin administrator
browseable = No
inherit acls = Yes
path = /humboldt/files
read only = No

[public_internetraum]
inherit acls = Yes
path = /humboldt/public_internetraum
read only = No

[crocphysik]
inherit acls = No
path = /humboldt/crocphysik
read only = Yes

[k10minf06]
inherit acls = Yes
path = /srv/www/htdocs/k10minf06
read only = No

[winplot]
inherit acls = No
path = /humboldt/winplot
read only = Yes

[home_all]
comment =
inherit acls = Yes
path = /home
read only = No
"

Content-Key: 27872

Url: https://administrator.de/contentid/27872

Printed on: April 19, 2024 at 06:04 o'clock

Member: cykes
cykes Mar 10, 2006 at 11:57:40 (UTC)
Goto Top
Hi,

ich glaub es handelt sich um einen kleinen Tippfehler,
in der [global] section die Option:

logon path = \\server\profiles\%u\

müsste heissen:

logon path = \\server\profiles\%U\

(%u wird im logon path soweit ich weiss nicht akzeptiert)

Gruß

cykes
Member: Guenni
Guenni Mar 10, 2006 at 17:34:00 (UTC)
Goto Top
@pierronsky

Hi,

deine Konfig entspricht in etwa der des Samba-Handbuchs

--> http://www.oreilly.de/german/freebooks/samba2ger/ch04.html#979251

Ich könnte mir im Moment 2 mögl. Fehlerquellen vorstellen:

[globals]
logon path = \\server\profiles\%u\
Den Backslash am Ende entfernen
Eventuell noch server durch %L ersetzen

[profiles]
path = /home/samba-ntprof
Das Verz. samba-ntprof ist nicht beschreibbar
Ändern mit chmod 777 /home/samba-ntprof

Gruß
Günni