Hello Paul,
On Wed, 2012-08-01 at 01:39 -0600, Paul R. Ganci wrote:
logon path = \\%L\profile\%u\%m logon home = \\%L\%u logon drive = H:
The samba/linux user that successfully logged in is snichols. Does anybody have a clue as to why %u is not evaluating to the linux username snichols and is getting treated simply as the string %u? I am sure it is something to stupid, but damn if I can see it.
Perhaps the single backslashes being escapes for the following percent signs? Try doubling the backslashes, possibly the first two in the path as well.
Regards, Leonard.