SEAM does not export the Kerberos API functions. Nor does Sun provide a Kerberos API SDK for use by developers. If you must perform your own krb5_get_init_creds_password() call within your application, then you must utilize an alternative Kerberos implementation which produces compatible credential cache files. MIT Kerberos is certainly a choice for this.
Jeffrey Altman melissa_benkyo wrote: > I'm looking it up. and I'm using SEAM kerberos. I don't think it > supports the kerberos API calls. Has anyone done kinit with SEAM > kerberos? > > thanks! > > > > [EMAIL PROTECTED] (melissa_benkyo) wrote in message news:<[EMAIL PROTECTED]>... > >>hello all, >> >>I finally got the gss-server and gss-client and kerberos setups under >>control. :D Now I post another problem for you guys. right now I need >>to do a kinit before I proceed to use the gss-sample code. Is it >>possible to code the kinit program? can this be done using gss-api >>calls or kerberos calls? >> >>any insights are much appreciated. thanks! >>have a nice weekend guys! >> >>melissa ________________________________________________ Kerberos mailing list [EMAIL PROTECTED] https://mailman.mit.edu/mailman/listinfo/kerberos
