thanks for all the input! I noticed something with the SEAM on solaris or at least the kerberos part. There seems to be a libkrb library. So does that mean that it also includes kerberos API calls? I also wonder what the mech_kerb.so library is for? hmm... is this the kerberos library???
thanks again! [EMAIL PROTECTED] (Tim Alsop) wrote in message news:<[EMAIL PROTECTED]>... > Hi, > > I suspect they used static linking so that the required Kerberos protocol functions > are included in the binary instead of using dynamic linking, so that it calls a > shared library such as libkrb during execution. > > BTW. Our Application Security products provide an implementation og GSSAPI v2 and > also include additional functions for application security, these include functions > for acquiring initial credentials. See > http://www.cybersafe.ltd.uk/menu_prodsolserv/products/products_appsec_sdk.htm for > more details. > > Thanks, Tim. > > -----Original Message----- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Sent: 16 April 2004 21:01 > To: [EMAIL PROTECTED] > Subject: Re: kinit programming > > [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 > > anybody has any idea how the Solaris implemented SEAM's kinit? its > weird because solaris doesn't have the libkrb? or at least the kinit > doesn't seem to be using it. so it means it is using the libgss ones > but it is stated that gss api doesn't handle initial credentials. > > any thoughts people. > > thanks > ________________________________________________ > Kerberos mailing list [EMAIL PROTECTED] > https://mailman.mit.edu/mailman/listinfo/kerberos > ________________________________________________ > Kerberos mailing list [EMAIL PROTECTED] > https://mailman.mit.edu/mailman/listinfo/kerberos ________________________________________________ Kerberos mailing list [EMAIL PROTECTED] https://mailman.mit.edu/mailman/listinfo/kerberos
