SMB language windows problem

Status
Not open for further replies.

virusbcn

Explorer
Joined
Apr 22, 2016
Messages
92
I have a Windows DC domain, Freenas integrated in domain and give users from ldap, the users have a profile mobile they copy all your users directory on close and start session and synchronize with share \\server\profile\%username% , ok ??? , well i move the share \\server\profiles to a \\freenas\profiles and .... freenas don't copy the shares typical of Windows 7 like "desktop" ("escritorio" in Spanish) etc... etc..

The image attached show in left the mobile profile of one user on my domain in one windows server and it's ok and in the right you can show the share profile of Freenas, you can view how missing directories, in the event viewer of machines can read who can not create shares like, desktop, etc....

Any ideas ???
 

Attachments

  • espinos.PNG
    espinos.PNG
    42.7 KB · Views: 230
D

dlavigne

Guest
Were you able to resolve this? If not, what is the build version of FreeNAS (from System -> Information)?
 

virusbcn

Explorer
Joined
Apr 22, 2016
Messages
92
No, i'm not able to working, i have the last version ->

FreeNAS-9.10.1-U4 (ec9a7d3)
 

virusbcn

Explorer
Joined
Apr 22, 2016
Messages
92
Thank you dlavigne, here you are...

Code:
[global]																														 
	server max protocol = SMB3																									 
	interfaces = 127.0.0.1 192.168.19.250																						 
	bind interfaces only = yes																									 
	encrypt passwords = yes																										
	dns proxy = no																												 
	strict locking = no																											
	oplocks = yes																												 
	deadtime = 15																												 
	max log size = 51200																											
	max open files = 234065																										
	logging = file																												 
	load printers = no																											 
	printing = bsd																												 
	printcap name = /dev/null																									 
	disable spoolss = yes																										 
	getwd cache = yes																											 
	guest account = nobody																										 
	map to guest = Bad User																										
	obey pam restrictions = yes																									
	directory name cache size = 0																								 
	kernel change notify = no																									 
	panic action = /usr/local/libexec/samba/samba-backtrace																		
	nsupdate command = /usr/local/bin/samba-nsupdate -g																			
	server string = FreeNAS Server																								 
	ea support = yes																												
	store dos attributes = yes																									 
	lm announce = yes																											 
	unix extensions = no																											
	acl allow execute always = true																								
	dos filemode = yes																											 
	multicast dns register = no																									
	domain logons = no																											 
	idmap config *: backend = tdb																								 
	idmap config *: range = 90000001-100000000																					 
	server role = member server																									
	workgroup = ESPINOS																											
	realm = ESPINOS.LOCAL																										 
	security = ADS																												 
	client use spnego = yes																										
	cache directory = /var/tmp/.cache/.samba																						
	local master = no																											 
	domain master = no																											 
	preferred master = no																										 
	ads dns update = yes																											
	winbind cache time = 7200																									 
	winbind offline logon = yes																									
	winbind enum users = yes																										
	winbind enum groups = yes											 
winbind nested groups = yes																									
	winbind use default domain = no																								
	winbind refresh tickets = yes																								 
	idmap config ESPINOS: backend = rid																							
	idmap config ESPINOS: range = 20000-90000000																					
	allow trusted domains = no																									 
	client ldap sasl wrapping = plain																							 
	template shell = /bin/sh																										
	template homedir = /home/%D/%U																								 
	netbios name = FREENAS																										 
	pid directory = /var/run/samba																								 
	create mask = 0666																											 
	directory mask = 0777																										 
	client ntlmv2 auth = yes																										
	dos charset = ASCII																											
	unix charset = UTF-8																											
	log level = 1																												 
	socket options = TCP_NODELAY IPTOS_LOWDELAY																					
	min receivefile size = 16384																									
	aio read size = 16384																										 
	aio write size = 16384																										 
	ea support = no																												
	store dos attributes = no																									 
	map archive = no																												
	map hidden = no																												
	map readonly = no																											 
	map system = no																												
	case sensitive = yes																											
																																  
																																  
[Copias]																															
	path = /mnt/RaidZ/Copias																										
	printable = no																												 
	veto files = /.snapshot/.windows/.mac/.zfs/																					
	writeable = yes																												
	browseable = yes																												
	vfs objects = zfs_space zfsacl streams_xattr aio_pthread																		
	hide dot files = yes																											
	guest ok = no																												 
	nfs4:mode = special																											
	nfs4:acedup = merge																											
	nfs4:chown = true																											 
	zfsacl:acesort = dontcare																									 
	veto files = /Thumbs.db/Temporary Items/.DS_Store/.AppleDB/.TemporaryItems/.AppleDouble/.bin/.AppleDesktop/Network Trash Folder/
.Spotlight/.Trashes/.fseventd/																									 
	delete veto files = yes																										
	hide dot files = yes																	
																																  
																																  
[Fotos]																															
	path = /mnt/RaidZ/Fotos																										
	printable = no																												 
	veto files = /.snapshot/.windows/.mac/.zfs/																					
	writeable = yes																												
	browseable = yes																												
	shadow:snapdir = .zfs/snapshot																								 
	shadow:sort = desc																											 
	shadow:localtime = yes																										 
	shadow:format = auto-%Y%m%d.%H%M-1w																							
	shadow:snapdirseverywhere = yes																								
	vfs objects = shadow_copy2 zfs_space zfsacl streams_xattr aio_pthread														 
	hide dot files = yes																											
	guest ok = no																												 
	nfs4:mode = special																											
	nfs4:acedup = merge																											
	nfs4:chown = true																											 
	zfsacl:acesort = dontcare																									 
	veto files = /Thumbs.db/Temporary Items/.DS_Store/.AppleDB/.TemporaryItems/.AppleDouble/.bin/.AppleDesktop/Network Trash Folder/
.Spotlight/.Trashes/.fseventd/																									 
	delete veto files = yes																										
	hide dot files = yes																											
																																  
																																  
[Perfiles]																														 
	path = /mnt/RaidZ/Perfiles																									 
	printable = no																												 
	veto files = /.snapshot/.windows/.mac/.zfs/																					
	writeable = yes																												
	browseable = yes																												
	shadow:snapdir = .zfs/snapshot																								 
	shadow:sort = desc																											 
	shadow:localtime = yes																										 
	shadow:format = auto-%Y%m%d.%H%M-1w																							
	shadow:snapdirseverywhere = yes																								
	vfs objects = shadow_copy2 zfs_space zfsacl streams_xattr aio_pthread														 
	hide dot files = no																											
	guest ok = no																												 
	nfs4:mode = special																											
	nfs4:acedup = merge																											
	nfs4:chown = true																											 
	zfsacl:acesort = dontcare
 
Last edited by a moderator:

virusbcn

Explorer
Joined
Apr 22, 2016
Messages
92
Maybe this is a first post here that anyone can help me ???

Enviado desde mi SM-G930F mediante Tapatalk
 

bigphil

Patron
Joined
Jan 30, 2014
Messages
486
How are you controlling the behavior of the roaming profiles? via group policy or individual settings on each AD user account? If using group policy, be sure to check for any "folder redirection" settings (i.e. user configuration>Policies>Windows Settings>Folder Redirection) you may have applied that are still pointing to the old path. Another thing to check if using group policy is run an RSOP report on a machine and user that are experiencing the problem to verify the setting is getting set from another policy in may be inheriting from somewhere else.
 
Last edited:
Status
Not open for further replies.
Top