Hi zusammen wenn der Thread hier nicht passt bitte verschieben !

Also ich hab nen Samba 3 PDC eingerichtet. Ich kann mich auch der Domäne anschließen jedoch bekomm ich beim anmelden immer diese Fehlermeldung;

Das Profilverzeichnis \\SERVER\admninistrator\profile.pds konnte nicht erstellet werden. Sie werden nur mit Ihrem lokalen Profil angemeldet. Änderungen an Ihrem Profil werden nicht auf dem Server gespeichert. Wenden Sie sich an den Netzwerkadministrator.

und dann das:

Das lokale Benutzerprofil wurde nicht gefunden. Sie werden mit einem temporären Benutzerprofil angemeldet- Änderungen die Sie am Benutzerprofil vornehmen, gehen bei der Abmeldung verloren.





hier is die config vom pdc


#
# Sample configuration file for the Samba suite for Debian GNU/Linux.
#
#
# This is the main Samba configuration file. You should read the
# smb.conf(5) manual page in order to understand the options listed
# here. Samba has a huge number of configurable options most of which
# are not shown in this example
#
# Any line which starts with a ; (semi-colon) or a # (hash)
# is a comment and is ignored. In this example we will use a #
# for commentary and a ; for parts of the config file that you
# may wish to enable
#
# NOTE: Whenever you modify this file you should run the command
# "testparm" to check that you have not made any basic syntactic
# errors.
#

#======================= Global Settings =======================

[global]

# NetBIOS Name - Mit diesem Namen erscheint der Server in der Domäne.
netbios name = SERVER

# Gibt an wie später die Domäne heisst
workgroup = debian.pdc

# Gibt den Serverstring
server string = %h server (Samba %v)

domain master = yes
local master = yes
domain logons = yes
os level = 65

# Profile Ordner
logon path = \\%L\profiles\%U
logon drive = X:
log level = 10
log file = /usr/local/samba.%m

admin users = @S-Admins,root

#Dieser Parameter muss auf user stehen !! Wer diesen Wert auf domain stellt, macht aus dem Server einen BDC/Member Server !!!
security = user

# Verschlüsselte Passwörter
encrypt passwords = true

# Als Passwort Datenbank nehmen wir tdbsam. Es ist performanter als /etc/samba/smbpasswd
## passdb backend = tdbsam:/var/lib/samba/passdb.tdb guest
## obige auskommentierte Zeile ist "deprecated ab Samba Version 3.0.23"
## testparm gibt dann folgend Warnung aus:
## WARNING: Your 'passdb backend' configuration includes multiple backends. This
## is deprecated since Samba 3.0.23. Please check WHATSNEW.txt or the section 'Passdb
## Changes' from the ChangeNotes as part of the Samba HOWTO collection. Only the first
## backend (tdbsam:/var/lib/samba/passdb.tdb) is used. The rest is ignored.
passdb backend = tdbsam

obey pam restrictions = yes

# Wichtig ! Ohne Wins hat es bei mir nicht funktioniert !
wins support = yes

# Diese Scripts sorgen dafür, dass User- und Computeraccounts automatisch angelegt werden, wenn man dazu berechtigt ist.
add user script = /usr/sbin/useradd -m %u
delete user script = /usr/sbin/userdel -r %u
add group script = /usr/sbin/groupadd %g
delete group script = /usr/sbin/groupdel %g
add user to group script = /usr/sbin/usermod -G %g %u
add machine script = /usr/sbin/useradd -s /bin/false -d /dev/null -g S-Computers %u

[Public]
comment = Public
path = /samba/share/public
read only = No

[homes]
comment = Home Directories
browseable = no
read only = no
create mask = 0600
directory mask = 0700
valid users = %S

[netlogon]
comment = Network Logon Service
path = /home/samba/netlogon
guest ok = yes
read only = no
share modes = no
valid users = %U
available = yes
browseable = no
public = yes
writable = no

[profiles]
comment = Users profiles
path = /home/samba/profiles
guest ok = yes
browseable = yes
create mask = 0600
directory mask = 0700
available = yes
public = yes
writable = yes



bin sehr dankbar für jede hilfe !

gruß daniel