Please enable JavaScript to view this site.

ATSD Reference

Navigation: Connecting

Security / Login

Scroll Prev Top Next More

ATS has no built-in login mechanism; upon receiving a connection, it simply launches an A-Shell session, passing it the command line arguments specified in the ATSDSRV.INI file. That works great if your application already has its own login mechanism; it also prevents users from just bypassing it to run amok at the dot prompt. Otherwise, unless you don't care at all about security, you should implement some kind of simple login, especially if your ATS server is exposed to a non-secure network, like the Internet. Here are a few pointers about implementing an ATS-compatible login...

u   Startup Command

 

u   Prompting for User Name and Password

 

u   Configuring ATE for Automatic Login