Profiles

Mitchell mjs at blitz-technology.net
Wed Nov 21 12:51:31 GMT 2001


woohoo, I have authentication working, and the login script executes.  

Now I hit my second problem.  Windows isn't using the [profiles] share to store user profiles on.  Having gone over the
samba documentation I am more inclined to believe it's a problem on the windows client not the samba config, as everything
in the samba config looks right.  

The windows client in question is Windows 2k Pro SP2.  I don't have to spacifically tell it to use \\jolt\profiles\%u
instead of c:\winnt\profiles\%u in a system policy or anything do I? 


attached below is my smb.conf file, jsut incase I've missed something obvious. 


[global]
	workgroup = BLITZ
	netbios name = JOLT
	interfaces = eth0
	encrypt passwords = Yes
	obey pam restrictions = Yes
	passwd program = /usr/bin/passwd %u
	passwd chat = *Enter\snew\sUNIX\spassword:* %n\n *Retype\snew\sUNIX\spassword:* %n\n .
	unix password sync = Yes
	time server = Yes
	logon script = logon.bat
	logon path = \\jolt\profiles\%u
logon home = \\jolt\profiles\%u
	domain logons = Yes
	os level = 65
	preferred master = True
	domain master = True
	wins support = Yes
	remote announce = 192.168.1.255
	invalid users = root
	hosts allow = 192.168.1., 127.0.0.1

[netlogon]
	path = /home/logon
	browseable = No

[profiles]
	path = /home/profiles
	read only = No
	create mask = 0600
	directory mask = 0700
	browseable = No

[homes]
	read only = No
	create mask = 0600
	directory mask = 0700
	browseable = No

[installs]
	path = /home/installs/%m
	read only = No
	create mask = 0600
	directory mask = 0700





More information about the samba-ntdom mailing list