Paul K Watje/AssetSltns/Systems/HSAS/MAXIMUS wrote: > > Hello, > > A client has asked us to "Kerberize" our product. I have looked through > the FAQ's and Web sites and I understand what is going on. > > But I have been unable to find a guide, manual, or example on how to > Kerberize the code for an application. > > If any one has any docs or is willing to share some code samples for > Powerbuilder or Visual Basic, even C or C++, it would be greatly > appreciated. > > Paul K. Watje > Principled Analyst > Asset Solutions, a division of MAXIMUS
The krb5 disto from MIT includes two sample programs (sserver and sclient) which demonstrate how kerberos initiates, accepts and establishes a connection. Looking at this code should give you some ideas. --cory ________________________________________________ Kerberos mailing list [EMAIL PROTECTED] http://mailman.mit.edu/mailman/listinfo/kerberos
