[EMAIL PROTECTED] ("Krassimir Boyanov (Anaheim)") writes:

>> We kind of running into the same problem.
>> Our clients apps connect directly to Oracle 8.1.6 keeping
>> persistent connection to the database (MS client RDO libraries are used)
>> I am interesting to hear how we can use GSS-API (with K5)
>> to Kerberize the connection.

You'll need to write code to get an initial ticket.  The easies way to
do this is to create a key to be used by the application, store it in
a keytab, and use kinit -k to get a ticket, then run your app.  If
your app must live longer than ticket expiration, then you will need
to write code which behaves similarly to kinit -k, and run it when
tickets expire.

                Marc

Reply via email to