diff options
author | Andrew Tridgell <tridge@samba.org> | 1997-11-30 05:46:33 +0000 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 1997-11-30 05:46:33 +0000 |
commit | e57275dd193d648458293b25f0cc3c7179f26536 (patch) | |
tree | 547a7fecacc349299b71cebb54747672d9ffadb7 /examples | |
parent | 16e55ee2b8be9a4210d8cf87691cdf42373759d2 (diff) | |
download | samba-e57275dd193d648458293b25f0cc3c7179f26536.tar.gz samba-e57275dd193d648458293b25f0cc3c7179f26536.tar.xz samba-e57275dd193d648458293b25f0cc3c7179f26536.zip |
the logon script example should use %U.bat not %u.bat
Diffstat (limited to 'examples')
-rw-r--r-- | examples/smb.conf.default | 4 |
1 files changed, 2 insertions, 2 deletions
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 |