[K12OSN] Roaming profiles not saving correctly

Joe Faletra jfaletra at sau16.org
Tue May 25 20:30:38 UTC 2004


Ok folks,

I am using my k12ltsp box as a domain controller.  I have roaming
profiles working but for some reason they are not saving to
/opt/samba/profiles/ USER_NAME_HERE  They are saving to the home
directory as  /home/USER_NAME_HERE/profile

smb.conf is below

HELP!!!!!!

Joe

# Global parameters
[global]
        workgroup = NEWFIELDS
        server string = Samba Server
        netbios name = NES1
        smb passwd file = /etc/samba/smbpasswd
        passdb backend = smbpasswd
        printcap name = cups
        log file = /var/log/samba/%m.log
        max log size = 50
        socket options = TCP_NODELAY SO_RCVBUF=8192 SO_SNDBUF=8192
        security = user
        domain logons = Yes
        preferred master = Yes
        domain master = Yes
        dns proxy = No
        wins support = Yes
        guest ok = Yes
        add user script = /usr/sbin/useradd/-m %u
        delete user script = /usr/sbin/userdel/ -r %u
        add group script = /uer/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 %u
        #logon home = \\%L\%U
        os level = 80
        idmap uid = 15000-20000
        idmap gid = 15000-20000

[homes]
        comment = Home Directories
        valid users = %S
        writeable = yes
        read only = No
        create mask = 0664
        directory mask = 0775
        browseable = yes

[netlogon]
        comment = Network Logon Service
        path = /opt/samba/netlogon
        #logon drive = h:
[profiles]
        path = /opt/samba/profiles
        writeable = yes
        writeable = yes
        browseable = yes
        create mode = 0600
        directory mode =0700
        profile acls = yes
        read only = no

[printers]
        comment = All Printers
        path = /var/spool/samba
        printer admin = root, jfaletra
        create mask = 0600
        guest ok = YES
        printable = Yes
        browseable = No

[print$]
        comment = Printer Drivers Share
        path = /var/lib/samba/drivers
        write list = root, jfaletra
        printer admin = root, jfaletra






More information about the K12OSN mailing list