Hi,

i have samba up and running but i can't seem to get the windows profiles saved on the 
samba server.

[global]
    ; Basic server settings
    netbios name = VALINOR
    workgroup = ARDA
 
    ; we should act as the domain and local master browser
    os level = 64
    preferred master = yes
    domain master = yes
    local master = yes
     
    ; security settings (must user security = user)
    security = user
     
    ; encrypted passwords are a requirement for a PDC
    encrypt passwords = yes
     
    ; support domain logons
    domain logons = yes
     
    ; where to store user profiles?
    logon path = \\%L\profiles\%U
                                                                                
    ; where is a user's home directory and where should it
    ; be mounted at?
    logon drive = H:
    logon home = \\%L\%U\.profiles
     
    ; specify a generic logon script for all users
    ; this is a relative **DOS** path to the [netlogon] share
    logon script = logon.cmd
 
; necessary share for domain controller
[netlogon]
    path = /data/samba/netlogon
    read only = yes
    write list = ntadmin
     
; share for storing user profiles
[profiles]
    path = /data/samba/ntprofile
    read only = no
    create mask = 0600
    directory mask = 0700



-- 
 "Please, Spock, do me a favor don't say it's 'fascinating'." -- Dr. McCoy
 "No... but it is... interesting..." -- Spock 

 PGP Key: http://users.pandora.be/rivendell/marquetp.gpg
 Fingerprint = 2792 057F C445 9486 F932 3AEA D3A3 1B0C 1059 273B
 ICQ# 316932703 
 Registered Linux User #44550
 http://counter.li.org

Attachment: pgp00000.pgp
Description: PGP signature

Reply via email to