Archives of the TeradataForum
Message Posted: Fri, 03 Oct 2003 @ 17:58:11 GMT
| Subj: | | Re: Securing Password in Dynamic Mload Script |
| |
| From: | | Tressler, Dara C. |
What about writing a set of login scripts and placing them in a secure directory and modifying the .LOGON statements generated to
be .RUN FILE logonscript?
The password would still be in a flat file but then the secure directory readable by the executing process would be protected.
Multiload will not display the password in the logs and this secures the passwords.
We use the .Run approach to also set up the default database for the session.
|