LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   smb.conf (logon path / problems with profiles)) (https://www.linuxquestions.org/questions/linux-newbie-8/smb-conf-logon-path-problems-with-profiles-261702/)

geodo 12-02-2004 07:40 AM

smb.conf (logon path / problems with profiles))
 
Hi!

I'm running SuSE 9.0 with Samba 3.0.2a as a PDC. with Windows XP client machines.
I configured smb.conf and everything but the Windows profiles seem to work fine. I think it's just a little problem with the paths, but I just can't figure out which are the right ones. I think it's probably only "logon path" which is troubling me...
Can anyone help with the right pathes / variables? The profiles are supposed to be located in /home/username/profile. Following is an excerpt of smb.conf (but full global, homes, Profiles, netlogon shares).

Thanks for all hints and solutions!!!

Code:

[global]
  workgroup = SCHEIBENWELT
  interfaces = 127.0.0.1 eth0
  bind interfaces only = true
  printing = cups
  printcap name = cups
  printer admin = @ntadmin, root, administrator
  map to guest = Bad User
  security = user
  encrypt passwords = yes
  server string = Samba Server
  netbios name = Stadtwache
  add machine script = /usr/sbin/useradd  -c Machine -d /var/lib/nobody -s /bin/false %m$
  domain master = yes
  domain logons = yes
  local master = yes
  preferred master = yes
  load printers = no
  os level = 65
  ldap suffix = dc=example,dc=com
 
  logon script = %U.bat
  logon drive = Q:
  logon home = \\%N\%U\
  logon path = \\%N\Profiles\%U
 
  time server = Yes

   
[homes]
  comment = Home Directories
  valid users = %S
  read only = No
  create mask = 0664
  directory mask = 0775
  browseable = No
[netlogon]
  comment = Network Logon Service
  path = /home/samba/netlogon
  browseable = no
  share modes = No
  guest ok = no
  printable = no
[profiles]
  comment = Profilverzeichnis der Anwender
  path = /home
  read only = No
  create mask = 0600
  directory mask = 0700
  browseable = No



All times are GMT -5. The time now is 01:12 PM.