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 | bea2394b49bfa5db08c45b2ff76e5bb643cec629 (patch) | |
tree | 1db5fb4e0cdb8236fe7ae1569cf0f2c7955fa43b | |
parent | 15a6097263d4d5179b0eed43ede74fd65a83e090 (diff) | |
download | samba-bea2394b49bfa5db08c45b2ff76e5bb643cec629.tar.gz samba-bea2394b49bfa5db08c45b2ff76e5bb643cec629.tar.xz samba-bea2394b49bfa5db08c45b2ff76e5bb643cec629.zip |
the logon script example should use %U.bat not %u.bat
(This used to be commit e57275dd193d648458293b25f0cc3c7179f26536)
-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 |