From: Indexer on

On 11/06/2010, at 2:49 PM, Muqtadir Kamal wrote:

> Hey all, please let's me know how to "Disable Samba Roaming profile" In
> OpenLDAP+SAMBA SERVER Regards
> Kamal
> --
> To unsubscribe from this list go to the following URL and read the
> instructions: https://lists.samba.org/mailman/options/samba

Can you please send your smb.conf next time, it would help greatly.

Incidentally, comment out lines that appear similar to the following (this is my roaming profiles configuration)

logon home = \\%L\%U\.9xprofile
logon path = \\%L\profiles\%U
logon drive = P:

[Profiles]
comment = Network Profiles Service
path = /storage/samba/profiles
read only = No
profile acls = yes
hide files = /desktop.ini/ntuser.ini/NTUSER.*/
profile acls = Yes
create mask = 0600
directory mask = 0700
store dos attributes = Yes
--
To unsubscribe from this list go to the following URL and read the
instructions: https://lists.samba.org/mailman/options/samba
From: David Harrison on
On Fri, Jun 11, 2010 at 5:19 PM, Muqtadir Kamal <smkamal2001(a)gmail.com>wrote:

> Hey all, please let's me know how to "Disable Samba Roaming profile" In
> OpenLDAP+SAMBA SERVER Regards
> Kamal <https://lists.samba.org/mailman/options/samba>


To disable roaming profiles set the 'logon path' parameter in your smb.conf
to nothing.
e.g.
[global]
logon path =
logon home =

('logon home' is the legacy Win9x/NT equivalent)


If you have Windows computers with roaming profiles installed you'll need to
convert them to be local, or the next time users login they may have their
profile reset. On each desktop with roaming profiles:
- Right click on My Computer and select Properties.
- Go to the Advanced tab in the User Profiles section press the Settings
button.
- Select the appropriate roaming profile, press the Change Type button and
select local.


David
--
To unsubscribe from this list go to the following URL and read the
instructions: https://lists.samba.org/mailman/options/samba