From: Stephen E. Bacher [mailto:[EMAIL PROTECTED] > A slight improvement on security would be something like: > > dsmadmc -id=login -pass=`cat /private/tsm/password.txt` > > where /private/tsm/password.txt is readable only by the > user/process that > invokes dsmadmc. You could do this in combination with a > setuid script > if necessary.
Just a thought here... ============= #!/bin/ksh # Run environmental variable script to set ID and PASSWORD # script tsmenviro.sh has permission rwx--x--x and is owned by root /usr/tivoli/tsm/scripts/tsmenviro.sh dsmadmc -id=$TSM_ID -password=$TSM_PWD <insert command here> #EOF ============= -- Mark Stapleton ([EMAIL PROTECTED]) Berbee Information Networks Office 262.521.5627