8e6-technologies Enterprise Filter Authentication R3000 Manuale Utente Pagina 207

  • Scaricare
  • Aggiungi ai miei manuali
  • Stampa
  • Pagina
    / 333
  • Indice
  • SEGNALIBRI
  • Valutato. / 5. Basato su recensioni clienti
Vedere la pagina 206
CHAPTER 6: AUTHENTICATION DEPLOYMENT ACTIVATE AUTHENTICATION ON THE NETWORK
8E6 TECHNOLOGIES, R3000 INTERNET FILTER AUTHENTICATION USER GUIDE 193
Activate NT authentication
After testing the NET USE command, the next step is to add
the NET USE command to users’ login scripts. We recom-
mend that you add the 3-try login script to the existing
domain login script.
The 3-try login script is used for attempting to log in the user
to the authentication server in three separate attempts, in
case of a login failure.
Step 1: Modify the 3-try login script
Place a copy of the 3-try login script in the netlogon folder on
your Domain Controller. Note that this sample script should
be modified to use your own Virtual IP address instead of
the IP address (192.168.0.20) in the sample script. This
script lets users be re-authenticated from the block page
without re-running the whole domain login script.
The script is as follows:
echo off
:start
cls
net use \\192.168.0.20\r3000$ /delete
:try1
echo "Running net use..."
net use \\192.168.0.20\r3000$
if errorlevel 1 goto :try2
if errorlevel 0 echo code 0: Success
goto :end
:try2
echo Running net use...
net use \\192.168.0.20\r3000$
if errorlevel 1 goto :try3
Vedere la pagina 206
1 2 ... 202 203 204 205 206 207 208 209 210 211 212 ... 332 333

Commenti su questo manuale

Nessun commento