SAMBA My Documents Redirection and Offile Available with out Roaming Profiles
Here is some back ground before the question: I'm currently running a SAMBA PDC 3.0.10 on FC3. Samba is backed by an LDAP server for account information ldapsam. User accounts were created with smb-ldap tools from IDEALX. I have fixed these scripts up a bit so they also add ldap attributes for OpenExchange. The PDC has a netlogon share with a nice Default Profile for users. Roaming profiles is turned on and all profile data is replicated to the server. All the clients are windows XP Pro. The problem is the profiles are quite large and we don't have the space to support many more users. We also have quite a few remote sites were replicating an entire profile is not practical. I have found that the most important data is in My Documents. Mail is stored on the IMAP server and contact and calendar in OpenExchange. I have read many howtos including nearly the entire Official Samba Howto. All of these documents describe folder redirection with respect to roaming profiles. I have also not found any documents that address the issue of making a redirected folder available off line such as the My Documents folder. I have looked at excluding Folders from the Roaming Profile so only the Personal folder a.k.a My Documents is "roamed" but that looks like a hack. Is it possible to disable roaming profiles and still distribute my nice Default User profile from netlogon? I am fairly sure this is possible just have not tried. Is it possible to disable roaming profiles and then redirect the My Documents folder to a share and make it available off line? This is common behavior for a win2k3 server. Is anyone doing this in production and can give me some pointers or point me to some documentation? Could these settings be made with .pol file or with a bat script running at logon? My I deal scenario is this. User logs in for the 1st time the Default User profile is loaded from the PDC, the My Documents folder is redirected to a share on the server, say there home dir, and that folder is available off line. -Matt
Matt Higgins wrote:
Is it possible to disable roaming profiles and then redirect the My Documents folder to a share and make it available off line? This is common behavior for a win2k3 server.
This I have done. Give each user a home dir that mounts at login for example H: drive. Put the MyDocuments in H: And you can make all of H: Available offline for a laptop that is not always connected. -- -- Karl Hiramoto <karl@hiramoto.org> US VOIP: (+1) 603.966.4448 Spain Casa (+34) 951.273.347 Spain Mobil (+34) 617.463.826 Yahoo_IM = karl_hiramoto jabber.org=karl_hiramoto
I have a logon drive of H: where there home dir is shared and mounted at login. This may be a stretch, but do you know the reg keys? or a place I can look for the keys? to make this off line and point the My Documents folder to it? I can do this by hand (right click My Documents -> set target.) but it would be nice to have a logon scripts that makes these changes for me for all systems. On 11/27/05, Karl Hiramoto <karl@hiramoto.org> wrote:
Matt Higgins wrote:
Is it possible to disable roaming profiles and then redirect the My Documents folder to a share and make it available off line? This is common behavior for a win2k3 server.
This I have done. Give each user a home dir that mounts at login for example H: drive. Put the MyDocuments in H: And you can make all of H: Available offline for a laptop that is not always connected.
--
-- Karl Hiramoto <karl@hiramoto.org> US VOIP: (+1) 603.966.4448 Spain Casa (+34) 951.273.347 Spain Mobil (+34) 617.463.826 Yahoo_IM = karl_hiramoto jabber.org=karl_hiramoto
_______________________________________________ Wlug mailing list Wlug@mail.wlug.org http://mail.wlug.org/mailman/listinfo/wlug
That is pretty easy to find your self. run regedit. Search for key value of "My Documents" And you will find the value that is by default set to c:/user data/My Documents or something like that. I don't have a Micro$haft machine near me right now, or i would search for the value and tell you. ;-) I just did a quick google search and found some examples: http://www.linbox.com/ucome.rvt/any/doc_distrib/samba-2.0.9/pdc/profiles.htm... http://www.sfu.ca/ad/logon_scripts.html http://www.rethinkit.com/ntscript/LogonScript.htm http://www.experts-exchange.com/Programming/Programming_Platforms/Q_21503803... Matt Higgins wrote:
I have a logon drive of H: where there home dir is shared and mounted at login. This may be a stretch, but do you know the reg keys? or a place I can look for the keys? to make this off line and point the My Documents folder to it? I can do this by hand (right click My Documents -> set target.) but it would be nice to have a logon scripts that makes these changes for me for all systems.
On 11/27/05, Karl Hiramoto <karl@hiramoto.org> wrote:
Matt Higgins wrote:
Is it possible to disable roaming profiles and then redirect the My Documents folder to a share and make it available off line? This is common behavior for a win2k3 server.
This I have done. Give each user a home dir that mounts at login for example H: drive. Put the MyDocuments in H: And you can make all of H: Available offline for a laptop that is not always connected.
--
-- Karl Hiramoto <karl@hiramoto.org> Yahoo_IM = karl_hiramoto jabber.org=karl_hiramoto
_______________________________________________ Wlug mailing list Wlug@mail.wlug.org http://mail.wlug.org/mailman/listinfo/wlug
_______________________________________________ Wlug mailing list Wlug@mail.wlug.org http://mail.wlug.org/mailman/listinfo/wlug
-- --- Karl Hiramoto <karl@hiramoto.org> http://karl.hiramoto.org/ Yahoo_IM = karl_hiramoto GTalk=karl.hiramoto@gmail.com ------ - If you live long enough, you'll see that every victory turns into a defeat. -- Simone de Beauvoir
The redirection part is quite easy, the problem I'm having is making it available offline. This happens automatically in winXP with a roaming profile where all the profile data is offline. This policy can be applied to just the My Documents folder in 2k server and 2k3 server. On 11/28/05, Karl Hiramoto <karl@hiramoto.org> wrote:
That is pretty easy to find your self. run regedit. Search for key value of "My Documents" And you will find the value that is by default set to c:/user data/My Documents or something like that. I don't have a Micro$haft machine near me right now, or i would search for the value and tell you. ;-)
I just did a quick google search and found some examples: http://www.linbox.com/ucome.rvt/any/doc_distrib/samba-2.0.9/pdc/profiles.htm... http://www.sfu.ca/ad/logon_scripts.html http://www.rethinkit.com/ntscript/LogonScript.htm http://www.experts-exchange.com/Programming/Programming_Platforms/Q_21503803...
Matt Higgins wrote:
I have a logon drive of H: where there home dir is shared and mounted at login. This may be a stretch, but do you know the reg keys? or a place I can look for the keys? to make this off line and point the My Documents folder to it? I can do this by hand (right click My Documents -> set target.) but it would be nice to have a logon scripts that makes these changes for me for all systems.
On 11/27/05, Karl Hiramoto <karl@hiramoto.org> wrote:
Matt Higgins wrote:
Is it possible to disable roaming profiles and then redirect the My Documents folder to a share and make it available off line? This is common behavior for a win2k3 server.
This I have done. Give each user a home dir that mounts at login for example H: drive. Put the MyDocuments in H: And you can make all of H: Available offline for a laptop that is not always connected.
--
-- Karl Hiramoto <karl@hiramoto.org> Yahoo_IM = karl_hiramoto jabber.org=karl_hiramoto
_______________________________________________ Wlug mailing list Wlug@mail.wlug.org http://mail.wlug.org/mailman/listinfo/wlug
_______________________________________________ Wlug mailing list Wlug@mail.wlug.org http://mail.wlug.org/mailman/listinfo/wlug
--
--- Karl Hiramoto <karl@hiramoto.org> http://karl.hiramoto.org/ Yahoo_IM = karl_hiramoto GTalk=karl.hiramoto@gmail.com ------ - If you live long enough, you'll see that every victory turns into a defeat. -- Simone de Beauvoir _______________________________________________ Wlug mailing list Wlug@mail.wlug.org http://mail.wlug.org/mailman/listinfo/wlug
participants (2)
-
Karl Hiramoto
-
Matt Higgins