The parameter that tells NT where to get its profiles from is the 'Logon path'. The docs quite specifically warn against setting this to \\%L\%U\. I.E. don't use the users home share for storing his profiles, make a specific profiles directory. Having said this I think it is a security issue rather than a functionality one.
Secondly you have told your clients that their profiles are int \\%L\home\%U, but this doesn't exist as a share. If you want to access the individual "Homes" shares they would be \\%L\%U.
I see you have a Profiles share, so I would give each user a directory in this share (make sure thay have write access for their 1st session cos it is the client that creates the profiles etc) and set Logon Path to \\%L\profiles\%U.
That should do the trick.
Last edited by baldy3105; 06-16-2003 at 05:46 AM.
|