Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

encrypt sybase password.

5 views
Skip to first unread message

humayun...@gmail.com

unread,
Jun 9, 2008, 4:16:27 AM6/9/08
to
How can we keep sybase login passwords encrypted for scheduled job
runnning from autosys or crontab. The jobs are unix shell scripts and
these need to connect to sybase instance. Is there a way so we don't
write the password in clear text in a file or hard code it in the
script.
Thanks

br...@sybase.com

unread,
Jun 10, 2008, 12:32:26 PM6/10/08
to

Although geared to the older problem of avoiding the password showing
up in "ps"
output, some of the techniques documented at http://www.isug.com/Sybase_FAQ/ASE/section4.html#4.1
are probably applicable.

There is also the approach of using the integrated login features of
network-based
security options (kerberos, etc.) - see the SA Guide chapter on
network-based
security.

Cheers,
bret

Sybaseguru

unread,
Jun 10, 2008, 1:59:04 PM6/10/08
to
Without using kerberos etc the best you can do is limit access to a select
group of people. These guys would have to own the scripts be in their own
group and organise the execution of scripts. These guys are usually called
dbas.

dsf...@gmail.com

unread,
Jul 18, 2008, 9:59:28 AM7/18/08
to
You can change the approach (as we did) and use this way:
http://www.sypron.nl/grant_sa.html
Of course, the password must be still in clear text but the logins
will be limited just to specific action.
0 new messages