Beefy Boxes and Bandwidth Generously Provided by pair Networks
Syntactic Confectionery Delight
 
PerlMonks  

kerberization setting for Sybase DBLib

by prafulltc (Acolyte)
on Sep 29, 2011 at 11:22 UTC ( [id://928527]=perlquestion: print w/replies, xml ) Need Help??

prafulltc has asked for the wisdom of the Perl Monks concerning the following question:

Hi All ,

How can we do kerberization in perl applications where
Sybase::DBlib is used for DB Ops.

Regards,
Prafull

Replies are listed 'Best First'.
Re: kerberization setting for Sybase DBLib
by mpeppler (Vicar) on Sep 30, 2011 at 15:34 UTC
    The short answer: you can't.

    Kerberos is implemented in the Sybase client code layer, not by the Sybase::DBlib or Sybase::CTlib modules themselves.

    Sybase has been saying for the last 10 years (at least) that DBlibrary will not be upgraded to support all the new functionality, and that you should migrate to ClientLibrary.
    For perl this means Sybase::CTlib, or DBI/DBD::Sybase, which should both support Kerberos based authentication logic.

    Michael

Re: kerberization setting for Sybase DBLib
by sundialsvc4 (Abbot) on Sep 29, 2011 at 18:05 UTC

    I think that you need to find out more about what you are talking about, so that you can tell us what you’re talking about...   :-/

      Hi

      I think I have written my problem in simple language.
      I will reframe it.We have some old applications written in perl where sybase DBlib is used for Db operation.
      DBI and Sybase::Ctlib module supports kerberization but there is no such possibility exists for sybase::DBlib module.

      I need experts advice on implementing kerberization for these perl applications.

      Regards,
      Prafull

Re: kerberization setting for Sybase DBLib
by Anonymous Monk on Sep 29, 2011 at 23:11 UTC
    Is that like frobnicateion theion fetzerion valveion?

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: perlquestion [id://928527]
Approved by keszler
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others sharing their wisdom with the Monastery: (4)
As of 2024-04-25 07:42 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found