Can someone look at my config and let me know why my home drive might not be mapping everything else is working, also can someone point me to some docs to say exactly what the best practice is for setting permissions on the profiles share. # Global parameters [global] workgroup = DIGITALRAGE netbios name = HARRIER encrypt passwords = Yes update encrypted = Yes log level = 2 max log size = 50 name resolve order = wins hosts lmhosts bcast socket options = TCP_NODELAY TCP_NODELAY SO_SNDBUF=8192 SO_RCVBUF=8192 I PTOS_LOWDELAY domain admin group = @admins logon script = netlogon.bat logon path = \\%L\profiles\%U logon drive = H: logon home = \\%L\%U\ os level = 65 lm announce = True local master = True preferred master = True domain master = True wins support = Yes domain logons = Yes security = user [RageData] path = /misc read only = No [music] path = /mp3 read only = no [homes] path = /home read only = no browseable = no [data] path = /storage read only = no [profiles] path = /home/profiles browseable = no writeable = yes read only = no create mask = 0600 directory security mask = 0700 directory mode = 0700 [netlogon] comment = Network Logon Service path = /home/netlogon read only = yes -------------- next part -------------- HTML attachment scrubbed and removed
Remove the "path = /home" line from [homes] - your home directory is automatically mapped. Alex. ----- Original Message ----- From: Savage, Elijah To: 'samba@lists.samba.org' Sent: Tuesday, June 25, 2002 6:25 PM Subject: [Samba] Home directory not working Can someone look at my config and let me know why my home drive might not be mapping everything else is working, also can someone point me to some docs to say exactly what the best practice is for setting permissions on the profiles share. # Global parameters [global] workgroup = DIGITALRAGE netbios name = HARRIER encrypt passwords = Yes update encrypted = Yes log level = 2 max log size = 50 name resolve order = wins hosts lmhosts bcast socket options = TCP_NODELAY TCP_NODELAY SO_SNDBUF=8192 SO_RCVBUF=8192 I PTOS_LOWDELAY domain admin group = @admins logon script = netlogon.bat logon path = \\%L\profiles\%U logon drive = H: logon home = \\%L\%U\ os level = 65 lm announce = True local master = True preferred master = True domain master = True wins support = Yes domain logons = Yes security = user [RageData] path = /misc read only = No [music] path = /mp3 read only = no [homes] path = /home read only = no browseable = no [data] path = /storage read only = no [profiles] path = /home/profiles browseable = no writeable = yes read only = no create mask = 0600 directory security mask = 0700 directory mode = 0700 [netlogon] comment = Network Logon Service path = /home/netlogon read only = yes -------------- next part -------------- HTML attachment scrubbed and removed
My home directory is now working it is because of the trailing \ logon home = \\%L\%U\ -----Original Message----- From: samba-admin@lists.samba.org [mailto:samba-admin@lists.samba.org] On Behalf Of Savage, Elijah Sent: Tuesday, June 25, 2002 1:26 PM To: 'samba@lists.samba.org' Subject: [Samba] Home directory not working Can someone look at my config and let me know why my home drive might not be mapping everything else is working, also can someone point me to some docs to say exactly what the best practice is for setting permissions on the profiles share. # Global parameters [global] workgroup = DIGITALRAGE netbios name = HARRIER encrypt passwords = Yes update encrypted = Yes log level = 2 max log size = 50 name resolve order = wins hosts lmhosts bcast socket options = TCP_NODELAY TCP_NODELAY SO_SNDBUF=8192 SO_RCVBUF=8192 I PTOS_LOWDELAY domain admin group = @admins logon script = netlogon.bat logon path = \\%L\profiles\%U logon drive = H: logon home = \\%L\%U\ os level = 65 lm announce = True local master = True preferred master = True domain master = True wins support = Yes domain logons = Yes security = user [RageData] path = /misc read only = No [music] path = /mp3 read only = no [homes] path = /home read only = no browseable = no [data] path = /storage read only = no [profiles] path = /home/profiles browseable = no writeable = yes read only = no create mask = 0600 directory security mask = 0700 directory mode = 0700 [netlogon] comment = Network Logon Service path = /home/netlogon read only = yes -------------- next part -------------- HTML attachment scrubbed and removed