HP CIFS Server 3.0a Administrator's Guide version A.02.01

Backup Domain Controller Support
Roaming Profiles
Chapter 598
Roaming Profiles
HP CIFS Server, configured as a BDC, supports roaming profiles with
the following features:
A user’s environment, preference settings, desktop settings, and so
on, are stored on HP CIFS Server.
Roaming profiles can be created as a share, and be shared between
Windows clients.
When a user logs on to a workstation in the domain, the roaming
profile is downloaded from the share on a HP CIFS Server that is
configured as a BDC, to the local machine. Upon logout, the profile is
copied back to the server.
Configuring Roaming Profiles
Use the following procedure to configure roaming profiles:
1. Modify or enable roaming profiles by using the global parameter,
logon path, in the smb.conf file. Example:
[global]
logon path = \\PDCNAME\profile\%U
workgroup = SAMBADOM
security = user
encrypt passwords = yes
domain logon = yes
2. Create a [profiles] share for roaming profiles. The following is an
example configuration for the [profiles] share:
[profiles]
path = /var/opt/samba/profiles
read only = no
create mode = 600
directory mode = 770
writeable = yes
browseable = no
guest ok = no