From e57275dd193d648458293b25f0cc3c7179f26536 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Sun, 30 Nov 1997 05:46:33 +0000 Subject: the logon script example should use %U.bat not %u.bat --- examples/smb.conf.default | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'examples') diff --git a/examples/smb.conf.default b/examples/smb.conf.default index a827050e9e3..a7949d0585c 100644 --- a/examples/smb.conf.default +++ b/examples/smb.conf.default @@ -104,7 +104,7 @@ # run a specific logon batch file per workstation (machine) ; logon script = %m.bat # run a specific logon batch file per username -; logon script = %u.bat +; logon script = %U.bat # Where to store roving profiles (only for Win95 and WinNT) # %L substitutes for this servers netbios name, %U is username @@ -206,7 +206,7 @@ # a service which has a different directory for each machine that connects # this allows you to tailor configurations to incoming machines. You could -# also use the %u option to tailor it by user name. +# also use the %U option to tailor it by user name. # The %m gets replaced with the machine name that is connecting. ;[pchome] ; comment = PC Directories -- cgit