Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
SAMBA PDC und profile
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Deutsches Forum (German)
View previous topic :: View next topic  
Author Message
tuxianer
Apprentice
Apprentice


Joined: 17 Dec 2005
Posts: 280
Location: Cologne - Germany

PostPosted: Mon Nov 05, 2007 2:58 pm    Post subject: SAMBA PDC und profile Reply with quote

Hi,

ich habe hier nun einen Samba PDC mit LDAP laufen, das problem ist nur, das sich meine Nutzer zwar anmelden können, aber das was sie auf ihrem tollen Windows Desktop machen ( als Beispiel ein Icon einfügen) wird nicht im Profil gespeichert. Ich habe ein Verzeichniss /var/samba/profiles angelegt wobei samba Rechte auf 777 hat, und profiles 770.
Wenn sich nun ein Nutzer als Beispiel t_test einloggt so wird in profiles ein Ordner t_test erstellt, allerdings ist der inhalt leer, und wenn ich mich dann wieder mit t_test einlogge so kommt die Meldung das nun das Standart Profil verwendet nicht, ich hätte aber gerne das Nutzerprofil.
Meine smb.conf:
Code:
global]
        workgroup = cojobo
        unix charset = LOCALE
        server string = Samba Server (Alexandria)
        #security = share

        #LOG
        log level = 2
        syslog = 1
        debug timestamp = no
        max log size = 100

        #drucker
        printing = CUPS
        printcap name = CUPS

        #Benutzerorientierte Anmeldung
        security = user
        encrypt passwords = yes

        #PDC
        local master = yes
        os level = 64
        domain master = yes
        domain logons = yes
        logon script = %u.bat
        logon path = \\%L\Profiles\%u
        logon home = \\%L\%u
        logon drive = H:
        nt acl support = no
        wins support = yes
        time server = yes
        admin users = root
        #unix password sync = yes
        #passwd program = /usr/bin/passwd %u
        #passwd chat = *New*password* %n\n *new*password* %n\n *success*
        #pam password change = yes

        #ldap
        obey pam restrictions = yes
        ldap passwd sync = yes
        passdb backend = ldapsam:ldap://ldap-1.cojobo.net guest
        ldap admin dn = cn=root,dc=cojobo,dc=de
        ldap suffix = dc=cojobo,dc=de
        ldap user suffix = ou=users
        ldap machine suffix = ou=Computers
        ldap idmap suffix = ou=users
        ldap group suffix = ou=lehrer
[homes]
        comment = Heimverzeichniss von %U, %u
        read only = no
        create mode = 0700
        writeable = yes

[Drucker]
        comment = Alle Drucker
        printable = yes
        path = /var/tmp
        create mask = 0600
        browsable = no

[netlogon]
        comment = Netzwerk Login Service
        browsable = no
        path = /var/samba/netlogon
        writeable = no

[Profiles]
        comment = Benutzerprofile
        path = /var/samba/profiles
        create mask = 0644
        directory mask = 0755
        browseable = no
        writeable = yes

[vscan]
        comment = Virusshutzfunktion
        path = /tmp
        vfs object = vscan-clamav
        vscan-clamav: config-file = /etc/samba/vscan-oav.conf
        writeable = yes
        browseable = yes
        guest ok = yes

Vielen Dank für eure hilfe und vor allem Tipps

MfG
_________________
Bei Fragen bitte wie folgt vor gehen:
Forum Suche, Lesen, Denken, (NICHTS GEFUNDEN?), Tippen, Posten !
Wer Sorgen hat, der hat auch Likör ! ( Wilhelm Busch)
Back to top
View user's profile Send private message
tuxianer
Apprentice
Apprentice


Joined: 17 Dec 2005
Posts: 280
Location: Cologne - Germany

PostPosted: Wed Nov 07, 2007 5:59 am    Post subject: Reply with quote

*trommel wirbel* UND BUMP
_________________
Bei Fragen bitte wie folgt vor gehen:
Forum Suche, Lesen, Denken, (NICHTS GEFUNDEN?), Tippen, Posten !
Wer Sorgen hat, der hat auch Likör ! ( Wilhelm Busch)
Back to top
View user's profile Send private message
Haldir
Guru
Guru


Joined: 27 Sep 2002
Posts: 546

PostPosted: Wed Nov 07, 2007 8:14 am    Post subject: Reply with quote

loggst du dich wirklich als domainenuser ein?
also workstation trust account usw eingerichtet?

ansonsten k.a.
Back to top
View user's profile Send private message
Qubit
Tux's lil' helper
Tux's lil' helper


Joined: 23 Sep 2002
Posts: 136
Location: /dev/urandom

PostPosted: Wed Nov 07, 2007 12:44 pm    Post subject: Reply with quote

Hi,

bei mir liefen die 'Roaming Profiles' mit folgender Konfiguration:


Code:

logon path = \\%L\profiles\%U
logon drive = H:


Code:

#[profiles]
# path=/home/samba/profiles
# browseable = no
# writeable = yes
# #guest ok = yes
# guest ok = no
# hide files = /desktop.ini/ntuser.ini/NTUSER.*/
# write list = "@Domain Users" "@Domain Admins"
# create mode = 600
# directory mode = 700
# default case = lower
# preserve case = no
# case sensitive = no


Evtl. hilft Dir dies ja weiter.

Gruß Daniel

Ps: Hat allerdings nacher mehr Probleme als Nutzen gebracht.
_________________
©Qubit
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Deutsches Forum (German) All times are GMT
Page 1 of 1

 
Jump to:  
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