[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Processing keytab in memory
Is there any reason why you are storing keytabs in you database instead
of keys?
-Matt
T C wrote:
> Hi,
>
> I have read in a keytab file and store the content as a blob in
> database. Later when I
> try to process it I don't see how to do that in memory. There is a
> keytab_memory file
> but it doesn't seem to take a keytab content blob anywhere.
>
> All I can find is to read the contents directly from file into the
> cursor thru fkt_start_seq_get_int.
> Is that true? Is there any other lower level interface that doesn't
> need to go thru file
> system?
>
> Thanks,
> Terry